Re: [ovs-dev] [PATCH v2] ofproto: support OFPR_GROUP reason for OF1.4 packet-in.

2014-11-24 Thread Ben Pfaff
Thanks. I'll take a look at the new version. On Sat, Nov 22, 2014 at 12:52:35AM +, Shu Shen wrote: > Hi, > > I'd like to withdraw the previous submission. I'm trying to improve it by > splitting into smaller commits. > > Please see the first few patches that add tests and fix current bugs

Re: [ovs-dev] [PATCH v2] ofproto: support OFPR_GROUP reason for OF1.4 packet-in.

2014-11-21 Thread Shu Shen
Hi, I'd like to withdraw the previous submission. I'm trying to improve it by splitting into smaller commits. Please see the first few patches that add tests and fix current bugs related to Packet-In: - [ovs-dev] [PATCH 1/2] ofproto-dpif: add test case for OF1.4 packet-in, http://openvswitch.o

[ovs-dev] [PATCH v2] ofproto: support OFPR_GROUP reason for OF1.4 packet-in.

2014-11-13 Thread Shu Shen
Use wire_reason() to translate between different OF versions. OF1.3 and earlier will still use OFPR_ACTION instead of OFPR_GROUP. Async config is initiated and checked againt OF version to make sure OFPR_GROUP is only reported for OF1.4+. Controllers running OF1.3+ cannot override the mask and ena