Re: [ovs-dev] [PATCH 05/17] nx-match: Encode dp_hash and recirc_id in OXM also.

2014-09-29 Thread Ben Pfaff
On Wed, Sep 24, 2014 at 09:27:19AM +0900, YAMAMOTO Takashi wrote: > > dp_hash and recirc_id are specific to OVS, but that doesn't mean that we > > shouldn't encode them into flow matches when OXM is used in OpenFlow 1.2 > > and later. > > > > Signed-off-by: Ben Pfaff > > Acked-by: YAMAMOTO Takas

Re: [ovs-dev] [PATCH 05/17] nx-match: Encode dp_hash and recirc_id in OXM also.

2014-09-23 Thread YAMAMOTO Takashi
> dp_hash and recirc_id are specific to OVS, but that doesn't mean that we > shouldn't encode them into flow matches when OXM is used in OpenFlow 1.2 > and later. > > Signed-off-by: Ben Pfaff Acked-by: YAMAMOTO Takashi ___ dev mailing list dev@openvsw

[ovs-dev] [PATCH 05/17] nx-match: Encode dp_hash and recirc_id in OXM also.

2014-09-16 Thread Ben Pfaff
dp_hash and recirc_id are specific to OVS, but that doesn't mean that we shouldn't encode them into flow matches when OXM is used in OpenFlow 1.2 and later. Signed-off-by: Ben Pfaff --- lib/nx-match.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/nx-match.c