[dpdk-users] 答复: [ptkgen-dpdk] Only can send a few packets and stopped.

2018-08-14 Thread Vic Wang(BJ-RD)
Dear Keith, There is no mbuf leak. Now I’ve tried lastest 18.08 dpdk release and pktgen 3.5.2 with intel 10G NIC. I found an interesting phenomenon. It can transfer packets continuously when the pktgen command is “./pktgen –l 0-7 –n2 -- -P –m "2.0,3.1"”. But it only

Re: [dpdk-users] Unsupported kernel driver

2018-08-14 Thread Rosen, Rami
Hi Aaron, From the log you sent, we can see that the PCI ID of the nic you bind to DPDK is :03:00.0. (This is the entry in the first section, “Network devices using DPDK-compatible driver”). This NIC is not an I40E. It is an IXGBE nic. However, in the command line that you launch to start

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-08-14 Thread Ananda Sathyanarayana
Hi Alex, Beilei, I am also facing the same issue. Do we have a possible solution/work-around for this issue ? Really appreciate your response. Thanks, Ananda -Original Message- From: users On Behalf Of Alex Kiselev Sent: Sunday, May 27, 2018 9:09 AM To: Xing, Beilei ;

Re: [dpdk-users] [ptkgen-dpdk] Only can send a few packets and stopped.

2018-08-14 Thread Wiles, Keith
On Aug 14, 2018, at 9:18 AM, Vic Wang(BJ-RD) mailto:vicw...@zhaoxin.com>> wrote: Dear Keith, The machine I used is 8 cores. Today I do another test that using intel 82599 10G NIC to tranfer packets between pktgen and dpdk. I use the same commands as "./pktgen –c 0xf –n2 -- -P –m

[dpdk-users] 答复: [ptkgen-dpdk] Only can send a few packets and stopped.

2018-08-14 Thread Vic Wang(BJ-RD)
Dear Keith, The machine I used is 8 cores. Today I do another test that using intel 82599 10G NIC to tranfer packets between pktgen and dpdk. I use the same commands as "./pktgen �Cc 0xf �Cn2 -- -P �Cm "2.0,3.1"" on pktgen side and “./test_pmd �Cc 0xf �Cn2 -- -i �Cportmask=0x3

Re: [dpdk-users] Unsupported kernel driver

2018-08-14 Thread Aaron Hughes
Hi Rami, /tmp/dpdk-devbind.py -s Network devices using DPDK-compatible driver :03:00.0 'Ethernet Controller 10-Gigabit X540-AT2 1528' drv=igb_uio unused= Network devices using kernel driver === :03:00.1

Re: [dpdk-users] [ptkgen-dpdk] Only can send a few packets and stopped.

2018-08-14 Thread Wiles, Keith
On Aug 13, 2018, at 10:10 PM, Vic Wang(BJ-RD) mailto:vicw...@zhaoxin.com>> wrote: Hi Keith, I loop the cable back to the different port on the same machine, but it doesn’t transfer forever, just transfer about one second and stop. Then I do another try. I use two ports on both

Re: [dpdk-users] Unsupported kernel driver

2018-08-14 Thread Rosen, Rami
Hi Aaron, What does dpdk-17.05/usertools/dpdk-devbind.py -s show ? Regards, Rami Rosen -Original Message- From: users [mailto:users-boun...@dpdk.org] On Behalf Of Aaron Hughes Sent: Tuesday, August 14, 2018 08:54 To: users@dpdk.org Subject: [dpdk-users] Unsupported kernel driver I'm