[PATCH net-next V10 4/4] 8021AD: Flow key parsing and netlink attributes.

2015-06-02 Thread Thomas F Herbert
Add support for 802.1ad to netlink parsing and flow conversation. Uses double nested encap attributes to represent double tagged vlan. Signed-off-by: Thomas F Herbert --- net/openvswitch/flow_netlink.c | 186 ++--- 1 file changed, 157 insertions(+), 29 deletio

Re: [PATCH net-next V10 4/4] 8021AD: Flow key parsing and netlink attributes.

2015-06-08 Thread Pravin Shelar
On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert wrote: > Add support for 802.1ad to netlink parsing and flow conversation. Uses > double nested encap attributes to represent double tagged vlan. > This patch needs to be merged with earlier patch since it is part of qinq support. > Signed-off-by:

Re: [PATCH net-next V10 4/4] 8021AD: Flow key parsing and netlink attributes.

2015-06-09 Thread Thomas F Herbert
On 6/8/15 11:45 PM, Pravin Shelar wrote: On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert wrote: Add support for 802.1ad to netlink parsing and flow conversation. Uses double nested encap attributes to represent double tagged vlan. This patch needs to be merged with earlier patch since it