Hi Dave,

The following series includes some minor FPGA and mlx5e netdev updates,
for more information please see tag log below.

Please pull and let me know if there's any problem.

Note: This series doesn't include nor require any mlx5-next shared code
and can be applied as is to net-next tree.

Thanks,
Saeed.

---

The following changes since commit ae40832e53c33fab2755571dabc1378117bc50d4:

  bpfilter: fix a build err (2018-05-29 15:20:21 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git 
tags/mlx5e-updates-2018-05-29

for you to fetch changes up to 01252a27837a9dd099a6e8cfa3adc4772033a5bf:

  net/mlx5e: Get the number of offloaded TC rules from the correct table 
(2018-05-29 17:27:50 -0700)

----------------------------------------------------------------
mlx5e-updates-2018-05-29

This series includes mlx5 FPGA and mlx5e netdevice updates:

1) Print FPGA info such as device name, vendor id, etc.., from Ilan Tayari.
2) Abort FPGA if some essential capabilities are not supported, from Yevgeny 
Kliteynik.
3) Two FPGA dma related minor fixes, from Ilya Lesokhin.
4) Use the right table to report offloaded TC rules, from Or Gerlitz.

----------------------------------------------------------------
Ilan Tayari (3):
      net/mlx5: FPGA, Add doxygen for access type enum
      net/mlx5: FPGA, Add device name
      net/mlx5: FPGA, print SBU identification on init

Ilya Lesokhin (2):
      net/mlx5: FPGA, Properly initialize dma direction on fpga conn send
      net/mlx5: FPGA, Call DMA unmap with the right size

Or Gerlitz (1):
      net/mlx5e: Get the number of offloaded TC rules from the correct table

Yevgeny Kliteynik (1):
      net/mlx5: FPGA, Abort FPGA init if the device reports no QP capability

 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  7 +++++
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.h    |  5 +---
 drivers/net/ethernet/mellanox/mlx5/core/fpga/cmd.h |  7 +++++
 .../net/ethernet/mellanox/mlx5/core/fpga/conn.c    |  4 +--
 .../net/ethernet/mellanox/mlx5/core/fpga/core.c    | 35 +++++++++++++++++++---
 drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.h |  6 ++++
 6 files changed, 54 insertions(+), 10 deletions(-)

Reply via email to