[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440505800-5934-1-git-send-email-achiad@mellanox.com>
Date: Tue, 25 Aug 2015 15:29:56 +0300
From: Achiad Shochat <achiad@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Achiad <achiad@...lanox.com>,
Amir Vadai <amirv@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>,
Saeed Mahameed <saeedm@...lanox.com>,
Tal Alon <talal@...lanox.com>,
Yishai Hadas <yishaih@...lanox.com>
Subject: [PATCH net-next 0/4] net/mlx5e: Driver updates 25-Aug-2015
Hi Dave,
This small patchset contains:
Exposure of some mlx5_core access functions for mlx5_ib to use
(Patch 1/4 - "Expose transobj APIs from mlx5 core").
Error flow fix (2/4 - "Priv state flag not rolled-back upon netdev
open error").
Small typo bug fixes (Patch 3/4 - "Fix struct type in the
DESTROY_TIR/TIS device commands").
A cosmetic cleanup removing a redundant "err" variable (Patch 4/4 -
"Remove redundant "err" variable usage").
The patchset was applied and tested over commit "net/mlx5e: Avoid
accessing NULL pointer at ndo_select_queue" that I sent lately to the
mailing list.
Thanks,
Achiad
Achiad Shochat (2):
net/mlx5e: Priv state flag not rolled-back upon netdev open error
net/mlx5_core: Remove redundant "err" variable usage
Saeed Mahameed (1):
net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commands
Yishai Hadas (1):
net/mlx5_core: Expose transobj APIs from mlx5 core
drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 8 ++-
drivers/net/ethernet/mellanox/mlx5/core/port.c | 35 ++++-------
drivers/net/ethernet/mellanox/mlx5/core/srq.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/transobj.c | 32 +++++++++-
drivers/net/ethernet/mellanox/mlx5/core/transobj.h | 72 ----------------------
6 files changed, 48 insertions(+), 103 deletions(-)
delete mode 100644 drivers/net/ethernet/mellanox/mlx5/core/transobj.h
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists