netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net/mlx4: Add support to SRIOV VF management ndo calls
@ 2013-04-24 16:41 Or Gerlitz
  2013-04-24 16:41 ` [PATCH net-next 1/6] net/mlx4: Add reference counting to MAC registeration Or Gerlitz
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Or Gerlitz @ 2013-04-24 16:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, amirv, Or Gerlitz

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(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-25  8:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24 16:41 [PATCH net-next 0/6] net/mlx4: Add support to SRIOV VF management ndo calls Or Gerlitz
2013-04-24 16:41 ` [PATCH net-next 1/6] net/mlx4: Add reference counting to MAC registeration Or Gerlitz
2013-04-24 16:41 ` [PATCH net-next 2/6] net/mlx4: Add structures to keep VF Ethernet ports information Or Gerlitz
2013-04-24 16:41 ` [PATCH net-next 3/6] net/mlx4: Add set VF mac address support Or Gerlitz
2013-04-24 16:41 ` [PATCH net-next 4/6] net/mlx4: Add set VF default vlan ID and priority support Or Gerlitz
2013-04-24 16:41 ` [PATCH net-next 5/6] net/mlx4: Add VF MAC spoof checking support Or Gerlitz
2013-04-24 16:41 ` [PATCH net-next 6/6] net/mlx4: Add support to get VF config Or Gerlitz
2013-04-24 20:30 ` [PATCH net-next 0/6] net/mlx4: Add support to SRIOV VF management ndo calls David Miller
2013-04-25  8:11   ` Or Gerlitz
2013-04-25  8:33     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).