Hi Dave,
This series provides some fixes to mlx5 driver.
I've cc'ed some of the checksum fixes to Eric Dumazet and i would like to get
his feedback before you pull.
For -stable v4.19
('net/mlx5: FPGA, tls, idr remove on flow delete')
('net/mlx5: FPGA, tls, hold rcu read lock a bit longer')
For -stable v4.20
('net/mlx5e: Rx, Check ip headers sanity')
('Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3
packets"')
('net/mlx5e: Rx, Fixup skb checksum for packets with tail padding')
For -stable v5.0
('net/mlx5e: Switch to Toeplitz RSS hash by default')
('net/mlx5e: Protect against non-uplink representor for encap')
('net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded')
Thanks,
Saeed.
Thanks,
Saeed.
---
The following changes since commit c03fd0171ba6c8807ff5ba7c797896c84e18f3bc:
Merge tag 'mac80211-for-davem-2019-04-09' of
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 (2019-04-09
10:57:10 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git
tags/mlx5-fixes-2019-04-09
for you to fetch changes up to 7ee2ace9c544a0886e02b54b625e521df8692d20:
net/mlx5e: Switch to Toeplitz RSS hash by default (2019-04-09 12:33:51 -0700)
----------------------------------------------------------------
mlx5-fixes-2019-04-09
----------------------------------------------------------------
Dmytro Linkin (1):
net/mlx5e: Protect against non-uplink representor for encap
Eran Ben Elisha (2):
net/mlx5e: Skip un-needed tx recover if interface state is down
net/mlx5e: Use fail-safe channels reopen in tx reporter recover
Konstantin Khlebnikov (1):
net/mlx5e: Switch to Toeplitz RSS hash by default
Or Gerlitz (1):
Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3
packets"
Saeed Mahameed (5):
net/mlx5: FPGA, tls, hold rcu read lock a bit longer
net/mlx5: FPGA, tls, idr remove on flow delete
net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded
net/mlx5e: Rx, Fixup skb checksum for packets with tail padding
net/mlx5e: Rx, Check ip headers sanity
drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 +
.../ethernet/mellanox/mlx5/core/en/reporter_tx.c | 11 ++-
.../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 4 +
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 21 +++--
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 94 +++++++++++++++++-----
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 6 ++
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 4 +
drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c | 61 ++++++--------
9 files changed, 140 insertions(+), 65 deletions(-)