Re: [ovs-dev] [PATCH 2/4] Implement the encode/decode Table Features functions

2013-11-04 Thread Simon Horman
On Fri, Nov 01, 2013 at 07:52:35PM +0800, Alexander Wu wrote: > Thanks for your reply! > > On 01/11/2013 12:29, Simon Horman wrote: > >On Sat, Oct 26, 2013 at 06:14:28PM +0800, Alexander Wu wrote: > >>Implement the encode/decode table features msgs function, and > >>NOTE that we implement the deco

Re: [ovs-dev] [PATCH 2/4] Implement the encode/decode Table Features functions

2013-11-01 Thread Alexander Wu
Thanks for your reply! On 01/11/2013 12:29, Simon Horman wrote: On Sat, Oct 26, 2013 at 06:14:28PM +0800, Alexander Wu wrote: Implement the encode/decode table features msgs function, and NOTE that we implement the decode functions *_raw, maybe we should change it the ofpbuf_pull? Signed-off-b

Re: [ovs-dev] [PATCH 2/4] Implement the encode/decode Table Features functions

2013-10-31 Thread Simon Horman
On Sat, Oct 26, 2013 at 06:14:28PM +0800, Alexander Wu wrote: > Implement the encode/decode table features msgs function, and > NOTE that we implement the decode functions *_raw, maybe we > should change it the ofpbuf_pull? > > Signed-off-by: Alexander Wu > --- > lib/ofp-print.c | 128 +

[ovs-dev] [PATCH 2/4] Implement the encode/decode Table Features functions

2013-10-26 Thread Alexander Wu
Implement the encode/decode table features msgs function, and NOTE that we implement the decode functions *_raw, maybe we should change it the ofpbuf_pull? Signed-off-by: Alexander Wu --- lib/ofp-print.c | 128 +++- lib/ofp-util.c | 646 +++