On Mon, May 10, 2021 at 2:55 PM Kevin Laatz <[email protected]> wrote: > > In the function __idxd_completed_ops() we have a parameter shadow warning > due to a local variable having the same name as one of the function > parameters. This issue is fixed by simply renaming the local variable. > > This warning was discovered during an OVS build with DPDK 21.05-rc2. The > OVS build passes the -Wshadow flag by default, allowing the warning to be > seen.
A bit confusing. -Wshadow only affects OVS code and there is no code calling this in the OVS master branch. I did not see this issue while updating my dpdk-latest OVS branch and running builds in GHA. So I guess Sunil caught it with his patch: https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/ -- David Marchand

