Re: [PATCH] app/testpmd: fix build without drivers

2022-02-25 Thread Ferruh Yigit
On 2/25/2022 4:53 PM, Ajit Khaparde wrote: On Fri, Feb 25, 2022 at 7:50 AM Bruce Richardson wrote: On Fri, Feb 25, 2022 at 04:26:53PM +0100, Thomas Monjalon wrote: When ixgbe and bnxt are disabled, compilation was failing: app/test-pmd/cmdline.c:9396:11: error: variable 'vf_rxmode' se

Re: [PATCH] app/testpmd: fix build without drivers

2022-02-25 Thread Ajit Khaparde
On Fri, Feb 25, 2022 at 7:50 AM Bruce Richardson wrote: > > On Fri, Feb 25, 2022 at 04:26:53PM +0100, Thomas Monjalon wrote: > > When ixgbe and bnxt are disabled, compilation was failing: > > > > app/test-pmd/cmdline.c:9396:11: error: > > variable 'vf_rxmode' set but not used > > > > Fixes:

Re: [PATCH] app/testpmd: fix build without drivers

2022-02-25 Thread Thomas Monjalon
25/02/2022 16:50, Bruce Richardson: > On Fri, Feb 25, 2022 at 04:26:53PM +0100, Thomas Monjalon wrote: > > When ixgbe and bnxt are disabled, compilation was failing: > > > > app/test-pmd/cmdline.c:9396:11: error: > > variable 'vf_rxmode' set but not used > > > > Fixes: 4cfe399f6550 ("net/bnxt

Re: [PATCH] app/testpmd: fix build without drivers

2022-02-25 Thread Bruce Richardson
On Fri, Feb 25, 2022 at 04:26:53PM +0100, Thomas Monjalon wrote: > When ixgbe and bnxt are disabled, compilation was failing: > > app/test-pmd/cmdline.c:9396:11: error: > variable 'vf_rxmode' set but not used > > Fixes: 4cfe399f6550 ("net/bnxt: support to set VF rxmode") > Cc: sta...@dpdk.o

[PATCH] app/testpmd: fix build without drivers

2022-02-25 Thread Thomas Monjalon
When ixgbe and bnxt are disabled, compilation was failing: app/test-pmd/cmdline.c:9396:11: error: variable 'vf_rxmode' set but not used Fixes: 4cfe399f6550 ("net/bnxt: support to set VF rxmode") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- app/test-pmd/cmdline.c | 1 + 1 file