netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 net-next 0/8] net/mlx4: Add support to SRIOV VF management ndo calls
@ 2013-04-25 15:22 Or Gerlitz
  2013-04-25 15:22 ` [PATCH V1 net-next 1/8] net/mlx4_core: Disable HW timestamping for VFs Or Gerlitz
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Or Gerlitz @ 2013-04-25 15:22 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 37fe0660981d7a "net: 
fix address check in rtnl_fdb_del"

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.

We added to the V1 series two patches that disable HW timestamping
when running over a VF, as this isn't supported yet.

Or.

changes from V0:
 - rebased to net-next commit 37fe0660981d7a "net: fix address check in rtnl_fdb_del"
 - fixed git am warning on empty line
 - added patches to disable HW timestamping on VFs

Amir Vadai (2):
  net/mlx4_core: Disable HW timestamping for VFs
  net/mlx4_en: Disable HW clock overflow check when no HW support

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           |  200 ++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c     |   78 +++++++-
 drivers/net/ethernet/mellanox/mlx4/fw.c            |   16 ++
 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, 383 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2013-04-27  3:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 15:22 [PATCH V1 net-next 0/8] net/mlx4: Add support to SRIOV VF management ndo calls Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 1/8] net/mlx4_core: Disable HW timestamping for VFs Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 2/8] net/mlx4_en: Disable HW clock overflow check when no HW support Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 3/8] net/mlx4: Add reference counting to MAC registeration Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 4/8] net/mlx4: Add structures to keep VF Ethernet ports information Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 5/8] net/mlx4: Add set VF mac address support Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 6/8] net/mlx4: Add set VF default vlan ID and priority support Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 7/8] net/mlx4: Add VF MAC spoof checking support Or Gerlitz
2013-04-25 15:22 ` [PATCH V1 net-next 8/8] net/mlx4: Add support to get VF config Or Gerlitz
2013-04-27  3:30 ` [PATCH V1 net-next 0/8] net/mlx4: Add support to SRIOV VF management ndo calls 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).