On Tue, Feb 8, 2022 at 2:19 PM Akhil Goyal <gak...@marvell.com> wrote: > > > > I tried this in the first place but abi check was complaining in other > > > > structures > > > which included > > > > rte_security_ipsec_sa_options. So I had to add suppression for those as > > > > well. > > > > Can you try at your end? > > > > > > I tried before suggesting, and it works with a single rule on this > > > structure. > > > > > > I'm using libabigail current master, which version are you using so I > > > can try with the same? > > > > > I am currently using 1.6 version. I will try with latest version. > > $ abidiff --version > > abidiff: 1.6.0 > > > It seems the latest version 2.0 is not compatible with Ubuntu 20.04. > It is not getting compiled.
I am using the HEAD of libabigail master branch, so maybe something got fixed between 2.0 and the current master. > Can you check with 1.6.0 version? I tried 1.6 in GHA (Ubuntu 18.04), and I can reproduce the warnings you reported. But in the end, we use 1.8 in GHA: https://git.dpdk.org/dpdk/tree/.github/workflows/build.yml#n23 The simplest rule (on rte_security_ipsec_sa_options only) passes fine with this version of libabigail: https://github.com/david-marchand/dpdk/runs/5109221298?check_suite_focus=true -- David Marchand