Re: [dpdk-dev] doc: update dependency requirement for some PMDs

2021-07-06 Thread Akhil Goyal
Hi Stephen, > > You are right, but without this we cannot rule out the chance that the > user downloaded DPDK, reverted to any version earlier than 20.11 (where > make > and meson co-existed) and use make to compile - also they happened to > have > intel-ipsec-mb version 1.0 or newer installed bef

Re: [dpdk-dev] doc: update dependency requirement for some PMDs

2021-06-23 Thread Zhang, Roy Fan
ect: Re: [dpdk-dev] doc: update dependency requirement for some > PMDs > > On Wed, 23 Jun 2021 17:20:15 +0100 > Fan Zhang wrote: > > > diff --git a/doc/guides/cryptodevs/aesni_gcm.rst > b/doc/guides/cryptodevs/aesni_gcm.rst > > index 19f95bde8e..11b23958d5 1006

Re: [dpdk-dev] doc: update dependency requirement for some PMDs

2021-06-23 Thread Stephen Hemminger
On Wed, 23 Jun 2021 17:20:15 +0100 Fan Zhang wrote: > diff --git a/doc/guides/cryptodevs/aesni_gcm.rst > b/doc/guides/cryptodevs/aesni_gcm.rst > index 19f95bde8e..11b23958d5 100644 > --- a/doc/guides/cryptodevs/aesni_gcm.rst > +++ b/doc/guides/cryptodevs/aesni_gcm.rst > @@ -83,9 +83,10 @@ and th

[dpdk-dev] doc: update dependency requirement for some PMDs

2021-06-23 Thread Fan Zhang
This patch updates the dependency requirement information for aesni-gcm, aesni-mb, snow3g, zuc, and kasumi PMDs. Previously building these PMDs with Make will fail when the system is installed inte-ipsec-mb library version 1.0 or newer. Since Make build system is deprecated already, instead of fix