From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: [PATCH net 0/2] Mellanox, mlx5e fixes 2018-08-07 Date: Wed, 8 Aug 2018 15:48:06 -0700 Message-ID: <20180808224808.12600-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]:58090 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727530AbeHIBKC (ORCPT ); Wed, 8 Aug 2018 21:10:02 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, I know it is late into 4.18 release, and this is why I am submitting only two mlx5e ethernet fixes. The first one from Or, is needed for -stable and it fixes hairpin for "same device" check. The second fix is a non risk fix from Huy which cleans up and improves error return value reporting for dcbnl_ieee_setapp. For -stable v4.16 - net/mlx5e: Properly check if hairpin is possible between two functions Thanks, Saeed. --- Huy Nguyen (1): net/mlx5e: Cleanup of dcbnl related fields Or Gerlitz (1): net/mlx5e: Properly check if hairpin is possible between two functions drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 -- .../ethernet/mellanox/mlx5/core/en_dcbnl.c | 30 +++++++------------ .../net/ethernet/mellanox/mlx5/core/en_tc.c | 8 ++--- 3 files changed, 15 insertions(+), 25 deletions(-) -- 2.17.0