netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] qlcnic: SR-IOV enhancements
@ 2013-04-19 17:01 Rajesh Borundia
  2013-04-19 17:01 ` [PATCH net-next 1/8] qlcnic: Change 82xx adapter VLAN id endian type Rajesh Borundia
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Rajesh Borundia @ 2013-04-19 17:01 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver

* "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

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

end of thread, other threads:[~2013-04-19 20:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 17:01 [PATCH net-next 0/8] qlcnic: SR-IOV enhancements Rajesh Borundia
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

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