mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
netdev-dpdk: set_miimon should return EOPNOTSUPP.
According to netdev-provider, this function should return EOPNOTSUPP if not supported. Signed-off-by: Mark D. Gray <mark.d.gray@intel.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1116,7 +1116,7 @@ static int
|
||||
netdev_dpdk_set_miimon(struct netdev *netdev_ OVS_UNUSED,
|
||||
long long int interval OVS_UNUSED)
|
||||
{
|
||||
return 0;
|
||||
return EOPNOTSUPP;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user