diff options
author | David S. Miller <davem@davemloft.net> | 2020-07-11 00:02:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-11 00:02:01 +0300 |
commit | ca68d5637aaff64d4838f609708ecf592d67bfe0 (patch) | |
tree | 725c2990c798d6c72ee7409f0787cfd29feca682 /include/linux/mlx5/driver.h | |
parent | 14b032b8f8fce03a546dcf365454bec8c4a58d7d (diff) | |
parent | eb32b3f53d283e8d68b6d86c3a6ed859b24dacae (diff) | |
download | linux-ca68d5637aaff64d4838f609708ecf592d67bfe0.tar.xz |
Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5 fixes 2020-07-02
This series introduces some fixes to mlx5 driver.
V1->v2:
- Drop "ip -s" patch and mirred device hold reference patch.
- Will revise them in a later submission.
Please pull and let me know if there is any problem.
For -stable v5.2
('net/mlx5: Fix eeprom support for SFP module')
For -stable v5.4
('net/mlx5e: Fix 50G per lane indication')
For -stable v5.5
('net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crash')
('net/mlx5e: Fix VXLAN configuration restore after function reload')
For -stable v5.7
('net/mlx5e: CT: Fix memory leak in cleanup')
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5/driver.h')
-rw-r--r-- | include/linux/mlx5/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 13c0e4556eda..1e6ca716635a 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -147,6 +147,7 @@ enum { MLX5_REG_MCDA = 0x9063, MLX5_REG_MCAM = 0x907f, MLX5_REG_MIRC = 0x9162, + MLX5_REG_SBCAM = 0xB01F, MLX5_REG_RESOURCE_DUMP = 0xC000, }; |