[PATCH] net/gve: add Rx/Tx queue statistics

2023-02-18 Thread Levend Sayar
Google Virtual NIC PMD is enriched with rx/tx queue statistics info. Signed-off-by: Levend Sayar --- drivers/net/gve/gve_ethdev.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c index fef2458a16..2a6cb11da3 100644 --- a/driv

[PATCH] net/gve: fix Rx no mbufs stats counter update

2023-02-18 Thread Levend Sayar
rx no_mbufs stats counter update is added for another error case. Fixes: 4f6b1dd8240c ("net/gve: support basic statistics") Cc: junfeng@intel.com Signed-off-by: Levend Sayar --- drivers/net/gve/gve_rx.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/net/gv

Re: [PATCH 2/2] net/gve: add extended statistics

2023-02-18 Thread Levend Sayar
Ferruh, Thanks for this detailed review. I am setting superseded this patch and create a new one. You’re right at all points. For rx.no_mbufs counting, I probably overlooked while rebasing my patch and it is mixed with newly came patch. When I check ethdev layer again, I noticed that when dev_fl

Re: [PATCH] app/testpmd:add vxlan txonly

2023-02-18 Thread Ferruh Yigit
On 2/18/2023 11:06 AM, wushaohua wrote: > > 在 2023/2/18 4:43, Ferruh Yigit 写道: >> On 1/3/2023 2:30 AM, wushao...@chinatelecom.cn wrote: >>> From: Shaohua Wu >>> >>> Add the vxlan packet sending module to actively send >>> vxlan packets using a common network adapter. >>> The default vni is 1000.

RE: [PATCH] net/mlx5: fix build failure on Windows

2023-02-18 Thread Slava Ovsiienko
> -Original Message- > From: Maxime Coquelin > Sent: Friday, February 17, 2023 4:37 PM > To: dev@dpdk.org; Slava Ovsiienko ; NBU-Contact- > Thomas Monjalon (EXTERNAL) > Cc: Maxime Coquelin > Subject: [PATCH] net/mlx5: fix build failure on Windows > > __always_inline is not supported o

Re: [PATCH] app/testpmd:add vxlan txonly

2023-02-18 Thread wushaohua
在 2023/2/18 4:43, Ferruh Yigit 写道: On 1/3/2023 2:30 AM,wushao...@chinatelecom.cn wrote: From: Shaohua Wu Add the vxlan packet sending module to actively send vxlan packets using a common network adapter. The default vni is 1000. example: ./dpdk-testpmd -l 32-47 -n 16 --file-prefix pg0 -- -i