RE: [PATCHv6 0/7] Refactor macvtap to re-use tap functionality by other virtual intefaces

From: Grandhi, Sainath
Date: Mon Feb 13 2017 - 18:41:10 EST




> -----Original Message-----
> From: David Miller [mailto:davem@xxxxxxxxxxxxx]
> Sent: Saturday, February 11, 2017 6:00 PM
> To: Grandhi, Sainath <sainath.grandhi@xxxxxxxxx>
> Cc: netdev@xxxxxxxxxxxxxxx; mahesh@xxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCHv6 0/7] Refactor macvtap to re-use tap functionality by
> other virtual intefaces
>
> From: Sainath Grandhi <sainath.grandhi@xxxxxxxxx>
> Date: Fri, 10 Feb 2017 16:03:45 -0800
>
> > Tap character devices can be implemented on other virtual interfaces
> > like ipvlan, similar to macvtap. Source code for tap functionality in
> > macvtap can be re-used for this purpose.
> >
> > This patch series splits macvtap source into two modules, macvtap and tap.
> > This patch series also includes a patch for implementing tap character
> > device driver based on the IP-VLAN network interface, called ipvtap.
> >
> > These patches are tested on x86 platform.
>
> Series applied, thanks.
Thanks David.
May I know an approximate timeline, when your branch would be merged into linux?