RE: [EXT] [PATCH v3] app/test-crypto-perf: fix segment size for IPsec operation

2021-11-23 Thread Akhil Goyal
> Application calculates segment size based on buffer size plus > digest size only, But if the operation mode is IPsec then > packet length can be increased by some more bytes depends upon > the algorithm. > > In this patch, increasing segment size with RTE_PKTMBUF_HEADROOM > when there is no user

[PATCH v3] app/test-crypto-perf: fix segment size for IPsec operation

2021-11-16 Thread Gagandeep Singh
Application calculates segment size based on buffer size plus digest size only, But if the operation mode is IPsec then packet length can be increased by some more bytes depends upon the algorithm. In this patch, increasing segment size with RTE_PKTMBUF_HEADROOM when there is no user given segment