On Tue, Dec 10, 2019 at 1:59 PM Ruifeng Wang <[email protected]> wrote: > > Armv8 crypto PMD now uses crypto library hosted by Arm. > Update doc with the crypto library link to reflect the change. > > Signed-off-by: Ruifeng Wang <[email protected]> > Reviewed-by: Honnappa Nagarahalli <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > --- > doc/guides/cryptodevs/armv8.rst | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/doc/guides/cryptodevs/armv8.rst b/doc/guides/cryptodevs/armv8.rst > index 1ab40096e..fee85354b 100644 > --- a/doc/guides/cryptodevs/armv8.rst > +++ b/doc/guides/cryptodevs/armv8.rst > @@ -28,12 +28,11 @@ Installation > > In order to enable this virtual crypto PMD, user must: > > -* Download ARMv8 crypto library source code from > - `here <https://github.com/caviumnetworks/armv8_crypto>`_ > +* Download AArch64 crypto library source code from > + `here <https://github.com/ARM-software/AArch64cryptolib>`_ > > * Export the environmental variable ARMV8_CRYPTO_LIB_PATH with > - the path where the ``armv8_crypto`` library was downloaded > - or cloned. > + the path to ``AArch64cryptolib`` library. > > * Build the library by invoking: > > -- > 2.17.1 >

