All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices
@ 2015-07-07 17:12 Rahul Lakkireddy
  2015-07-07 17:12 ` [PATCH 1/3] cxgbe: Fix RX performance for cxgbe PMD Rahul Lakkireddy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rahul Lakkireddy @ 2015-07-07 17:12 UTC (permalink / raw)
  To: dev; +Cc: Felix Marti, Kumar Sanghvi, Nirranjan Kirubaharan

This series of patches do the following:
1. RX performance fixes for cxgbe Poll Mode Driver.
2. Add more supported Chelsio T5 device ids.
3. Update cxgbe documentation to include instructions on how to flash
   firmware and enable/disable flow control. Also, provide a list of
   supported Chelsio T5 devices.

Rahul Lakkireddy (3):
  cxgbe: Fix RX performance for cxgbe PMD.
  cxgbe: Add more supported Chelsio T5 devices.
  doc: Update cxgbe documentation

 doc/guides/nics/cxgbe.rst               |  84 ++++++++++-
 drivers/net/cxgbe/base/adapter.h        |   2 +
 drivers/net/cxgbe/base/t4_pci_id_tbl.h  |   3 +
 drivers/net/cxgbe/base/t4_regs_values.h |   1 +
 drivers/net/cxgbe/sge.c                 | 239 ++++++++++++--------------------
 5 files changed, 175 insertions(+), 154 deletions(-)

-- 
2.4.1

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

end of thread, other threads:[~2015-07-10  1:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-07 17:12 [PATCH 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices Rahul Lakkireddy
2015-07-07 17:12 ` [PATCH 1/3] cxgbe: Fix RX performance for cxgbe PMD Rahul Lakkireddy
2015-07-07 21:30   ` Thomas Monjalon
2015-07-09 14:54     ` Rahul Lakkireddy
2015-07-07 17:12 ` [PATCH 2/3] cxgbe: Add more supported Chelsio T5 devices Rahul Lakkireddy
2015-07-07 17:12 ` [PATCH 3/3] doc: Update cxgbe documentation Rahul Lakkireddy
2015-07-10  1:02 ` [PATCH 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.