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

2015-11-30 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 04:52:47PM +0530, ambikaaror...@gmail.com wrote: > 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 c

[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.