summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-09-01 00:42:20 +0300
committerDavid S. Miller <davem@davemloft.net>2017-09-01 00:42:20 +0300
commite12f1a5952c9ac27888846f267ed19cb478618e6 (patch)
tree178096e4b7129a1ff706cd06d6164c8e96953890 /drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h
parent84ccac6e7854ebbfb56d2fc6d5bef9be49bb304c (diff)
parent0fb5fe3c886cb808c6a304f3df3336bdd04e18f5 (diff)
downloadlinux-e12f1a5952c9ac27888846f267ed19cb478618e6.tar.xz
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 'drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h')
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h
index c56a3d92a2bb..283fde4e6783 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h
@@ -55,5 +55,6 @@ static inline void mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp)
#define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
#define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"
+#define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6"
#endif /* _MLXSW_PIPELINE_H_*/