On Wed, Apr 29, 2026 at 10:18 AM David Marchand <[email protected]> wrote:
> On Tue, 7 Apr 2026 at 00:22, Kishore Padmanabha > <[email protected]> wrote: > >> diff --git a/drivers/net/bnxt/bnxt_ethdev.c > b/drivers/net/bnxt/bnxt_ethdev.c > >> index b677f9491d..0f783b9e98 100644 > >> --- a/drivers/net/bnxt/bnxt_ethdev.c > >> +++ b/drivers/net/bnxt/bnxt_ethdev.c > >> @@ -1214,7 +1214,8 @@ static int bnxt_dev_info_get_op(struct > rte_eth_dev *eth_dev, > >> > >> dev_info->speed_capa = bnxt_get_speed_capabilities(bp); > >> dev_info->dev_capa = RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP | > >> - RTE_ETH_DEV_CAPA_RUNTIME_TX_QUEUE_SETUP; > >> + RTE_ETH_DEV_CAPA_RUNTIME_TX_QUEUE_SETUP | > >> + RTE_ETH_DEV_CAPA_VMDQ; > > > > We have not been testing the VMDq feature for sometime, planning to > deprecate this feature. Please remove this change. > > Currently, the driver supports VMDq: > $ git grep -i vmdq doc/guides/nics/features/bnxt.ini > doc/guides/nics/features/bnxt.ini:VMDq = Y > > I don't intend to own this feature drop with my series :-). > Please announce such a deprecation and flag it properly. > > I will post another patch to remove VMDq feaure from bnxt driver. > > -- > David Marchand > >
smime.p7s
Description: S/MIME Cryptographic Signature

