On 4/6/2018 6:11 PM, Ferruh Yigit wrote: > On 4/2/2018 10:37 PM, Vipin Varghese wrote: >> The change adds functional 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 <vipin.vargh...@intel.com> >> --- >> >> Changes in V3: >> - fix the TUN kernel packet error - Vipin >> - seperate out function from logging - Ferruh >> - add TUN PMD_REGISTER_PARAM_STRING - Ferruh >> >> Changes in V2: >> - updated the documentation word error - Pascal
> For series, > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Acked-by: Pascal Mazon <pascal.ma...@6wind.com> Series applied to dpdk-next-net/master, thanks.