Message ID | 20221101110248.423966-1-simon.horman@corigine.com (mailing list archive) |
---|---|
Headers | show |
Series | nfp: IPsec offload support | expand |
On Tue, 1 Nov 2022 12:02:45 +0100 Simon Horman wrote: > It covers three enhancements: > > 1. Patches 1/3: > - Extend the capability word and control word to to support > new features. > > 2. Patch 2/3: > - Add framework to support IPsec offloading for NFP driver, > but IPsec offload control plane interface xfrm callbacks which > interact with upper layer are not implemented in this patch. > > 3. Patch 3/3: > - IPsec control plane interface xfrm callbacks are implemented > in this patch. Steffen, Leon, does this look good to you?
On Thu, Nov 03, 2022 at 08:48:00PM -0700, Jakub Kicinski wrote: > On Tue, 1 Nov 2022 12:02:45 +0100 Simon Horman wrote: > > It covers three enhancements: > > > > 1. Patches 1/3: > > - Extend the capability word and control word to to support > > new features. > > > > 2. Patch 2/3: > > - Add framework to support IPsec offloading for NFP driver, > > but IPsec offload control plane interface xfrm callbacks which > > interact with upper layer are not implemented in this patch. > > > > 3. Patch 3/3: > > - IPsec control plane interface xfrm callbacks are implemented > > in this patch. > > Steffen, Leon, does this look good to you? The xfrm offload API is used correct, but can't speak for the driver code. For the xfrm API related part: Acked-by: Steffen Klassert <steffen.klassert@secunet.com>
On Fri, Nov 4, 2022, at 05:48, Jakub Kicinski wrote: > On Tue, 1 Nov 2022 12:02:45 +0100 Simon Horman wrote: >> It covers three enhancements: >> >> 1. Patches 1/3: >> - Extend the capability word and control word to to support >> new features. >> >> 2. Patch 2/3: >> - Add framework to support IPsec offloading for NFP driver, >> but IPsec offload control plane interface xfrm callbacks which >> interact with upper layer are not implemented in this patch. >> >> 3. Patch 3/3: >> - IPsec control plane interface xfrm callbacks are implemented >> in this patch. > > Steffen, Leon, does this look good to you I'm sorry but didn't look yet. We had onsite IPsec workshop at that time. I'll take look on Sunday. Thanks