> > @@ -35,11 +68,42 @@ static int spnic_func_init(struct rte_eth_dev > > *eth_dev) pci_dev->addr.domain, pci_dev->addr.bus, > > pci_dev->addr.devid, pci_dev->addr.function); > > > > + eth_dev->data->dev_flags |= > > RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS; > > Please do not use the temporary macro. Please review this patch: > > f30e69b41f94 ("ethdev: add device flag to bypass auto-filled queue > xstats") > Ok. RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS will be removed in V5.
- [PATCH v4 00/25] Net/SPNIC: support SPNIC into DPDK 22.03 Yanling Song
- [PATCH v4 01/25] drivers/net: introduce a new PMD driver Yanling Song
- [PATCH v4 03/25] net/spnic: add mbox message channel Yanling Song
- [PATCH v4 04/25] net/spnic: introduce event queue Yanling Song
- [PATCH v4 06/25] net/spnic: add cmdq and work queue Yanling Song
- [PATCH v4 05/25] net/spnic: add mgmt module Yanling Song
- [PATCH v4 02/25] net/spnic: initialize the HW interface Yanling Song
- Re: [PATCH v4 02/25] net/spnic: initialize the HW in... Yanling Song
- [PATCH v4 07/25] net/spnic: add interface handling cmdq ... Yanling Song
- [PATCH v4 08/25] net/spnic: add hardware info initializa... Yanling Song
- [PATCH v4 09/25] net/spnic: support MAC and link event h... Yanling Song
- [PATCH v4 13/25] net/spnic: support Rx congfiguration Yanling Song
- [PATCH v4 10/25] net/spnic: add function info initializa... Yanling Song
- [PATCH v4 11/25] net/spnic: add queue pairs context init... Yanling Song
- [PATCH v4 12/25] net/spnic: support mbuf handling of Tx/... Yanling Song
- [PATCH v4 14/25] net/spnic: add port/vport enable Yanling Song
- [PATCH v4 15/25] net/spnic: support IO packets handling Yanling Song
- [PATCH v4 17/25] net/spnic: support RSS configuration up... Yanling Song