summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorDavid S. Miller2017-08-31 23:42:20 +0200
committerDavid S. Miller2017-08-31 23:42:20 +0200
commite12f1a5952c9ac27888846f267ed19cb478618e6 (patch)
tree178096e4b7129a1ff706cd06d6164c8e96953890 /include/uapi
parentx86: bpf_jit: small optimization in emit_bpf_tail_call() (diff)
parentmlxsw: spectrum_dpipe: Add support for controlling IPv6 neighbor counters (diff)
downloadkernel-qcow2-linux-e12f1a5952c9ac27888846f267ed19cb478618e6.tar.gz
kernel-qcow2-linux-e12f1a5952c9ac27888846f267ed19cb478618e6.tar.xz
kernel-qcow2-linux-e12f1a5952c9ac27888846f267ed19cb478618e6.zip
Merge branch 'mlxsw-Add-IPv6-host-dpipe-table'
Jiri Pirko says: ==================== mlxsw: Add IPv6 host dpipe table This patchset adds IPv6 host dpipe table support. This will provide the ability to observe the hardware offloaded IPv6 neighbors. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/devlink.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h
index 6c172548589d..0cbca96c66b9 100644
--- a/include/uapi/linux/devlink.h
+++ b/include/uapi/linux/devlink.h
@@ -234,9 +234,14 @@ enum devlink_dpipe_field_ipv4_id {
DEVLINK_DPIPE_FIELD_IPV4_DST_IP,
};
+enum devlink_dpipe_field_ipv6_id {
+ DEVLINK_DPIPE_FIELD_IPV6_DST_IP,
+};
+
enum devlink_dpipe_header_id {
DEVLINK_DPIPE_HEADER_ETHERNET,
DEVLINK_DPIPE_HEADER_IPV4,
+ DEVLINK_DPIPE_HEADER_IPV6,
};
#endif /* _UAPI_LINUX_DEVLINK_H_ */