[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1366821674-17902-1-git-send-email-ogerlitz@mellanox.com>
Date: Wed, 24 Apr 2013 19:41:08 +0300
From: Or Gerlitz <ogerlitz@...lanox.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, amirv@...lanox.com,
Or Gerlitz <ogerlitz@...lanox.com>
Subject: [PATCH net-next 0/6] net/mlx4: Add support to SRIOV VF management ndo calls
Hi Dave,
This series adds support for the SRIOV ndo_set_vf callbacks to the mlx4 driver.
Series done against the net-next tree as of commit 0c501345c "batman-adv: fix
global protection fault during soft_iface destruction".
We have successfully tested the series on net-next, except for getting
the VF link info issue I have reported earlier today on netdev, we
see the problem for both ixgbe and mlx4 VFs. Just to make sure get
VF config is working OK with patch #6 - we have run it over 3.8.8 too.
Or.
Rony Efraim (6):
net/mlx4: Add reference counting to MAC registeration
net/mlx4: Add structures to keep VF Ethernet ports information
net/mlx4: Add set VF mac address support
net/mlx4: Add set VF default vlan ID and priority support
net/mlx4: Add VF MAC spoof checking support
net/mlx4: Add support to get VF config
drivers/net/ethernet/mellanox/mlx4/cmd.c | 201 ++++++++++++++++++++
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 68 +++++++-
drivers/net/ethernet/mellanox/mlx4/fw.c | 15 ++-
drivers/net/ethernet/mellanox/mlx4/mlx4.h | 28 +++
drivers/net/ethernet/mellanox/mlx4/port.c | 19 ++-
.../net/ethernet/mellanox/mlx4/resource_tracker.c | 44 +++++
include/linux/mlx4/cmd.h | 6 +
include/linux/mlx4/device.h | 4 +-
8 files changed, 375 insertions(+), 10 deletions(-)
--
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