aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/if_link.h
diff options
context:
space:
mode:
authorMartin <martin.varghese@nokia.com>2020-06-28 23:18:23 +0530
committerDavid S. Miller <davem@davemloft.net>2020-06-28 20:48:20 -0700
commitfe80536acf8397827be77f9b8ada384b90e790d0 (patch)
tree16ea20ba97db6c96f59f537b007516238bbfde42 /include/uapi/linux/if_link.h
parentMerge branch 'hinic-add-some-ethtool-ops-support' (diff)
downloadlinux-dev-fe80536acf8397827be77f9b8ada384b90e790d0.tar.xz
linux-dev-fe80536acf8397827be77f9b8ada384b90e790d0.zip
bareudp: Added attribute to enable & disable rx metadata collection
Metadata need not be collected in receive if the packet from bareudp device is not targeted to openvswitch. Signed-off-by: Martin <martin.varghese@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_link.h')
-rw-r--r--include/uapi/linux/if_link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index a009365ad67b..cc185a007ade 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -600,6 +600,7 @@ enum {
IFLA_BAREUDP_ETHERTYPE,
IFLA_BAREUDP_SRCPORT_MIN,
IFLA_BAREUDP_MULTIPROTO_MODE,
+ IFLA_BAREUDP_RX_COLLECT_METADATA,
__IFLA_BAREUDP_MAX
};