From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: [pull request][net-next 0/3] Mellanox, mlx5 fixes 2018-09-17 Date: Mon, 17 Sep 2018 17:01:58 -0700 Message-ID: <20180918000201.23609-1-saeedm@mellanox.com> Cc: netdev@vger.kernel.org, Saeed Mahameed To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:55978 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727106AbeIRFcK (ORCPT ); Tue, 18 Sep 2018 01:32:10 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This series provides three fixes to mlx5 core and mlx5e netdevice driver. Please pull and let me know if there's any problem. For -stable v4.16: ('net/mlx5: Check for SQ and not RQ state when modifying hairpin SQ') Thanks, Saeed. --- The following changes since commit c73480910e9686a5c25155cb4d418d594b678196: net: ethernet: Fix a unused function warning. (2018-09-17 08:24:25 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-09-17 for you to fetch changes up to 8f92e35aff9692028279d3c03e88547df6d15020: net/mlx5e: TLS, Read capabilities only when it is safe (2018-09-17 15:12:31 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-09-17 ---------------------------------------------------------------- Alaa Hleihel (1): net/mlx5: Check for SQ and not RQ state when modifying hairpin SQ Eli Cohen (1): net/mlx5: Fix read from coherent memory Saeed Mahameed (1): net/mlx5e: TLS, Read capabilities only when it is safe drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls.c | 3 ++- drivers/net/ethernet/mellanox/mlx5/core/transobj.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-)