[ovs-dev] [PATCH v1] ofproto: Implement OF1.4 error code for set-async-config

2015-09-01 Thread ambikaarora92
From: Ambika Arora This patch adds support for Openflow1.4 error codes for set-async-config. In this patch, a new error type, OFPET_ASYNC_CONFIG_FAILED is introduced that enables the switch to properly inform the controller when controller tries to set invalid mask or unsupported configuration.

[ovs-dev] [PATCH v2] ofproto: Implement OF1.4 error code for set-async-config

2015-09-11 Thread ambikaarora92
From: Ambika Arora This patch adds support for Openflow1.4 error codes for set-async-config. In this patch, a new error type, OFPET_ASYNC_CONFIG_FAILED is introduced that enables the switch to properly inform the controller when controller tries to set invalid mask or unsupported configuration.

[ovs-dev] [PATCH v4] ofproto: Implement OF1.4 error code for set-async-config

2015-11-30 Thread ambikaarora92
From: Ambika Arora This patch adds support for Openflow1.4 error codes for set-async-config. In this patch, a new error type, OFPET_ASYNC_CONFIG_FAILED is introduced that enables the switch to properly inform the controller when controller tries to set invalid mask or unsupported configuration.