Hi Dave,

This patchset contains misc enhancements from the team
to the mlx4 Eth driver.

Patch 1 by Eran adds physical layer counters.
Patch 2 by Eran cleans-up a redundant warn print.
Patch 3 combines the checks of two end cases into a single if statement.
Patch 4 takes common code structures out of the #ifdef, following your
comment on a previous patch. 

Series generated against net-next commit:
f74290fdb363 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

Thanks,
Tariq.


Eran Ben Elisha (2):
  net/mlx4_en: Add physical RX/TX bytes/packets counters
  net/mlx4_en: Remove unnecessary warn print in reset config

Tariq Toukan (2):
  net/mlx4_en: Combine checks of end-cases in RX completion function
  net/mlx4_en: RX csum, pre-define enabled protocols for IP status
    masking

 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 14 +++++++++
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  |  8 +++---
 drivers/net/ethernet/mellanox/mlx4/en_port.c    | 38 ++++++++++++++++---------
 drivers/net/ethernet/mellanox/mlx4/en_rx.c      | 18 ++++++------
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  1 +
 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h | 10 ++++++-
 6 files changed, 61 insertions(+), 28 deletions(-)

-- 
1.8.3.1

Reply via email to