diff options
author | David S. Miller <davem@davemloft.net> | 2017-09-01 00:42:20 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-01 00:42:20 +0300 |
commit | e12f1a5952c9ac27888846f267ed19cb478618e6 (patch) | |
tree | 178096e4b7129a1ff706cd06d6164c8e96953890 /drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h | |
parent | 84ccac6e7854ebbfb56d2fc6d5bef9be49bb304c (diff) | |
parent | 0fb5fe3c886cb808c6a304f3df3336bdd04e18f5 (diff) | |
download | linux-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.h | 1 |
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_*/ |