Re: [dpdk-dev] [PATCH v2] net/tap: add tun support
> Thanks, my first idea was use the same. > Later argued myself in using 'tap_type' since the check for assigning MAC
[dpdk-dev] [PATCH v2] net/tap: add tun support
The change adds TUN PMD logic to the existing TAP PMD. TUN PMD can be initialized with 'net_tunX' where 'X' represents unique id. PMD supports argument interface, while MAC address and remote are not supported. Signed-off-by: Vipin Varghese --- Changes in V2: - updated the documentation word er