netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Or Gerlitz <ogerlitz@mellanox.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, amirv@mellanox.com,
	Or Gerlitz <ogerlitz@mellanox.com>
Subject: [PATCH V1 net-next 0/8] net/mlx4: Add support to SRIOV VF management ndo calls
Date: Thu, 25 Apr 2013 18:22:22 +0300	[thread overview]
Message-ID: <1366903350-9096-1-git-send-email-ogerlitz@mellanox.com> (raw)

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

             reply	other threads:[~2013-04-25 15:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-25 15:22 Or Gerlitz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1366903350-9096-1-git-send-email-ogerlitz@mellanox.com \
    --to=ogerlitz@mellanox.com \
    --cc=amirv@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).