netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Himanshu Madhani <himanshu.madhani@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept_NX_Linux_NIC_Driver@qlogic.com>,
	Himanshu Madhani <himanshu.madhani@qlogic.com>
Subject: [PATCH net-next 0/5] qlcnic: Implement Multi Tx queues and ndo_get_phys_port support for 82xx.
Date: Wed, 21 Aug 2013 11:24:09 -0400	[thread overview]
Message-ID: <cover.1377122994.git.himanshu.madhani@qlogic.com> (raw)

From: Himanshu Madhani <himanshu.madhani@qlogic.com>

This patch series contains following updates

 o Patches for enabling multiple Tx queues for 82xx series adapter

 o Patch to implement ndo_get_phys_port support for 82xx series adapter.

Please apply to net-next.

Thanks,
Himanshu

Himanshu Madhani (4):
  qlcnic: Multi Tx queue support for 82xx Series adapter.
  qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.
  qlcnic: Enable diagnostic test for multiple Tx queues.
  qlcnic: Update version to 5.3.48

Shahed Shaikh (1):
  qlcnic: Implement ndo_get_phys_port_id for 82xx adapter

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        | 107 +++++++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |  12 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |   4 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |   2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c    | 206 +++++++++++----
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    |  65 ++++-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c     |  18 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |   8 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c   |  12 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     | 145 +++++++++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   | 284 ++++++++++++++++++---
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |   2 +-
 12 files changed, 711 insertions(+), 154 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2013-08-21 15:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21 15:24 Himanshu Madhani [this message]
2013-08-21 15:24 ` [PATCH net-next 1/5] qlcnic: Multi Tx queue support for 82xx Series adapter Himanshu Madhani
2013-08-21 15:24 ` [PATCH net-next 2/5] qlcnic: Enable Tx queue changes using ethtool " Himanshu Madhani
2013-08-21 15:24 ` [PATCH net-next 3/5] qlcnic: Enable diagnostic test for multiple Tx queues Himanshu Madhani
2013-08-21 15:24 ` [PATCH net-next 4/5] qlcnic: Implement ndo_get_phys_port_id for 82xx adapter Himanshu Madhani
2013-08-21 15:24 ` [PATCH net-next 5/5] qlcnic: Update version to 5.3.48 Himanshu Madhani
2013-08-21 19:17 ` [PATCH net-next 0/5] qlcnic: Implement Multi Tx queues and ndo_get_phys_port support for 82xx 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=cover.1377122994.git.himanshu.madhani@qlogic.com \
    --to=himanshu.madhani@qlogic.com \
    --cc=Dept_NX_Linux_NIC_Driver@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).