netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
To: netdev@vger.kernel.org
Subject: [PATCH net-next 0/4] net/vlan: prepare for removal of VLAN_TAG_PRESENT
Date: Wed, 07 Nov 2018 18:07:02 +0100	[thread overview]
Message-ID: <cover.1541610138.git.mirq-linux@rere.qmqm.pl> (raw)

This is a preparatory patchset before removing the use of VLAN_TAG_PRESENT
bit in skb->vlan_tci as indication of VLAN offload. This set includes
only cleanups that allow abstracting of code testing VLAN tag presence
in drivers and networking code.

Michał Mirosław (4):
  net/vlan: introduce __vlan_hwaccel_clear_tag() helper
  net/vlan: introduce __vlan_hwaccel_copy_tag() helper
  net/vlan: include the shift in skb_vlan_tag_get_prio()
  net/vlan: remove unused #define HAVE_VLAN_GET_TAG

 include/linux/if_vlan.h   | 30 ++++++++++++++++++++++++++----
 net/core/flow_dissector.c |  3 +--
 2 files changed, 27 insertions(+), 6 deletions(-)

-- 
2.19.1

             reply	other threads:[~2018-11-08  2:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-07 17:07 Michał Mirosław [this message]
2018-11-07 17:07 ` [PATCH net-next 2/4] net/vlan: introduce __vlan_hwaccel_copy_tag() helper Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 1/4] net/vlan: introduce __vlan_hwaccel_clear_tag() helper Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 3/4] net/vlan: include the shift in skb_vlan_tag_get_prio() Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 4/4] net/vlan: remove unused #define HAVE_VLAN_GET_TAG Michał Mirosław
2018-11-08  6:41 ` [PATCH net-next 0/4] net/vlan: prepare for removal of VLAN_TAG_PRESENT David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1541610138.git.mirq-linux@rere.qmqm.pl \
    --to=mirq-linux@rere.qmqm.pl \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).