Re: [ovs-dev] [PATCH v4.3 3/5] ofp-util: Implement OFPMP_TABLE_FEATURES en/decode

2013-12-17 Thread Alexander Wu
On 18/12/2013 08:51, Ben Pfaff wrote: On Mon, Dec 09, 2013 at 06:41:11PM +0800, Alexander Wu wrote: v4.3: Rollback table id 255 to 253 according to OpenFlow spec and current implement Update AT. v4.2: Fix last table features id to 255. Add more comments. Fix wrong print of last t

Re: [ovs-dev] [PATCH v4.3 3/5] ofp-util: Implement OFPMP_TABLE_FEATURES en/decode

2013-12-17 Thread Ben Pfaff
On Mon, Dec 09, 2013 at 06:41:11PM +0800, Alexander Wu wrote: > v4.3: > Rollback table id 255 to 253 according to OpenFlow spec and current > implement > Update AT. > > v4.2: > Fix last table features id to 255. > Add more comments. > Fix wrong print of last table feature. > > v4: >

[ovs-dev] [PATCH v4.3 3/5] ofp-util: Implement OFPMP_TABLE_FEATURES en/decode

2013-12-09 Thread Alexander Wu
v4.3: Rollback table id 255 to 253 according to OpenFlow spec and current implement Update AT. v4.2: Fix last table features id to 255. Add more comments. Fix wrong print of last table feature. v4: 1. Delete duplication code. 2. Add new acts in *.def. 3. Update abstract table-feat