Re: [dpdk-dev] [PATCH] doc: clarify abi reference version to use in patches

2020-11-27 Thread David Marchand
On Mon, Aug 10, 2020 at 11:24 AM Ray Kinsella wrote: > > Clarify the ABI reference version (DPDK_ABI_REF_VERSION) tag, to use > when testing builds with devtools/test_build[_meson].sh before devtools/test-meson-builds.sh* > submitting patches. > > Signed-off-by: Ray Kinsella Reviewed-by: David

[dpdk-dev] [PATCH] doc: clarify abi reference version to use in patches

2020-08-10 Thread Ray Kinsella
Clarify the ABI reference version (DPDK_ABI_REF_VERSION) tag, to use when testing builds with devtools/test_build[_meson].sh before submitting patches. Signed-off-by: Ray Kinsella --- doc/guides/contributing/patches.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/gu