RE: [EXT] [PATCH v2] cryptodev: avoid algorithm strings null pointers

2023-06-09 Thread Akhil Goyal
Please reply only in plain text format. All the values are added in the array but are jumbled up. But still it will point to correct position in the array as we are using enum value. Eg. RTE_CRYPTO_CIPHER_NULL = 1, And in the array it is there as highlighted below. Hence there is no hole present

RE: [EXT] [PATCH v2] cryptodev: avoid algorithm strings null pointers

2023-06-09 Thread Akhil Goyal
> -Original Message- > From: liu xixin > Sent: Friday, June 9, 2023 12:31 PM > To: Akhil Goyal ; dev@dpdk.org > Subject: 答复: [EXT] [PATCH v2] cryptodev: avoid algorithm strings null pointers > > > Subject: [EXT] [PATCH v2] cryptodev: avoid algorithm strings null > > pointers > > > > The

RE: [EXT] [PATCH v2] cryptodev: avoid algorithm strings null pointers

2023-06-08 Thread Akhil Goyal
> Subject: [EXT] [PATCH v2] cryptodev: avoid algorithm strings null pointers > > The crypto algorithm strings identifiers that are Continuous may be null, > so there is needed to add null judgment. > When testing with dpdk-test-crypto-perf and passing in the parameter > --auth-algo sm3-hmac, The p