From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net-next v3 0/9] sched: introduce vlan action Date: Tue, 18 Nov 2014 23:04:41 +0100 Message-ID: <20141118220441.GC1874@nanopsycho.orion> References: <1416346664-9290-1-git-send-email-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Netdev List , David Miller , Jamal Hadi Salim , Pravin Shelar , Tom Herbert , Eric Dumazet , willemb@google.com, Daniel Borkmann , "Michael S. Tsirkin (mst@redhat.com)" , Florian Westphal , Paul.Durrant@citrix.com, Thomas Graf , Cong Wang To: Or Gerlitz Return-path: Received: from mail-wi0-f170.google.com ([209.85.212.170]:43874 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753481AbaKRWEn (ORCPT ); Tue, 18 Nov 2014 17:04:43 -0500 Received: by mail-wi0-f170.google.com with SMTP id bs8so7743053wib.1 for ; Tue, 18 Nov 2014 14:04:42 -0800 (PST) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Tue, Nov 18, 2014 at 10:54:05PM CET, gerlitz.or@gmail.com wrote: >On Tue, Nov 18, 2014 at 11:37 PM, Jiri Pirko wrote: > >Hi Jiri (WB from your vacation), > >Sorry for the a bit of cold shower, but empty cover letter and no sign for > >V2 --> V3 >[...] > >V1 --> V2 >[...] > >V0 --> V1 >[...] See individual patches. If there's a change in the patch, these notes are there. > > >tracking in the 0/N patch, doesn't allow for proper review, I would say... Cover letter servers only for grouping here. (previous 2 versions did not have that). See descriptions in individual patches. > >Or. > >> Jiri Pirko (9): >> openvswitch: actions: use skb_postpull_rcsum when possible >> vlan: make __vlan_hwaccel_put_tag return void >> vlan: kill vlan_put_tag helper >> vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto >> vlan: introduce *vlan_hwaccel_push_inside helpers >> vlan: introduce __vlan_insert_tag helper which does not free skb >> net: move make_writable helper into common code >> net: move vlan pop/push functions into common code >> sched: introduce vlan action >> >> drivers/net/bonding/bond_alb.c | 17 +-- >> drivers/net/bonding/bond_main.c | 12 +- >> drivers/net/ethernet/emulex/benet/be_main.c | 6 +- >> drivers/net/usb/cdc_mbim.c | 2 +- >> drivers/net/vxlan.c | 22 +-- >> drivers/scsi/fcoe/fcoe.c | 6 +- >> include/linux/if_vlan.h | 107 +++++++++----- >> include/linux/skbuff.h | 3 + >> include/net/tc_act/tc_vlan.h | 27 ++++ >> include/uapi/linux/tc_act/tc_vlan.h | 35 +++++ >> net/8021q/vlan_dev.c | 2 +- >> net/bridge/br_vlan.c | 4 +- >> net/core/dev.c | 8 +- >> net/core/netpoll.c | 4 +- >> net/core/skbuff.c | 107 ++++++++++++++ >> net/ipv4/geneve.c | 12 +- >> net/openvswitch/actions.c | 130 ++++------------- >> net/openvswitch/datapath.c | 5 +- >> net/openvswitch/vport-gre.c | 12 +- >> net/sched/Kconfig | 11 ++ >> net/sched/Makefile | 1 + >> net/sched/act_vlan.c | 207 ++++++++++++++++++++++++++++ >> 22 files changed, 525 insertions(+), 215 deletions(-) >> create mode 100644 include/net/tc_act/tc_vlan.h >> create mode 100644 include/uapi/linux/tc_act/tc_vlan.h >> create mode 100644 net/sched/act_vlan.c >> >> -- >> 1.9.3 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe netdev" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html