Hi Dave, This pull request includes fixes for mlx5 core and netdev driver.
Please pull and let me know if there's any problems. For -stable v4.12 net/mlx5e: TX, Use correct counter in dma_map error flow For -stable v4.13 net/mlx5: Avoid cleaning flow steering table twice during error flow For -stable v4.14 net/mlx5e: Allow offloading ipv4 header re-write for icmp For -stable v4.15 net/mlx5e: DCBNL fix min inline header size for dscp For -stable v4.16 net/mlx5: Fix mlx5_get_vector_affinity function Thanks, Saeed. --- The following changes since commit 25eb0ea7174c6e84f21fa59dccbddd0318b17b12: Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2018-04-25 22:55:33 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-04-25 for you to fetch changes up to 202854e9f4df99df1f79962a9e8f94a7de602f7b: net/mlx5: Properly deal with flow counters when deleting rules (2018-04-26 12:43:21 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-04-25 ---------------------------------------------------------------- Chris Mi (1): net/mlx5: Properly deal with flow counters when deleting rules Huy Nguyen (1): net/mlx5e: DCBNL fix min inline header size for dscp Israel Rukshin (1): net/mlx5: Fix mlx5_get_vector_affinity function Jianbo Liu (1): net/mlx5e: Allow offloading ipv4 header re-write for icmp Shahar Klein (1): net/mlx5e: Fix traffic between VF and representor Talat Batheesh (1): net/mlx5: Avoid cleaning flow steering table twice during error flow Tariq Toukan (1): net/mlx5e: TX, Use correct counter in dma_map error flow drivers/infiniband/hw/mlx5/main.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 8 ++++--- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 5 +++-- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 3 ++- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 20 ++++++++--------- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 26 +++++++++++++--------- include/linux/mlx5/driver.h | 12 +++------- 7 files changed, 40 insertions(+), 36 deletions(-)