DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] ipsec: add transmit segmentation offload support
@ 2021-10-18 14:58 Radu Nicolau
  2021-10-18 14:58 ` [dpdk-dev] [PATCH 1/2] " Radu Nicolau
  2021-10-18 14:58 ` [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add support for TSO Radu Nicolau
  0 siblings, 2 replies; 5+ messages in thread
From: Radu Nicolau @ 2021-10-18 14:58 UTC (permalink / raw)
  Cc: dev, gakhil, anoobj, konstantin.ananyev, Radu Nicolau

Add transmit segmentation offload support to the IPsec library and IPsec
Security GW sample app.
These patches were split from previously sent patchsets with feedback addressed

https://patchwork.dpdk.org/project/dpdk/patch/20211013121331.300245-7-radu.nicolau@intel.com/
https://patchwork.dpdk.org/project/dpdk/patch/20211001095202.3343782-5-radu.nicolau@intel.com/


Radu Nicolau (2):
  ipsec: add transmit segmentation offload support
  examples/ipsec-secgw: add support for TSO

 doc/guides/prog_guide/ipsec_lib.rst      |   2 +
 doc/guides/rel_notes/release_21_11.rst   |   5 +
 doc/guides/sample_app_ug/ipsec_secgw.rst |  11 ++
 examples/ipsec-secgw/ipsec-secgw.c       |   4 +
 examples/ipsec-secgw/ipsec.h             |   1 +
 examples/ipsec-secgw/ipsec_process.c     |  22 ++++
 examples/ipsec-secgw/sa.c                |  10 ++
 lib/ipsec/esp_outb.c                     | 131 ++++++++++++++++++-----
 8 files changed, 158 insertions(+), 28 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-10-26 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 14:58 [dpdk-dev] [PATCH 0/2] ipsec: add transmit segmentation offload support Radu Nicolau
2021-10-18 14:58 ` [dpdk-dev] [PATCH 1/2] " Radu Nicolau
2021-10-25  9:11   ` [dpdk-dev] [EXT] " Akhil Goyal
2021-10-26 15:50     ` Nicolau, Radu
2021-10-18 14:58 ` [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add support for TSO Radu Nicolau

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