netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rajesh Borundia <rajesh.borundia@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept-HSGLinuxNICDev@qlogic.com>
Subject: [PATCH net-next 0/5] SR-IOV and FW-dump enhancements
Date: Wed, 7 May 2014 13:39:33 -0400	[thread overview]
Message-ID: <1399484378-22864-1-git-send-email-rajesh.borundia@qlogic.com> (raw)

This patch series contain following enhancements.

* SR-IOV enhancements:
 - Allow SR-IOV VF's to probe in hypervisor. SR-IOV VF can be
   uplinked to bridge/macvtap device with this change.
 - Commands from VF are processed in process context
   as it may sleep during PF-VF communication. Earlier
   we use to process qlcnic_sriov_vf_set_multi function in 
   process context but now we process individual commands.
 - As SR-IOV VF's can be uplinked to bridge/macvtap device
   support mac-learning to allow communication through 
   embedded switch.

* FW-dump enhancement:
 - Support to collect RDMEM section of firmware dump using 
   PEX DMA method for 82xx series adapter. 

Please apply this series to net-next.

Thanks,
Rajesh
 
Rajesh Borundia (4):
  qlcnic: Allow SR-IOV VF probe in hypervisor.
  qlcnic: Add support to process commands in atomic context
  qlcnic: Add mac learning support to SR-IOV VF.
  qlcnic: Update version to 5.3.59

Shahed Shaikh (1):
  qlcnic: Collect firmware dump using DMA on 82xx adapters

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |   18 ++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |   31 +---
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |    4 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |   12 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c     |   32 ++---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |   12 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |   25 ++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c   |   37 ++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h  |    4 +-
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |  187 ++++++++++++--------
 .../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c   |   84 +++++----
 11 files changed, 244 insertions(+), 202 deletions(-)

             reply	other threads:[~2014-05-07 18:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-07 17:39 Rajesh Borundia [this message]
2014-05-07 17:39 ` [PATCH net-next 1/5] qlcnic: Allow SR-IOV VF probe in hypervisor Rajesh Borundia
2014-05-07 17:39 ` [PATCH net-next 2/5] qlcnic: Add support to process commands in atomic context Rajesh Borundia
2014-05-09  3:39   ` David Miller
2014-05-07 17:39 ` [PATCH net-next 3/5] qlcnic: Add mac learning support to SR-IOV VF Rajesh Borundia
2014-05-07 17:39 ` [PATCH net-next 4/5] qlcnic: Collect firmware dump using DMA on 82xx adapters Rajesh Borundia
2014-05-07 17:39 ` [PATCH net-next 5/5] qlcnic: Update version to 5.3.59 Rajesh Borundia

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=1399484378-22864-1-git-send-email-rajesh.borundia@qlogic.com \
    --to=rajesh.borundia@qlogic.com \
    --cc=Dept-HSGLinuxNICDev@qlogic.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).