odp icon indicating copy to clipboard operation
odp copied to clipboard

[PATCH v2] api: ipsec: allow losing completion events if destination queue is full

Open JannePeltonen opened this issue 3 years ago • 1 comments

The first patch changes API so that packet completion events can be lost if the destination queue is full. The patch does not change whether SA disable completion events can be lost (the API is not explicit about it but the spirit is that those events cannot be lost, although in current linux-gen it can happen).

The second patch fixes existing bugs related to enqueue failures.

JannePeltonen avatar Sep 20 '21 10:09 JannePeltonen

v2: rebased

JannePeltonen avatar Oct 01 '21 08:10 JannePeltonen