Re: [dpdk-dev] [PATCH] af_packet: allow configuring number of rings

2020-02-27 Thread Ferruh Yigit
On 2/27/2020 5:51 PM, Stephen Hemminger wrote: > On Thu, 27 Feb 2020 17:20:45 + > Ferruh Yigit wrote: > >> On 2/24/2020 11:11 PM, Stephen Hemminger wrote: >>> The maximum number of rings in af_packet is hard coded as 16. >>> The user should be able to configure this as part of DPDK config. >>

Re: [dpdk-dev] [PATCH] af_packet: allow configuring number of rings

2020-02-27 Thread Stephen Hemminger
On Thu, 27 Feb 2020 17:20:45 + Ferruh Yigit wrote: > On 2/24/2020 11:11 PM, Stephen Hemminger wrote: > > The maximum number of rings in af_packet is hard coded as 16. > > The user should be able to configure this as part of DPDK config. > > > > Signed-off-by: Stephen Hemminger > > --- > >

Re: [dpdk-dev] [PATCH] af_packet: allow configuring number of rings

2020-02-27 Thread Ferruh Yigit
On 2/24/2020 11:11 PM, Stephen Hemminger wrote: > The maximum number of rings in af_packet is hard coded as 16. > The user should be able to configure this as part of DPDK config. > > Signed-off-by: Stephen Hemminger > --- > config/common_base| 1 + > drivers/net/af_packe

[dpdk-dev] [PATCH] af_packet: allow configuring number of rings

2020-02-24 Thread Stephen Hemminger
The maximum number of rings in af_packet is hard coded as 16. The user should be able to configure this as part of DPDK config. Signed-off-by: Stephen Hemminger --- config/common_base| 1 + drivers/net/af_packet/rte_eth_af_packet.c | 3 +++ 2 files changed, 4 insertions(+