Re: [ovs-dev] [PATCH 3/4] Add init/destroy funcs and handle Table Features msgs.

2013-11-11 Thread Alexander Wu
Hi YAMAMOTO, Sorry for delay in answer. On 05/11/2013 12:36, YAMAMOTO Takashi wrote: thanks for working on this. +static void +table_oxm_init(struct ofputil_table_features *tf, +enum ofputil_table_feature_prop_type type) +{ +int i = 0 ,olen = 0; +const int OXM_NUM = ge

Re: [ovs-dev] [PATCH 3/4] Add init/destroy funcs and handle Table Features msgs.

2013-11-04 Thread YAMAMOTO Takashi
thanks for working on this. > +static void > +table_oxm_init(struct ofputil_table_features *tf, > +enum ofputil_table_feature_prop_type type) > +{ > +int i = 0 ,olen = 0; > +const int OXM_NUM = get_oxm_num(); > +uint32_t *oxm_ids = NULL; > + > +olen = sizeof(uint32_

Re: [ovs-dev] [PATCH 3/4] Add init/destroy funcs and handle Table Features msgs.

2013-11-04 Thread Simon Horman
On Fri, Nov 01, 2013 at 09:33:23PM +0800, Alexander Wu wrote: > On 01/11/2013 12:32, Simon Horman wrote: > >On Sat, Oct 26, 2013 at 06:15:30PM +0800, Alexander Wu wrote: > >>Add some functions to init table features(use ofp13_* struct > >> currently, change it to ofputil later). > >>Use the encode

Re: [ovs-dev] [PATCH 3/4] Add init/destroy funcs and handle Table Features msgs.

2013-11-01 Thread Alexander Wu
On 01/11/2013 12:32, Simon Horman wrote: On Sat, Oct 26, 2013 at 06:15:30PM +0800, Alexander Wu wrote: Add some functions to init table features(use ofp13_* struct currently, change it to ofputil later). Use the encode/decode functions to handle table features request. Currently we just imple

Re: [ovs-dev] [PATCH 3/4] Add init/destroy funcs and handle Table Features msgs.

2013-10-31 Thread Simon Horman
On Sat, Oct 26, 2013 at 06:15:30PM +0800, Alexander Wu wrote: > Add some functions to init table features(use ofp13_* struct > currently, change it to ofputil later). > Use the encode/decode functions to handle table features request. > > Currently we just implement GET table feature. > SET table