[ovs-dev] [PATCH 1/2] ofctl: This patch add support for setting the first egress table for egress processing.

Ben Pfaff blp at ovn.org
Mon Jan 11 18:27:32 UTC 2016


On Wed, Dec 23, 2015 at 01:37:12PM +0530, niti1489 at gmail.com wrote:
> From: Niti Rohilla <niti.rohilla at tcs.com>
> 
> "ovs-ofctl set-first-egress-table <SWITCH> <table_id>" can be used to set first egress
> table.
> This patch enhances TABLE_FEATURES_REQUEST message to set the first egress table and
> TABLE_FEATURES_REPLY to identify the table which is configured as first egress table.
> 
> Signed-off-by: Niti Rohilla <niti.rohilla at tcs.com>

This appears to completely cut and paste and modify the OF1.3 table
features support, as well as all of the OF1.3 table features protocol
definitions.

This also hard-codes OFPAT_ values.

This also adds a global variable to a utility library.

None of this is acceptable.  Rejected.x



More information about the dev mailing list