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 0/2] Bug fixes.
Date: Tue, 6 May 2014 03:46:47 -0400	[thread overview]
Message-ID: <1399362409-17039-1-git-send-email-rajesh.borundia@qlogic.com> (raw)

This patch series contain following bug fixes.

* Fix panic where driver was accessing un-initialized crb_intr_mask
  in non Multi-Tx queue mode while dumping TX queue.
* Do not set netdev->real_num_tx_queues directly from driver instead
  use kernel defined netif_set_real_num_tx_queues() API. Also notify
  stack about change in number of Rx queues. 
 
Please apply this series to net.

Thanks,
Rajesh

Manish Chopra (1):
  qlcnic: Fix panic while dumping TX queues on TX timeout

Shahed Shaikh (1):
  qlcnic: Set real_num_{tx|rx}_queues properly

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h      |   16 ------
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c |   57 ++++++++++++++++++++--
 2 files changed, 53 insertions(+), 20 deletions(-)

             reply	other threads:[~2014-05-06  8:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-06  7:46 Rajesh Borundia [this message]
2014-05-06  7:46 ` [PATCH net 1/2] qlcnic: Fix panic while dumping TX queues on TX timeout Rajesh Borundia
2014-05-06  7:46 ` [PATCH net 2/2] qlcnic: Set real_num_{tx|rx}_queues properly Rajesh Borundia
2014-05-07 20:53 ` [PATCH net 0/2] Bug fixes 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=1399362409-17039-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).