Re: [EXT] Re: [v9, 00/10] Add JSON vector set support to fips validation

2022-06-21 Thread David Marchand
On Tue, Jun 21, 2022 at 9:40 AM Akhil Goyal wrote: > > > Do you mean this patch ? - > > > https://patches.dpdk.org/project/dpdk/patch/20220607100203.1611166-1-david.march...@redhat.com/ > > > I have acked this. @Akhil Goyal could this be merged ?. > > > > Indeed, I had forgotten about it. > > Akh

RE: [EXT] Re: [v9, 00/10] Add JSON vector set support to fips validation

2022-06-21 Thread Akhil Goyal
> Hello, > > On Tue, Jun 21, 2022 at 9:29 AM Gowrishankar Muthukrishnan > wrote: > > Do you mean this patch ? - > > https://patches.dpdk.org/project/dpdk/patch/20220607100203.1611166-1-david.march...@redhat.com/ > > I have acked this. @Akhil Goyal could this be merged ?. > > Indeed, I had forgo

Re: [EXT] Re: [v9, 00/10] Add JSON vector set support to fips validation

2022-06-21 Thread David Marchand
Hello, On Tue, Jun 21, 2022 at 9:29 AM Gowrishankar Muthukrishnan wrote: > Do you mean this patch ? - > https://patches.dpdk.org/project/dpdk/patch/20220607100203.1611166-1-david.march...@redhat.com/ > I have acked this. @Akhil Goyal could this be merged ?. Indeed, I had forgotten about it. Akh

RE: [EXT] Re: [v9, 00/10] Add JSON vector set support to fips validation

2022-06-21 Thread Gowrishankar Muthukrishnan
3, 2022 5:29 PM > To: Gowrishankar Muthukrishnan ; Zhang, Roy > Fan ; Akhil Goyal > Cc: dev@dpdk.org; Dooley, Brian ; > lylav...@iol.unh.edu; Anoob Joseph ; Archana > Muniganti ; Jerin Jacob Kollanukkaran > > Subject: [EXT] Re: [v9, 00/10] Add JSON vector set support to fips

Re: [v9, 00/10] Add JSON vector set support to fips validation

2022-06-13 Thread David Marchand
On Tue, Jun 7, 2022 at 11:48 AM David Marchand wrote: > On Tue, May 31, 2022 at 5:23 PM Akhil Goyal wrote: > > > > > > Subject: [v9, 00/10] Add JSON vector set support to fips validation > > > > > > > > Adds a very basic introduction to JSON vecto

Re: [v9, 00/10] Add JSON vector set support to fips validation

2022-06-07 Thread David Marchand
On Tue, May 31, 2022 at 5:23 PM Akhil Goyal wrote: > > > > Subject: [v9, 00/10] Add JSON vector set support to fips validation > > > > > > Adds a very basic introduction to JSON vector sets in > > > the fips validation example application. This patch set >

RE: [v9, 00/10] Add JSON vector set support to fips validation

2022-05-31 Thread Akhil Goyal
> > Subject: [v9, 00/10] Add JSON vector set support to fips validation > > > > Adds a very basic introduction to JSON vector sets in > > the fips validation example application. This patch set > > will only introduce the AES-GCM test using a JSON request > > fi

RE: [v9, 00/10] Add JSON vector set support to fips validation

2022-05-31 Thread Zhang, Roy Fan
Subject: [v9, 00/10] Add JSON vector set support to fips validation > > Adds a very basic introduction to JSON vector sets in > the fips validation example application. This patch set > will only introduce the AES-GCM test using a JSON request > file because the other algorithms

RE: [v9, 00/10] Add JSON vector set support to fips validation

2022-05-31 Thread Poczatek, Jakub
; Gowrishankar Muthukrishnan Subject: [v9, 00/10] Add JSON vector set support to fips validation Adds a very basic introduction to JSON vector sets in the fips validation example application. This patch set will only introduce the AES-GCM test using a JSON request file because the other algorithms

[v9, 00/10] Add JSON vector set support to fips validation

2022-05-30 Thread Gowrishankar Muthukrishnan
Adds a very basic introduction to JSON vector sets in the fips validation example application. This patch set will only introduce the AES-GCM test using a JSON request file because the other algorithms need more information than what is given in the new JSON format. v9: * doc update. v8: * Fixed