RE: [PATCH 1/2] app/test-crypto-perf: fix copy segment size calculation

2024-02-01 Thread Suanming Mou
Hi, I saw other crypto perf fixes are reviewed, any chance to take a look at this series? > -Original Message- > From: Suanming Mou > Sent: Wednesday, January 3, 2024 12:00 PM > To: ciara.po...@intel.com > Cc: dev@dpdk.org > Subject: [PATCH 1/2] app/test-crypto-perf

[PATCH 1/2] app/test-crypto-perf: fix copy segment size calculation

2024-01-02 Thread Suanming Mou
For the case crypto device requires headroom and tailroom, the segment_sz in options also contains the headroom_sz and tailroom_sz, but mbuf's data_len is user's segment_sz without headroom_sz and tailroom_sz. That means the data size to be copied should use user's segment_sz instead of options->se