Re: [dpdk-dev] [PATCH v6 0/4] devtools: abi breakage checks

2020-10-14 Thread Walsh, Conor
Thanks for your feedback Ray, V7 with your suggested changes for the patchset is on its way. /Conor > -Original Message- > From: Kinsella, Ray > Sent: Wednesday 14 October 2020 10:37 > To: Walsh, Conor ; nhor...@tuxdriver.com; > Richardson, Bruce ; tho...@monjalon.net; > david.march...@

Re: [dpdk-dev] [PATCH v6 0/4] devtools: abi breakage checks

2020-10-14 Thread Kinsella, Ray
On 12/10/2020 14:03, Conor Walsh wrote: > This patchset will help developers discover abi breakages more easily > before upstreaming their code. Currently checking that the DPDK ABI > has not changed before up-streaming code is not intuitive and the > process is time consuming. Currently contrib

[dpdk-dev] [PATCH v6 0/4] devtools: abi breakage checks

2020-10-12 Thread Conor Walsh
This patchset will help developers discover abi breakages more easily before upstreaming their code. Currently checking that the DPDK ABI has not changed before up-streaming code is not intuitive and the process is time consuming. Currently contributors must use the test-meson-builds.sh tool, along