Re: [dpdk-dev] [PATCH 00/23] net/sfc: support equal stride super-buffer Rx mode

2018-04-26 Thread Ferruh Yigit
On 4/19/2018 12:36 PM, Andrew Rybchenko wrote: > Add support for dedicated DPDK firmware variant which has equal stride > super-buffer Rx mode. The Rx mode uses bucket mempool manager which > supports allocation of contiguos block of mbufs. > > It allows to achieve higher packet rate on Rx than tr

[dpdk-dev] [PATCH 00/23] net/sfc: support equal stride super-buffer Rx mode

2018-04-19 Thread Andrew Rybchenko
Add support for dedicated DPDK firmware variant which has equal stride super-buffer Rx mode. The Rx mode uses bucket mempool manager which supports allocation of contiguos block of mbufs. It allows to achieve higher packet rate on Rx than traditional single packet Rx mode. Also the Rx mode suppor