Re: [PATCH v2] net/ixgbe: support per-queue stats for fewer queues

2024-10-25 Thread Bruce Richardson
On Thu, Oct 24, 2024 at 12:05:39PM -0700, Stephen Hemminger wrote: > On Thu, 24 Oct 2024 18:53:52 + > Morten Brørup wrote: > > > Remove the requirement that the configured number of queues to provide > > statistics for (RTE_ETHDEV_QUEUE_STAT_CNTRS) cannot be less than the > > driver's max sup

RE: [PATCH v2] net/ixgbe: support per-queue stats for fewer queues

2024-10-25 Thread Morten Brørup
> From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Thursday, 24 October 2024 20.54 > > Remove the requirement that the configured number of queues to provide > statistics for (RTE_ETHDEV_QUEUE_STAT_CNTRS) cannot be less than the > driver's max supported number of the same (IXGBE_QUE

Re: [PATCH v2] net/ixgbe: support per-queue stats for fewer queues

2024-10-24 Thread Stephen Hemminger
On Thu, 24 Oct 2024 18:53:52 + Morten Brørup wrote: > Remove the requirement that the configured number of queues to provide > statistics for (RTE_ETHDEV_QUEUE_STAT_CNTRS) cannot be less than the > driver's max supported number of the same (IXGBE_QUEUE_STAT_COUNTERS). > > Signed-off-by: Mort