RE: [EXT] [PATCH v6 1/4] common/qat: add files specific to GEN LCE

2024-02-29 Thread Power, Ciara
> -Original Message- > From: Akhil Goyal > Sent: Thursday, February 29, 2024 4:14 PM > To: Nayak, Nishikanta ; dev@dpdk.org > Cc: Power, Ciara ; Ji, Kai ; Kusztal, > ArkadiuszX ; S Joshi, Rakesh > ; Thomas Monjalon ; > Burakov, Anatoly > Subject: RE: [EXT

RE: [EXT] [PATCH v6 1/4] common/qat: add files specific to GEN LCE

2024-02-29 Thread Akhil Goyal
> Adding GEN5 files for handling GEN LCE specific operations. > These files are inherited from the existing files/APIs > which has some changes specific GEN5 requirements It is not a good practice to use "adding files specific to .." Instead please explain what operation/feature is added for new d

RE: [EXT] [PATCH v6 1/4] common/qat: add files specific to GEN LCE

2024-02-29 Thread Akhil Goyal
> a/drivers/common/qat/qat_adf/adf_transport_access_macros_gen_lce.h > b/drivers/common/qat/qat_adf/adf_transport_access_macros_gen_lce.h > new file mode 100644 > index 00..c9df8f5dd2 > --- /dev/null > +++ b/drivers/common/qat/qat_adf/adf_transport_access_macros_gen_lce.h > @@ -0,0 +1,51 @@

[PATCH v6 1/4] common/qat: add files specific to GEN LCE

2024-02-28 Thread Nishikant Nayak
Adding GEN5 files for handling GEN LCE specific operations. These files are inherited from the existing files/APIs which has some changes specific GEN5 requirements Also updated the mailmap file. Signed-off-by: Nishikant Nayak Acked-by: Ciara Power --- v5: - Replaced usage of __u8 with uint8