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
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_
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
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
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