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

2024-10-31 Thread Ferruh Yigit
On 10/25/2024 10:27 AM, Morten Brørup wrote: > Removed 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 number of supported transmit queues (VMXNET3_MAX_TX_QUEUES). > > Also improved support for vi

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

2024-10-27 Thread Morten Brørup
Jochen, Ronak, (Roger,) Please review the below patch, so it can go into the 24.11 LTS release. > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Friday, 25 October 2024 11.28 > > Removed the requirement that the configured number of queues to provide > statistics for (RTE_ETHDEV

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

2024-10-25 Thread Morten Brørup
Removed 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 number of supported transmit queues (VMXNET3_MAX_TX_QUEUES). Also improved support for virtual hardware version 6. Signed-off-by: Morten Brørup