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

[PATCH] mempool:Add monitor print for memory pool

2022-12-31 Thread wushaohua
From: wushaohua rte_mempool_dump adds prints for monitoring available and used memory blocks Signed-off-by: wushaohua --- lib/mempool/rte_mempool.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/mempool/rte_mempool.c b/lib/mempool/rte_mempool.c index f33f455790

[PATCH v2] mempool:Add monitor dump for memory pool

2022-12-31 Thread wushaohua
From: wushaohua rte_mempool_dump add dump for monitoring available and used memory blocks Signed-off-by: wushaohua --- lib/mempool/rte_mempool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/mempool/rte_mempool.c b/lib/mempool/rte_mempool.c index f33f455790..09d512a604 100644

[PATCH 1/2] mempool:Add monitor dump for memory pool

2022-12-31 Thread wushaohua
From: wushaohua rte_mempool_dump add dump for monitoring available and used memory blocks Signed-off-by: wushaohua --- lib/mempool/rte_mempool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/mempool/rte_mempool.c b/lib/mempool/rte_mempool.c index f33f455790..09d512a604 100644

[PATCH 2/2] update .mailmap

2022-12-31 Thread wushaohua
From: wushaohua Signed-off-by: wushaohua --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 75884b6fe2..fbcd6384eb 100644 --- a/.mailmap +++ b/.mailmap @@ -1498,6 +1498,7 @@ Yerden Zhumabekov Yicai Lu Yiding Zhou Yi Li +wushaohua Yi Liu

[PATCH] mempool:Add monitor dump for memory pool

2022-12-31 Thread wushaohua
From: Shaohua Wu rte_mempool_dump add dump for monitoring available and used memory blocks Signed-off-by: Shaohua Wu --- lib/mempool/rte_mempool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/mempool/rte_mempool.c b/lib/mempool/rte_mempool.c index f33f455790..09d512a604 100644

[PATCH] .mailmap:update

2022-12-31 Thread wushaohua
From: Shaohua Wu update .mailmap Signed-off-by: Shaohua Wu --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 75884b6fe2..5eb74a4479 100644 --- a/.mailmap +++ b/.mailmap @@ -1498,6 +1498,7 @@ Yerden Zhumabekov Yicai Lu Yiding Zhou Yi Li +Shaohua

[PATCH] .mailmap:update

2023-01-01 Thread wushaohua
From: Shaohua Wu update .mailmap Signed-off-by: Shaohua Wu --- .mailmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 5eb74a4479..c9f4bdc162 100644 --- a/.mailmap +++ b/.mailmap @@ -1195,6 +1195,7 @@ Shai Brandes Shally Verma Shannon Nelson

[PATCH v2] .mailmap:update

2023-01-01 Thread wushaohua
From: Shaohua Wu update .mailmap Signed-off-by: Shaohua Wu --- .mailmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 5eb74a4479..c9f4bdc162 100644 --- a/.mailmap +++ b/.mailmap @@ -1195,6 +1195,7 @@ Shai Brandes Shally Verma Shannon Nelson

[PATCH] app/testpmd:add vxlan txonly

2023-01-02 Thread wushaohua
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 --rxq=16 --txq=16 --rxd=1024 --txd=1024 --txpkts=64 --burst=64 --mbuf-size=