netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] qlcnic: Implement Multi Tx queues and ndo_get_phys_port support for 82xx.
@ 2013-08-21 15:24 Himanshu Madhani
  2013-08-21 15:24 ` [PATCH net-next 1/5] qlcnic: Multi Tx queue support for 82xx Series adapter Himanshu Madhani
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Himanshu Madhani @ 2013-08-21 15:24 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Himanshu Madhani

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

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

end of thread, other threads:[~2013-08-21 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 15:24 [PATCH net-next 0/5] qlcnic: Implement Multi Tx queues and ndo_get_phys_port support for 82xx Himanshu Madhani
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

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