?
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
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
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.