Re: [dpdk-dev] [PATCH] doc: add NASM installation steps

2020-05-21 Thread De Lara Guarch, Pablo
Hi Kevin, > -Original Message- > From: Kevin Traynor > Sent: Wednesday, May 20, 2020 11:39 AM > To: De Lara Guarch, Pablo ; Mcnamara, John > ; Kovacevic, Marko > Cc: dev@dpdk.org > Subject: Re: [PATCH] doc: add NASM installation steps > > On 18/05/2020 09:35, Pablo de Lara wrote: > > Th

Re: [dpdk-dev] [PATCH] doc: add NASM installation steps

2020-05-20 Thread Kevin Traynor
On 18/05/2020 09:35, Pablo de Lara wrote: > The intel-ipsec-mb library requires NASM as a dependency. Hi Pablo, Thanks for the patch. Couple of comments below. Kevin. > Steps on how to get and install NASM are added on the documentation > of the crypto PMDs which requires the library. > Bugzi

[dpdk-dev] [PATCH] doc: add NASM installation steps

2020-05-18 Thread Pablo de Lara
The intel-ipsec-mb library requires NASM as a dependency. Steps on how to get and install NASM are added on the documentation of the crypto PMDs which requires the library. Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/aesni_gcm.rst | 14 ++ doc/guides/cryptodevs/aesni_mb.rs