mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
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>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user