[PATCH 5/6] app/testpmd: drop ixgbe bypass commands
Ferruh Yigit
ferruh.yigit at amd.com
Mon May 23 20:10:03 CEST 2022
On 5/23/2022 8:10 AM, David Marchand wrote:
> This code is dead from the moment we switched to meson, because
> RTE_LIBRTE_IXGBE_BYPASS is never defined at build time.
> There was no complaint about the loss of those commands, drop all
> associated code and documentation.
>
> Signed-off-by: David Marchand<david.marchand at redhat.com>
'RTE_LIBRTE_IXGBE_BYPASS' is hardcoded in the
'drivers/net/ixgbe/meson.build'.
And for testpmd, macro can be enabled by argument to meson,
'-Dc_args=-RTE_LIBRTE_IXGBE_BYPASS'.
If ixgbe bypass mode agreed to remove, we can remove it, but I think
above build time flag justification is not sufficient to remove it.
More information about the dev
mailing list