odp
odp copied to clipboard
[PATCH v2] api: ipsec: allow losing completion events if destination queue is full
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.
v2: rebased