netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bonding: support 802.1ad vlan protocol
@ 2014-03-11  3:43 Ding Tianhong
  2014-03-11  3:43 ` [PATCH net-next 1/3] vlan: make a new function vlan_dev_vlan_proto() and export Ding Tianhong
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ding Tianhong @ 2014-03-11  3:43 UTC (permalink / raw)
  To: fubar, vfalico, andy, kaber; +Cc: davem, netdev

The bonding could only use vlan proto 802.1q regardless the vlan dev is
802.1ad or 802.1q, so add new interface to get vlan proto by vlan dev and
use it to send packages by correct vlan protocol.

Ding Tianhong (3):
  vlan: make a new function  vlan_dev_vlan_proto() and export
  bonding: support different vlan proto for bond_arp_send()
  bonding: choose the correct vlan proto for alb_send_learning_packets

 drivers/net/bonding/bond_alb.c  |  7 ++++---
 drivers/net/bonding/bond_main.c | 23 +++++++++++++++--------
 include/linux/if_vlan.h         |  7 +++++++
 net/8021q/vlan_core.c           |  6 ++++++
 4 files changed, 32 insertions(+), 11 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2014-03-12  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11  3:43 [PATCH net-next 0/3] bonding: support 802.1ad vlan protocol Ding Tianhong
2014-03-11  3:43 ` [PATCH net-next 1/3] vlan: make a new function vlan_dev_vlan_proto() and export Ding Tianhong
2014-03-11  3:43 ` [PATCH net-next 2/3] bonding: support different vlan proto for bond_arp_send() Ding Tianhong
2014-03-11  3:43 ` [PATCH net-next 3/3] bonding: choose the correct vlan proto for alb_send_learning_packets Ding Tianhong
2014-03-12  6:13 ` [PATCH net-next 0/3] bonding: support 802.1ad vlan protocol Veaceslav Falico
2014-03-12  8:57   ` Ding Tianhong

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).