Re: [dpdk-users] How to specify packet size of testpmd

2020-07-10 Thread Johnson, Brian
020 5:17 AM > To: Xu, Chenjie > Cc: users@dpdk.org > Subject: Re: [dpdk-users] How to specify packet size of testpmd > > Use "set txpkts" to set the packet size. > > On Thu, Jul 9, 2020 at 2:25 AM Xu, Chenjie > mailto:chenjie...@intel.com>> wrote: >

Re: [dpdk-users] How to specify packet size of testpmd

2020-07-10 Thread Xu, Chenjie
Hi Mishal, “set size ” works weel. Thank you so much! Best Regards, Xu, Chenjie From: Mishal Shah Sent: Friday, July 10, 2020 5:10 PM To: Xu, Chenjie Cc: Van Haaren, Harry ; users@dpdk.org Subject: Re: [dpdk-users] How to specify packet size of testpmd Hi, You can use the set size command

Re: [dpdk-users] How to specify packet size of testpmd

2020-07-10 Thread Mishal Shah
Hi, You can use the set size command on pktgen command line to set the packet size. If you're using Lua script for more customizations/situations, you can use the following command: pktgen.set(port, "size", pktSize); The entire list of commands can be found at

Re: [dpdk-users] How to specify packet size of testpmd

2020-07-10 Thread Xu, Chenjie
To: Xu, Chenjie Cc: users@dpdk.org Subject: Re: [dpdk-users] How to specify packet size of testpmd Use "set txpkts" to set the packet size. On Thu, Jul 9, 2020 at 2:25 AM Xu, Chenjie mailto:chenjie...@intel.com>> wrote: Hi all, Do you know how to specify the packet size when

Re: [dpdk-users] How to specify packet size of testpmd

2020-07-10 Thread Xu, Chenjie
Subject: RE: [dpdk-users] How to specify packet size of testpmd > -Original Message- > From: users On Behalf Of Xu, Chenjie > Sent: Thursday, July 9, 2020 10:26 AM > To: users@dpdk.org > Subject: [dpdk-users] How to specify packet size of testpmd > > Hi all, > Do

Re: [dpdk-users] How to specify packet size of testpmd

2020-07-09 Thread Cliff Burdick
Use "set txpkts" to set the packet size. On Thu, Jul 9, 2020 at 2:25 AM Xu, Chenjie wrote: > Hi all, > Do you know how to specify the packet size when using testpmd to test the > network performance? > > Best Regards, > Xu, Chenjie >

Re: [dpdk-users] How to specify packet size of testpmd

2020-07-09 Thread Van Haaren, Harry
> -Original Message- > From: users On Behalf Of Xu, Chenjie > Sent: Thursday, July 9, 2020 10:26 AM > To: users@dpdk.org > Subject: [dpdk-users] How to specify packet size of testpmd > > Hi all, > Do you know how to specify the packet size when using testpmd to test the > network