Re: [dpdk-dev] [PATCH v2 1/9] ethdev: introduce Rx buffer split

2020-10-12 Thread Thomas Monjalon
12/10/2020 11:40, Slava Ovsiienko: > From: Thomas Monjalon > > > int > > > rte_eth_rx_queue_setup_ex(uint16_t port_id, uint16_t rx_queue_id, > > > uint16_t nb_rx_desc, unsigned int socket_id, > > > const struct rte_eth_rxconf *rx_conf, > > >

Re: [dpdk-dev] [PATCH v2 1/9] ethdev: introduce Rx buffer split

2020-10-12 Thread Slava Ovsiienko
wind.com; jerinjac...@gmail.com; > maxime.coque...@redhat.com; david.march...@redhat.com; > arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PATCH v2 1/9] ethdev: introduce Rx buffer split > > 07/10/2020 17:06, Viacheslav Ovsiienko: > > The DPDK datapath in the transmit directi

Re: [dpdk-dev] [PATCH v2 1/9] ethdev: introduce Rx buffer split

2020-10-11 Thread Thomas Monjalon
07/10/2020 17:06, Viacheslav Ovsiienko: > The DPDK datapath in the transmit direction is very flexible. > An application can build the multi-segment packet and manages > almost all data aspects - the memory pools where segments > are allocated from, the segment lengths, the memory attributes > like

[dpdk-dev] [PATCH v2 1/9] ethdev: introduce Rx buffer split

2020-10-07 Thread Viacheslav Ovsiienko
The DPDK datapath in the transmit direction is very flexible. An application can build the multi-segment packet and manages almost all data aspects - the memory pools where segments are allocated from, the segment lengths, the memory attributes like external buffers, registered for DMA, etc. In th