netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iproute PATCH 0/3] improve MACVLAN/MACVTAP support
@ 2015-09-25 12:09 Phil Sutter
  2015-09-25 12:09 ` [iproute PATCH 1/3] ip: link: consolidate macvlan and macvtap Phil Sutter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Phil Sutter @ 2015-09-25 12:09 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

While implementing support for MACVLAN_FLAG_NOPROMISC, I realized how similar
iplink_macvlan.c and iplink_macvtap.c are and that the main differences (apart
from substituting "macvlan" for "macvtap") were fixes and enhancements which
weren't applied to both files. To prevent this in the future and to share
common code, this series merges the files. In addition, it implements support
for MACVLAN_FLAG_NOPROMISC and finally documents these interface types in
ip-link.8.in.

Phil Sutter (3):
  ip: link: consolidate macvlan and macvtap
  ip: macvlan: support MACVLAN_FLAG_NOPROMISC flag
  man: ip-link: document MACVLAN/MACVTAP interface types

 ip/Makefile           |   2 +-
 ip/iplink_macvlan.c   |  68 ++++++++++++++++++++++++--------
 ip/iplink_macvtap.c   | 105 --------------------------------------------------
 man/man8/ip-link.8.in |  50 ++++++++++++++++++++++++
 4 files changed, 104 insertions(+), 121 deletions(-)
 delete mode 100644 ip/iplink_macvtap.c

-- 
2.1.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-12 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-25 12:09 [iproute PATCH 0/3] improve MACVLAN/MACVTAP support Phil Sutter
2015-09-25 12:09 ` [iproute PATCH 1/3] ip: link: consolidate macvlan and macvtap Phil Sutter
2015-09-25 12:09 ` [iproute PATCH 2/3] ip: macvlan: support MACVLAN_FLAG_NOPROMISC flag Phil Sutter
2015-09-25 12:09 ` [iproute PATCH 3/3] man: ip-link: document MACVLAN/MACVTAP interface types Phil Sutter
2015-10-12 16:48 ` [iproute PATCH 0/3] improve MACVLAN/MACVTAP support Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).