summaryrefslogtreecommitdiff
path: root/include/openvswitch
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch')
-rw-r--r--include/openvswitch/netdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openvswitch/netdev.h b/include/openvswitch/netdev.h
index 0c10f7b48..cf48f8691 100644
--- a/include/openvswitch/netdev.h
+++ b/include/openvswitch/netdev.h
@@ -121,6 +121,8 @@ enum netdev_features {
NETDEV_F_PAUSE_ASYM = 1 << 15, /* Asymmetric pause. */
};
+#define NETDEV_DEFAULT_BPS UINT64_C(10 * 1000 * 1000 * 1000)
+
int netdev_get_features(const struct netdev *,
enum netdev_features *current,
enum netdev_features *advertised,