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

2018-05-02 Thread Varghese, Vipin
d.com; > Thomas Monjalon ; Olga Shern > ; Shahaf Shuler > Subject: Re: [dpdk-dev] [PATCH 1/2] net/tap: add tun support > > On 4/23/2018 1:58 PM, Varghese, Vipin wrote: > > Hi Ophir, > > > > Can you help me with the investigation with the following information? > &g

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

2018-04-23 Thread Ferruh Yigit
t; pascal.ma...@6wind.com; Yigit, Ferruh ; Thomas >> Monjalon ; Olga Shern ; >> Shahaf Shuler >> Subject: Re: [dpdk-dev] [PATCH 1/2] net/tap: add tun support >> >> Hi Ophir, >> >> >> >>> Hi Vipin, >>> I missed your point: >>>

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

2018-04-23 Thread Varghese, Vipin
alon ; Olga Shern ; > Shahaf Shuler > Subject: Re: [dpdk-dev] [PATCH 1/2] net/tap: add tun support > > Hi Ophir, > > > > > Hi Vipin, > > I missed your point: > > You claim that TAP should work regardless of any pi.proto values. > > Can you confirm

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

2018-04-21 Thread Varghese, Vipin
; From: Ophir Munk > > Sent: Saturday, April 21, 2018 12:49 AM > > To: Varghese, Vipin ; dev@dpdk.org; > > pascal.ma...@6wind.com; Yigit, Ferruh ; Thomas > > Monjalon ; Olga Shern ; > > Shahaf Shuler > > Subject: RE: [dpdk-dev] [PATCH 1/2] net/tap: add tu

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

2018-04-20 Thread Ophir Munk
dev@dpdk.org; > pascal.ma...@6wind.com; Yigit, Ferruh ; Thomas > Monjalon ; Olga Shern ; > Shahaf Shuler > Subject: RE: [dpdk-dev] [PATCH 1/2] net/tap: add tun support > > Hi Vipin, > > Please find comments inline. > > > -Original Message- > > From: Varghes

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

2018-04-20 Thread Ophir Munk
; > Shahaf Shuler > Subject: RE: [dpdk-dev] [PATCH 1/2] net/tap: add tun support > > Hi Ophir, > > Please find my answers inline to the queries. > > > -Original Message- > > From: Ophir Munk [mailto:ophi...@mellanox.com] > > Sent: Thursday, Apri

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

2018-04-12 Thread Varghese, Vipin
a Shern ; > Shahaf Shuler > Subject: RE: [dpdk-dev] [PATCH 1/2] net/tap: add tun support > > Hi Vipin, > This patch (adding TUN to TAP) has been Acked and accepted in next-net > branch. > I have some questions regarding the implementation (please find below). > &g

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

2018-04-12 Thread Ophir Munk
018 12:38 AM > To: dev@dpdk.org; pascal.ma...@6wind.com; ferruh.yi...@intel.com > Cc: Vipin Varghese > Subject: [dpdk-dev] [PATCH 1/2] net/tap: add tun support > > The change adds functional TUN PMD logic to the existing TAP PMD. > TUN PMD can be initialized with 'net_tunX

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

2018-04-06 Thread Ferruh Yigit
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

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

2018-04-06 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH 1/2] net/tap: add tun support

2018-04-02 Thread Vipin Varghese
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 --- Changes in V3: - fix the TUN kernel pac