]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: xfrm_device: Separate hardware offload sublists
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 3 Nov 2025 01:50:24 +0000 (08:50 +0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 12 Nov 2025 07:28:10 +0000 (08:28 +0100)
Sublists of hardware offload type lists are rendered in combined
paragraph due to lack of separator from their parent list. Add it.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Documentation/networking/xfrm_device.rst

index 86db3f42552dd098209d02769c49f3215439701a..b0d85a5f57d1d5f0a02eba80403cba7e767645de 100644 (file)
@@ -20,11 +20,15 @@ can radically increase throughput and decrease CPU utilization.  The XFRM
 Device interface allows NIC drivers to offer to the stack access to the
 hardware offload.
 
-Right now, there are two types of hardware offload that kernel supports.
+Right now, there are two types of hardware offload that kernel supports:
+
  * IPsec crypto offload:
+
    * NIC performs encrypt/decrypt
    * Kernel does everything else
+
  * IPsec packet offload:
+
    * NIC performs encrypt/decrypt
    * NIC does encapsulation
    * Kernel and NIC have SA and policy in-sync