Re: [PATCH v3 1/3] app/testpmd: restore ixgbe bypass commands

2022-08-25 Thread Ferruh Yigit
On 7/21/2022 9:05 AM, David Marchand wrote: Since the switch to meson, ixgbe bypass commands were ineffective as the RTE_LIBRTE_IXGBE_BYPASS build flag was not set, even though the net/ixgbe driver had this feature compiled in. Fixes: 16ade738fd0d ("app/testpmd: build with meson") Cc: sta...@dpd

[PATCH v3 1/3] app/testpmd: restore ixgbe bypass commands

2022-07-21 Thread David Marchand
Since the switch to meson, ixgbe bypass commands were ineffective as the RTE_LIBRTE_IXGBE_BYPASS build flag was not set, even though the net/ixgbe driver had this feature compiled in. Fixes: 16ade738fd0d ("app/testpmd: build with meson") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app