Re: [dpdk-dev] [PATCH v1] doc: update abi version references

2020-10-26 Thread Kinsella, Ray
Good catch :-). On 23/10/2020 17:51, David Marchand wrote: > On Fri, Oct 23, 2020 at 6:11 PM Ray Kinsella wrote: >> >> Updated references to abi versions in the contributors guide. > > Thanks for looking at it. > > I would keep the dpdk release version aligned with updated ABI ver. > Caught 3 r

Re: [dpdk-dev] [PATCH v1] doc: update abi version references

2020-10-23 Thread David Marchand
On Fri, Oct 23, 2020 at 6:11 PM Ray Kinsella wrote: > > Updated references to abi versions in the contributors guide. Thanks for looking at it. I would keep the dpdk release version aligned with updated ABI ver. Caught 3 references in the first file. %s/19.11/20.11/g can fix this. Then: Review

[dpdk-dev] [PATCH v1] doc: update abi version references

2020-10-23 Thread Ray Kinsella
Updated references to abi versions in the contributors guide. Signed-off-by: Ray Kinsella --- doc/guides/contributing/abi_policy.rst | 52 - doc/guides/contributing/abi_versioning.rst | 120 ++--- 2 files changed, 86 insertions(+), 86 deletions(-) diff --git a/doc/g