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

2023-03-23 Thread Ferruh Yigit
On 3/6/2023 12:07 PM, Ferruh Yigit wrote: > On 2/18/2023 11:47 PM, Ferruh Yigit wrote: >> 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 mo

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

2023-03-06 Thread Ferruh Yigit
On 2/18/2023 11:47 PM, Ferruh Yigit wrote: > 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 co

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] 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

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

2023-02-17 Thread 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 > --rxq=16 --txq=1

[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=