Re: [ovs-dev] [PATCH 2/5 V6] Flow changes for 802.1ad

2015-01-29 Thread Thomas F Herbert
Ben, On 1/28/15 11:31 AM, Ben Pfaff wrote: On Thu, Jan 08, 2015 at 04:29:12PM -0500, Thomas F Herbert wrote: This patch adds support for 802.1ad by adding customer tci and tpid to the flow structure. Signed-off-by: Thomas F Herbert This seems to be only half-general because it only allows fo

Re: [ovs-dev] [PATCH 2/5 V6] Flow changes for 802.1ad

2015-01-28 Thread Ben Pfaff
On Thu, Jan 08, 2015 at 04:29:12PM -0500, Thomas F Herbert wrote: > This patch adds support for 802.1ad by adding customer tci and tpid to the > flow structure. > > Signed-off-by: Thomas F Herbert This seems to be only half-general because it only allows for different TPIDs in one position. It

[ovs-dev] [PATCH 2/5 V6] Flow changes for 802.1ad

2015-01-08 Thread Thomas F Herbert
This patch adds support for 802.1ad by adding customer tci and tpid to the flow structure. Signed-off-by: Thomas F Herbert --- lib/flow.c | 22 +- lib/flow.h | 15 ++- lib/match.c| 2 +- lib/nx-match.c | 2 +- lib/odp-util.h | 2 +- lib/ofp-util.c |