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

Ben Pfaff blp at ovn.org
Sat Feb 6 00:38:08 UTC 2016


On Wed, Jan 27, 2016 at 05:14:33PM +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>
> ---
> Difference between v1->v2
> 
> - Removed the implementation added for OF1.5 and incorporated the egress table code
>   in OF1.3 implementation.
> - Replaced the hard coded values for OFPAT_ with OFPACT_OUTPUT and OFPACT_GROUP.
> - Removed the global variable in utility library and added a function to set/get the
>   egress table id.
> - Rebased with latest master

Hi, this doesn't apply due apparently to changes in tests/ofproto.at.
Can you rebase it?

Thanks,

Ben.



More information about the dev mailing list