Re: [dpdk-dev] [PATCH v2] net/tap: add tun support

2018-02-27 Thread Pascal Mazon
> 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

2018-02-26 Thread Vipin Varghese
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