Re: [PATCH v4 07/16] net/ixgbe: remove queue stats mapping
Bruce Richardson <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 14, 2026 at 12:46:03PM -0700, Stephen Hemminger wrote: > The support for queue_stats_map has been deprecated since 25.11. > Remove support for queue mapping in ixgbe driver. > > Keep the existing queue stats mapping that happens on device > initialization. > > Signed-off-by: Stephen Hemminger <[email protected]> > --- > drivers/net/intel/ixgbe/ixgbe_ethdev.c | 98 +------------------------- > drivers/net/intel/ixgbe/ixgbe_ethdev.h | 9 --- > 2 files changed, 2 insertions(+), 105 deletions(-) > Acked-by: Bruce Richardson <[email protected]>