> Subject: [PATCH v2] examples/ipsec-secgw: support per SA HW reassembly > > This add the support of hardware reassembly per SA basis. > In SA rule, new parameter reassembly_en is added to enable > HW reassembly per SA. > For example: > sa in <idx> aead_algo <algo> aead_key <key> mode ipv4-tunnel src <ip> > dst <ip> type inline-protocol-offload port_id <id> reassembly_en > > Stats counter frag_dropped will represent the number of fragment > drop in case of reassembly failures. > > Signed-off-by: Rahul Bhansali <rbhans...@marvell.com> > --- Acked-by: Akhil Goyal <gak...@marvell.com>
Applied to dpdk-next-crypto Thanks.