Re: [PATCH 3/8] vmxnet3: add rx queue usage count utility

2022-05-04 Thread Pankaj Gupta
a , Jochen Behrens , Yong Wang Cc: dev@dpdk.org Subject: Re: [PATCH 3/8] vmxnet3: add rx queue usage count utility ⚠ External Email rx -> Rx in summary in accordance with spelling in DPDK On 5/3/22 07:22, Pankaj Gupta wrote: > Count the number of entries in the rx queue for debugging. rx

RE: [PATCH 3/8] vmxnet3: add rx queue usage count utility

2022-05-04 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Wednesday, 4 May 2022 16.28 > > rx -> Rx > > in summary in accordance with spelling in DPDK > > On 5/3/22 07:22, Pankaj Gupta wrote: > > Count the number of entries in the rx queue for debugging. > > rx -> Rx > > As I unde

Re: [PATCH 3/8] vmxnet3: add rx queue usage count utility

2022-05-04 Thread Andrew Rybchenko
rx -> Rx in summary in accordance with spelling in DPDK On 5/3/22 07:22, Pankaj Gupta wrote: Count the number of entries in the rx queue for debugging. rx -> Rx As I understand debugging is not the only purpose of the API. Tested, using testpmd, for different hardware version on ESXi 7.0

[PATCH 3/8] vmxnet3: add rx queue usage count utility

2022-05-02 Thread Pankaj Gupta
Count the number of entries in the rx queue for debugging. Tested, using testpmd, for different hardware version on ESXi 7.0 Update 2 Signed-off-by: Pankaj Gupta --- drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 + drivers/net/vmxnet3/vmxnet3_ethdev.h | 3 +++ drivers/net/vmxnet3/vmxnet3_rxtx.c

[PATCH 3/8] vmxnet3: add rx queue usage count utility

2022-05-02 Thread Pankaj Gupta
Count the number of entries in the rx queue for debugging. Tested, using testpmd, for different hardware version on ESXi 7.0 Update 2 Signed-off-by: Pankaj Gupta --- drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 + drivers/net/vmxnet3/vmxnet3_ethdev.h | 3 +++ drivers/net/vmxnet3/vmxnet3_rxtx.c