Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-15 Thread Akhil Goyal
Hi Fan/Liron, Could you please send the incremental patch ASAP. Otherwise I need to remove this patch from the subtree. I don't have environment to test this. Regards, Akhil > > Hi Fan, > > > > > 08/07/2019 12:26, Thomas Monjalon: > > > 07/07/2019 07:41, Liron Himi: > > > > From: Akhil Goyal

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-11 Thread Akhil Goyal
Hi Fan, > > 08/07/2019 12:26, Thomas Monjalon: > > 07/07/2019 07:41, Liron Himi: > > > From: Akhil Goyal > > > > This patch fixes the missed "uint8_t *" to "const uint8_t *" xform key > > > > data type change for mvsam driver. > > > > > > > > Fixes: f3390532cf6a ("cryptodev: make xform key point

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-08 Thread Thomas Monjalon
08/07/2019 12:26, Thomas Monjalon: > 07/07/2019 07:41, Liron Himi: > > From: Akhil Goyal > > > This patch fixes the missed "uint8_t *" to "const uint8_t *" xform key > > > data type change for mvsam driver. > > > > > > Fixes: f3390532cf6a ("cryptodev: make xform key pointer constant") > > > >

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-08 Thread Akhil Goyal
> > 07/07/2019 07:41, Liron Himi: > > From: Akhil Goyal > > > This patch fixes the missed "uint8_t *" to "const uint8_t *" xform key > > > data type change for mvsam driver. > > > > > > Fixes: f3390532cf6a ("cryptodev: make xform key pointer constant") > > > > > > Signed-off-by: Fan Zhang > >

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-08 Thread Thomas Monjalon
07/07/2019 07:41, Liron Himi: > From: Akhil Goyal > > This patch fixes the missed "uint8_t *" to "const uint8_t *" xform key > > data type change for mvsam driver. > > > > Fixes: f3390532cf6a ("cryptodev: make xform key pointer constant") > > > > Signed-off-by: Fan Zhang > > --- > Based on Fa

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-06 Thread Liron Himi
-Original Message- From: Akhil Goyal Sent: Friday, July 5, 2019 16:32 To: Fan Zhang ; dev@dpdk.org; Liron Himi Subject: [EXT] RE: [PATCH] crypto/mvsam: fix missed code change for mvsam External Email -- Hi Liron, F

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-05 Thread Zhang, Roy Fan
Hi Akhil, Thanks for the review, comments inline. Regards, Fan > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Friday, July 5, 2019 2:28 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Subject: RE: [PATCH] crypto/mvsam: fix missed code change for mvsam > > Hi Fan,

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-05 Thread Akhil Goyal
Hi Liron, Following patch need to be merged today as it is fixing a build issue for a patch already merged. Could you please review this patch? Sorry for a very short notice. Thanks, Akhil > -Original Message- > From: Fan Zhang > Sent: Friday, July 5, 2019 6:54 PM > To: dev@dpdk.org >

Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-05 Thread Akhil Goyal
Hi Fan, > > This patch fixes the missed "uint8_t *" to "const uint8_t *" xform > key data type change for mvsam driver. > > Fixes: f3390532cf6a ("cryptodev: make xform key pointer constant") > > Signed-off-by: Fan Zhang > --- > drivers/crypto/mvsam/rte_mrvl_pmd.c | 44 > ++

[dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam

2019-07-05 Thread Fan Zhang
This patch fixes the missed "uint8_t *" to "const uint8_t *" xform key data type change for mvsam driver. Fixes: f3390532cf6a ("cryptodev: make xform key pointer constant") Signed-off-by: Fan Zhang --- drivers/crypto/mvsam/rte_mrvl_pmd.c | 44 ++--- drivers/crypt