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_NX_Linux_NIC_Driver@qlogic.com
Subject: [PATCH net-next 0/8] qlcnic: SR-IOV enhancements
Date: Fri, 19 Apr 2013 13:01:07 -0400	[thread overview]
Message-ID: <1366390875-24570-1-git-send-email-rajesh.borundia@qlogic.com> (raw)

* "qlcnic: Change 82xx adapter VLAN id endian type".
  - Adapter requires VLAN id in little endian. VLAN id was being
    converted to __le16 and then passed as a parameter. Pass VLAN id
    as u16 and then use cpu_to_le16 at appropriate places. It is 
    appropriate for net-next as SR-IOV patches have a dependency on it.
* "qlcnic: Fix loopback test for SR-IOV PF".
  - It is appropriate for net-next as change is needed for SRIOV PF
    only.
* Remaining patches add enhancements to SR-IOV functionality like
  - FLR handling
  - Adapter reset recovery handling
  - iproute2 tool support for configuring MAC address, Tx rate and
    VLAN id.
  - Mailbox polling support for SR-IOV PF in case mailbox interrupts
    are disabled.

Please consider it for net-next.

Thanks,
Rajesh

Rajesh Borundia (8):
  qlcnic: Change 82xx adapter VLAN id endian type.
  qlcnic: VF FLR implementation.
  qlcnic: VF reset recovery implementation.
  qlcnic: Support MAC address, Tx rate config.
  qlcnic: Support VLAN id config.
  qlcnic: Fix loopback test for SR-IOV PF.
  qlcnic: Support polling for mailbox events.
  qlcnic: Update version to 5.2.41

             reply	other threads:[~2013-04-19 17:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-19 17:01 Rajesh Borundia [this message]
2013-04-19 17:01 ` [PATCH net-next 1/8] qlcnic: Change 82xx adapter VLAN id endian type Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 2/8] qlcnic: VF FLR implementation Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 3/8] qlcnic: VF reset recovery implementation Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 4/8] qlcnic: Support MAC address, Tx rate config Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 5/8] qlcnic: Support VLAN id config Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 6/8] qlcnic: Fix loopback test for SR-IOV PF Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 7/8] qlcnic: Support polling for mailbox events Rajesh Borundia
2013-04-19 17:01 ` [PATCH net-next 8/8] qlcnic: Update version to 5.2.41 Rajesh Borundia
2013-04-19 20:04 ` [PATCH net-next 0/8] qlcnic: SR-IOV enhancements 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=1366390875-24570-1-git-send-email-rajesh.borundia@qlogic.com \
    --to=rajesh.borundia@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).