[ovs-dev] [no-slow 6/6] ofproto-dpif: Don't slow-path controller actions with pause.

Ben Pfaff blp at ovn.org
Thu Jan 4 01:16:46 UTC 2018


On Thu, Dec 21, 2017 at 02:25:15PM -0800, Justin Pettit wrote:
> A previous patch removed slow-pathing for controller actions with the
> exception of ones that specified "pause".  This commit removes that
> restriction so that no controller actions are slow-pathed.
> 
> Signed-off-by: Justin Pettit <jpettit at ovn.org>

On second look, I don't have anything more to add.  I guess you could
delete the extra blank line here:

diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index 1558dd970cdc..98e3d832eb7d 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -4494,7 +4494,6 @@ finish_freezing__(struct xlate_ctx *ctx, uint8_t table)
                                    ctx->pause->userdata,
                                    ctx->pause->userdata_len);
     } else {
-
         if (ctx->recirc_update_dp_hash) {
             struct ovs_action_hash *act_hash;
 


More information about the dev mailing list