Re: [dpdk-dev] [PATCH] net/bnxt: allow configuring vector mode

2020-03-23 Thread Ajit Khaparde
On Wed, Mar 4, 2020 at 10:45 PM Stephen Hemminger < step...@networkplumber.org> wrote: > The bnxt driver has vector mode but it has limitations. > For example, rte_flow mark won't work in vector mode. > For this reason the user should be able to disable vector mode > as part of the config. > > Mak

Re: [dpdk-dev] [PATCH] net/bnxt: allow configuring vector mode

2020-03-05 Thread Stephen Hemminger
On Thu, 5 Mar 2020 15:10:48 -0500 Lance Richardson wrote: > Hi Stephen, > > On Thu, Mar 5, 2020 at 1:45 AM Stephen Hemminger > wrote: > > > > > > > Make the configuration use the same as other drivers with > > vector mode: ixge, i40e, ... > s/ixge/ixgbe/? > > > > > > This will also mak

Re: [dpdk-dev] [PATCH] net/bnxt: allow configuring vector mode

2020-03-05 Thread Lance Richardson
Hi Stephen, On Thu, Mar 5, 2020 at 1:45 AM Stephen Hemminger wrote: > > > Make the configuration use the same as other drivers with > vector mode: ixge, i40e, ... s/ixge/ixgbe/? > > This will also make future support of vector mode on other > architectures possible. > > Fixes: bc4a000f2f53 ("n

[dpdk-dev] [PATCH] net/bnxt: allow configuring vector mode

2020-03-04 Thread Stephen Hemminger
The bnxt driver has vector mode but it has limitations. For example, rte_flow mark won't work in vector mode. For this reason the user should be able to disable vector mode as part of the config. Make the configuration use the same as other drivers with vector mode: ixge, i40e, ... This will also