From: Neale Ranns Date: Fri, 26 Feb 2021 10:35:33 +0000 (+0000) Subject: ipsec: Submit fuller async frames X-Git-Tag: v21.10-rc0~416 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=fc81134a26458a8358483b0d2908a6b83afb7f11;hp=fc81134a26458a8358483b0d2908a6b83afb7f11;p=vpp.git ipsec: Submit fuller async frames Type: improvement In the current scheme an async frame is submitted each time the crypto op changes. thus happens each time a different SA is used and thus potentially many times per-node. thi can lead to the submision of many partially filled frames. change the scheme to construct as many full frames as possible in the node and submit them all at the end. the frame owner ship is passed to the user so that there can be more than one open frame per-op at any given time. Signed-off-by: Neale Ranns Change-Id: Ic2305581d7b5aa26133f52115e0cd28ba956ed55 ---