linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] cxgb4: add UDP Segmentation Offload support
@ 2019-11-22  1:00 Rahul Lakkireddy
  2019-11-22  1:00 ` [PATCH net-next v2 1/3] cxgb4/chcr: update SGL DMA unmap for USO Rahul Lakkireddy
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Rahul Lakkireddy @ 2019-11-22  1:00 UTC (permalink / raw)
  To: netdev, linux-crypto; +Cc: davem, herbert, nirranjan, atul.gupta, vishal, dt

This series of patches add UDP Segmentation Offload (USO) supported
by Chelsio T5/T6 NICs.

Patch 1 updates the current Scatter Gather List (SGL) DMA unmap logic
for USO requests.

Patch 2 adds USO support for NIC and MQPRIO QoS offload Tx path.

Patch 3 adds missing stats for MQPRIO QoS offload Tx path.

Thanks,
Rahul

v2:
- Remove inline keyword from write_eo_udp_wr() in sge.c in patch 2.
  Let the compiler decide.


Rahul Lakkireddy (3):
  cxgb4/chcr: update SGL DMA unmap for USO
  cxgb4: add UDP segmentation offload support
  cxgb4: add stats for MQPRIO QoS offload Tx path

 drivers/crypto/chelsio/chcr_ipsec.c           |  27 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h    |  21 +-
 .../ethernet/chelsio/cxgb4/cxgb4_debugfs.c    |   2 +
 .../ethernet/chelsio/cxgb4/cxgb4_ethtool.c    |  16 +-
 .../net/ethernet/chelsio/cxgb4/cxgb4_main.c   |  11 +-
 .../ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c  |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c      | 290 ++++++++++--------
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h |  14 +-
 8 files changed, 218 insertions(+), 165 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2019-11-23 20:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22  1:00 [PATCH net-next v2 0/3] cxgb4: add UDP Segmentation Offload support Rahul Lakkireddy
2019-11-22  1:00 ` [PATCH net-next v2 1/3] cxgb4/chcr: update SGL DMA unmap for USO Rahul Lakkireddy
2019-11-23  0:06   ` Jakub Kicinski
2019-11-23  0:19     ` Jakub Kicinski
2019-11-22  1:00 ` [PATCH net-next v2 2/3] cxgb4: add UDP segmentation offload support Rahul Lakkireddy
2019-11-23  0:13   ` Jakub Kicinski
2019-11-23 19:57     ` Rahul Lakkireddy
2019-11-22  1:00 ` [PATCH net-next v2 3/3] cxgb4: add stats for MQPRIO QoS offload Tx path Rahul Lakkireddy
2019-11-23  0:48 ` [PATCH net-next v2 0/3] cxgb4: add UDP Segmentation Offload support Jakub Kicinski

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