Commit 840188d2 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Steffen Klassert
Browse files

Documentation: xfrm_device: Separate hardware offload sublists



Sublists of hardware offload type lists are rendered in combined
paragraph due to lack of separator from their parent list. Add it.

Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 340e2a73
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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