[ovs-dev] [PATCH v1] dpif-netdev: Fix dead code in mfex command

Stokes, Ian ian.stokes at intel.com
Mon Aug 16 15:06:01 UTC 2021


> On 16/08/2021 09:03, kumar Amber wrote:
> > The commit removes the dead code from the
> > MFEX set command as highlighted by static tool
> > analysis.
> >
> > Fixes: a395b132b7 ("dpif-netdev: Add packet count and core id paramters for
> study")
> > Signed-off-by: kumar Amber <kumar.amber at intel.com>
> > ---
> >  lib/dpif-netdev.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
> > index 03f460c7d..d88c5cba7 100644
> > --- a/lib/dpif-netdev.c
> > +++ b/lib/dpif-netdev.c
> > @@ -1180,7 +1180,6 @@ dpif_miniflow_extract_impl_set(struct unixctl_conn
> *conn, int argc,
> >          } else {
> >              ds_put_format(&reply, "Error: unknown argument %s.\n", argv[1]);
> >              goto error;
> > -            break;
> >          }
> >      }
> >
> >
> 
> Acked-by: Kevin Traynor <ktraynor at redhat.com>
> 

Thanks for the patch and review, applied to master and branch 2.16.
BR
Ian
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list