RE: [PATCH v2] test/ipsec: fix performance test failure

2022-06-23 Thread Jiang, YuX
> -Original Message- > From: Vladimir Medvedkin > Sent: Tuesday, June 21, 2022 9:31 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; sta...@dpdk.org; Konstantin Ananyev > ; Iremonger, Bernard > > Subject: [PATCH v2] test/ipsec: fix performance test failure > &g

RE: [EXT] [PATCH v2] test/ipsec: fix performance test failure

2022-06-21 Thread Akhil Goyal
> This patch initializes with 0 rte_ipsec_sa_prm inside the ipsec_sa struct. > Before it was passed uninitialized to rte_ipsec_sa_init(), > which does not check whether prm->ipsec_xform.esn.value is greater > than sa->sqn_mask. > > Bugzilla ID: 1023 > Fixes: f7f3ac6dcbe2 ("test/ipsec: add performa

[PATCH v2] test/ipsec: fix performance test failure

2022-06-21 Thread Vladimir Medvedkin
This patch initializes with 0 rte_ipsec_sa_prm inside the ipsec_sa struct. Before it was passed uninitialized to rte_ipsec_sa_init(), which does not check whether prm->ipsec_xform.esn.value is greater than sa->sqn_mask. Bugzilla ID: 1023 Fixes: f7f3ac6dcbe2 ("test/ipsec: add performance cases") Cc