[ovs-dev] [PATCH v2 4/8] ofproto: Add init/destroy funcs and handle OFPMP_TABLE_FEATURES msgs.

Alexander Wu alexander.wu at huawei.com
Tue Nov 12 03:44:44 UTC 2013


Hi YAMAMOTO,

Sorry for the the context that I've left. I'll delete it soon.
The context may be merged when rebase, I've not noticed them.

Thanks!

On 12/11/2013 11:17, YAMAMOTO Takashi wrote:
>> @@ -5915,8 +6296,13 @@ handle_openflow__(struct ofconn *ofconn, const struct ofpbuf *msg)
>>        case OFPTYPE_GROUP_FEATURES_STATS_REQUEST:
>>            return handle_group_features_stats_request(ofconn, oh);
>>
>> +    case OFPTYPE_TABLE_FEATURES_STATS_REQUEST:
>> +        return handle_table_features_stats_request(ofconn, oh);
>> +
>> +        /* FIXME: Change the following once they are implemented: */
>>        case OFPTYPE_QUEUE_GET_CONFIG_REQUEST:
>>            return handle_queue_get_config_request(ofconn, oh);
>> +        /* fallthrough */
>
>
> this looks like a broken rebase.
>
> YAMAMOTO Takashi
>
>


-- 
Best Regards,
Alexander Wu




More information about the dev mailing list