All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] cxgbe: bug fixes and updates
@ 2018-02-04  6:06 Rahul Lakkireddy
  2018-02-04  6:06 ` [PATCH 1/7] cxgbe: fix secondary process initialization Rahul Lakkireddy
                   ` (7 more replies)
  0 siblings, 8 replies; 29+ messages in thread
From: Rahul Lakkireddy @ 2018-02-04  6:06 UTC (permalink / raw)
  To: dev; +Cc: kumaras, surendra, nirranjan, indranil

Patch 1 fixes secondary process initialization failure.

Patch 2 fixes issue where link state is not updated when speed is
changed.

Patches 3 and 4 allow configuring RSS hash and key.

Patch 5 updates link Forward Error Correction (FEC) to support IEEE
802.3 standard based FEC selection.

Patches 6 and 7 update to new firmware 32-bit port capabilities to
support more link speeds and module types.

Thanks,
Rahul

Kumar Sanghvi (5):
  cxgbe: fix secondary process initialization
  cxgbe: update link state when link speed changes
  cxgbe: add support to update RSS hash configuration and key
  cxgbe: add support to get programmed RSS hash configuration and key
  cxgbe: update link Forward Error Correction (FEC)

Rahul Lakkireddy (2):
  cxgbe: update link configuration for 32-bit port capability
  cxgbe: rework and use 32-bit port capability

 doc/guides/nics/cxgbe.rst               |  12 +-
 doc/guides/nics/features/cxgbe.ini      |   2 +
 doc/guides/rel_notes/release_18_02.rst  |   3 +
 drivers/net/cxgbe/base/adapter.h        |   5 +-
 drivers/net/cxgbe/base/common.h         |  57 ++-
 drivers/net/cxgbe/base/t4_hw.c          | 674 ++++++++++++++++++++++++++------
 drivers/net/cxgbe/base/t4_regs.h        |  25 ++
 drivers/net/cxgbe/base/t4fw_interface.h | 172 +++++++-
 drivers/net/cxgbe/cxgbe.h               |   2 +
 drivers/net/cxgbe/cxgbe_ethdev.c        | 118 +++++-
 drivers/net/cxgbe/cxgbe_main.c          | 118 ++++--
 drivers/net/cxgbe/sge.c                 |   5 +-
 12 files changed, 995 insertions(+), 198 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2018-03-10  5:24 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-04  6:06 [PATCH 0/7] cxgbe: bug fixes and updates Rahul Lakkireddy
2018-02-04  6:06 ` [PATCH 1/7] cxgbe: fix secondary process initialization Rahul Lakkireddy
2018-02-05 17:23   ` Ferruh Yigit
2018-02-06  9:20     ` Rahul Lakkireddy
2018-02-04  6:06 ` [PATCH 2/7] cxgbe: update link state when link speed changes Rahul Lakkireddy
2018-02-05 17:05   ` Ferruh Yigit
2018-02-04  6:06 ` [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key Rahul Lakkireddy
2018-02-05 17:09   ` Ferruh Yigit
2018-02-06  9:22     ` Rahul Lakkireddy
2018-02-06 10:11       ` Ferruh Yigit
2018-02-06 10:38         ` Thomas Monjalon
2018-02-07  7:01           ` Rahul Lakkireddy
2018-02-04  6:06 ` [PATCH 4/7] cxgbe: add support to get programmed " Rahul Lakkireddy
2018-02-04  6:06 ` [PATCH 5/7] cxgbe: update link Forward Error Correction (FEC) Rahul Lakkireddy
2018-02-04  6:06 ` [PATCH 6/7] cxgbe: update link configuration for 32-bit port capability Rahul Lakkireddy
2018-02-04  6:06 ` [PATCH 7/7] cxgbe: rework and use " Rahul Lakkireddy
2018-02-28 18:04 ` [PATCH v2 0/7] cxgbe: bug fixes and updates Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 1/7] cxgbe: rework rte_eth_dev allocation Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 2/7] cxgbe: fix secondary process initialization Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 3/7] cxgbe: add support to update RSS hash configuration and key Rahul Lakkireddy
2018-03-08 13:34     ` Ferruh Yigit
2018-03-10  5:21       ` Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 4/7] cxgbe: add support to get programmed " Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 5/7] cxgbe: update link Forward Error Correction (FEC) Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 6/7] cxgbe: update link configuration for 32-bit port capability Rahul Lakkireddy
2018-02-28 18:04   ` [PATCH v2 7/7] cxgbe: rework and use " Rahul Lakkireddy
2018-03-08 13:44   ` [PATCH v2 0/7] cxgbe: bug fixes and updates Ferruh Yigit
2018-03-08 13:50     ` Ferruh Yigit
2018-03-10  5:24       ` Rahul Lakkireddy

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.