Re: [dpdk-users] TestPMD: Unable to create TAP interface

2018-07-24 Thread Kandy Palanisamy
? See: https://www.kernel.org/doc/Documentation/networking/tuntap.txt Regards, Rami Rosen -Original Message- From: users [mailto:users-boun...@dpdk.org] On Behalf Of Kandy Palanisamy Sent: Friday, July 20, 2018 01:22 To: users@dpdk.org Subject: [dpdk-users] TestPMD: Unable to create TAP i

Re: [dpdk-users] TestPMD: Unable to create TAP interface

2018-07-23 Thread Rosen, Rami
ation/networking/tuntap.txt Regards, Rami Rosen -Original Message- From: users [mailto:users-boun...@dpdk.org] On Behalf Of Kandy Palanisamy Sent: Friday, July 20, 2018 01:22 To: users@dpdk.org Subject: [dpdk-users] TestPMD: Unable to create TAP interface Hi, I tried to create a tap device

[dpdk-users] TestPMD: Unable to create TAP interface

2018-07-19 Thread Kandy Palanisamy
Hi, I tried to create a tap device using TestPMD as follows: testpmd -l 0-3 -n 4 --vdev=net_tap0 -- -i But, I get the error: PMD: Initializing pmd_tap for net_tap0 as dtap0 PMD: Unable to create TAP interface PMD: dtap0: tun_alloc() failed. Appreciate if someone could help what I am missing.