RE: [PATCH] app/test: handle error packets from inline IPsec

2023-03-16 Thread Akhil Goyal
> Subject: [PATCH] app/test: handle error packets from inline IPsec > > In inline IPsec path, when the ol_flags indicate error, pkt might > be incomplete. Hence don't trust the m->pkt_len to determine the > size of packet, rather consider even data length's per segment

[PATCH] app/test: handle error packets from inline IPsec

2023-03-09 Thread Nithin Dabilpuram
In inline IPsec path, when the ol_flags indicate error, pkt might be incomplete. Hence don't trust the m->pkt_len to determine the size of packet, rather consider even data length's per segment. Signed-off-by: Nithin Dabilpuram --- app/test/test_cryptodev_security_ipsec.c | 15 ++- 1