Re: [dpdk-dev] [PATCH] build: fix version map file references in documentation

2020-10-22 Thread Kinsella, Ray
No worries, happy to. On 22/10/2020 13:11, David Marchand wrote: > On Thu, Oct 22, 2020 at 9:47 AM David Marchand > wrote: >> >> Fixes: 63b3907833d8 ("build: remove library name from version map file name") >> >> Signed-off-by: David Marchand > Acked-by: Ray Kinsella > Acked-by: Bruce Richardso

Re: [dpdk-dev] [PATCH] build: fix version map file references in documentation

2020-10-22 Thread David Marchand
On Thu, Oct 22, 2020 at 9:47 AM David Marchand wrote: > > Fixes: 63b3907833d8 ("build: remove library name from version map file name") > > Signed-off-by: David Marchand Acked-by: Ray Kinsella Acked-by: Bruce Richardson Applied, thanks. Ray, I'll let you update the documentation with better e

Re: [dpdk-dev] [PATCH] build: fix version map file references in documentation

2020-10-22 Thread Bruce Richardson
On Thu, Oct 22, 2020 at 09:47:04AM +0200, David Marchand wrote: > Fixes: 63b3907833d8 ("build: remove library name from version map file name") > > Signed-off-by: David Marchand > --- Thanks. I never thought that there might be references to the version maps including their filenames in the docs

Re: [dpdk-dev] [PATCH] build: fix version map file references in documentation

2020-10-22 Thread Kinsella, Ray
On 22/10/2020 08:47, David Marchand wrote: > Fixes: 63b3907833d8 ("build: remove library name from version map file name") > > Signed-off-by: David Marchand > --- > Note: we might want to update the ABI version in the examples shown in > the documentation. I can send a followup patch. I was t

[dpdk-dev] [PATCH] build: fix version map file references in documentation

2020-10-22 Thread David Marchand
Fixes: 63b3907833d8 ("build: remove library name from version map file name") Signed-off-by: David Marchand --- Note: we might want to update the ABI version in the examples shown in the documentation. I can send a followup patch. --- doc/guides/contributing/abi_versioning.rst | 14 +++