summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkumar Amber <kumar.amber@intel.com>2021-08-16 13:33:30 +0530
committerIan Stokes <ian.stokes@intel.com>2021-08-16 15:18:12 +0100
commitd2ad305a6438c69121fd012f417b2779cc0cadbe (patch)
tree83736e66de9a067e431397abc7a2a9202b743c43 /lib
parent8a5f055a0b31e620050aac5f5c0756d4b07933c6 (diff)
downloadopenvswitch-d2ad305a6438c69121fd012f417b2779cc0cadbe.tar.gz
dpif-netdev: Fix dead code in mfex command
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@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/dpif-netdev.c1
1 files changed, 0 insertions, 1 deletions
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;
}
}