From: David Miller <davem@davemloft.net>
To: hadarh@mellanox.com
Cc: netdev@vger.kernel.org, jiri@mellanox.com, amirva@mellanox.com,
ogerlitz@mellanox.com, tom@herbertland.com
Subject: Re: [PATCH net-next V2 0/5] net_sched, flow_dissector, flower: Introduce vlan tag support
Date: Thu, 18 Aug 2016 23:14:14 -0700 (PDT) [thread overview]
Message-ID: <20160818.231414.1576833647538773356.davem@davemloft.net> (raw)
In-Reply-To: <1471430174-27740-1-git-send-email-hadarh@mellanox.com>
From: Hadar Hen Zion <hadarh@mellanox.com>
Date: Wed, 17 Aug 2016 13:36:09 +0300
> This patchset introduce vlan tag support to the flower classifier and the flow
> dissector. In addition to adding vlan priority to act vlan.
>
> The first 2 patches are dealing with flow-dissector:
> - The first patch is a fix, in case the vlan was already stripped from the
> skb, take it from skb->vlan_tci.
> - The second patch adds support for vlan priority.
>
> The next 2 patches are dealing with flower:
> - The first patch is a fix, sets flow dissector 'used_keys' according to the
> mask value of each key.
> - The secound patch adds vlan tag support to the flower classifier, user space
> patches will be sent later to complete it.
>
> The last patch adds vlan priority to act vlan since only vlan id is currently supported.
>
> Changes from V1:
> - A new patch was added to this series "net_sched: flower: Avoid dissection of unmasked keys"
> - Adding u16 padding to struct flow_dissector_key_vlan
> - change flow_label field in struct flow_dissector_key_tags form 20 bits field to u32
> - Remove 'if (v->tcfv_push_prio)' check from tcf_vlan_dump function
> - Add support to un-stripped vlan skb and skb with multipale vlans in __skb_flow_dissect
Series applied, thanks.
prev parent reply other threads:[~2016-08-19 6:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-17 10:36 [PATCH net-next V2 0/5] net_sched, flow_dissector, flower: Introduce vlan tag support Hadar Hen Zion
2016-08-17 10:36 ` [PATCH net-next V2 1/5] flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci Hadar Hen Zion
2016-08-17 10:46 ` Jiri Pirko
2016-08-17 11:05 ` Hadar Hen Zion
2016-08-17 13:02 ` Jiri Pirko
2016-08-18 6:22 ` Hadar Hen Zion
2016-08-18 6:46 ` Jiri Pirko
2016-08-18 7:24 ` Jiri Pirko
2016-08-17 10:36 ` [PATCH net-next V2 2/5] flow_dissector: Get vlan priority in addition to vlan id Hadar Hen Zion
2016-08-18 7:25 ` Jiri Pirko
2016-08-17 10:36 ` [PATCH net-next V2 3/5] net_sched: flower: Avoid dissection of unmasked keys Hadar Hen Zion
2016-08-17 10:36 ` [PATCH net-next V2 4/5] net_sched: flower: Add vlan support Hadar Hen Zion
2016-08-17 10:36 ` [PATCH net-next V2 5/5] net_sched: act_vlan: Add priority option Hadar Hen Zion
2016-08-19 6:14 ` David Miller [this message]
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=20160818.231414.1576833647538773356.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=amirva@mellanox.com \
--cc=hadarh@mellanox.com \
--cc=jiri@mellanox.com \
--cc=netdev@vger.kernel.org \
--cc=ogerlitz@mellanox.com \
--cc=tom@herbertland.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.