On Fri, May 07, 2021 at 05:20:25PM +0000, Kevin Laatz 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 is fixed by simply renaming the local variable. > > Fixes: 245efe544d8e ("raw/ioat: report status of completed jobs") > > Reported-by: Sunil Pai G <sunil.pa...@intel.com> > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > --- Please provide details in the commit log as to how/when this was seen. I believe this issue was seen only with OVS because it passes the -Wshadow flag when building - something DPDK probably should do, but doesn't. Is that correct?
- [dpdk-dev] [PATCH] raw/ioat: fix parameter shadow warning Kevin Laatz
- Re: [dpdk-dev] [PATCH] raw/ioat: fix parameter shado... Pai G, Sunil
- Re: [dpdk-dev] [PATCH] raw/ioat: fix parameter shado... Bruce Richardson
- Re: [dpdk-dev] [PATCH] raw/ioat: fix parameter s... Laatz, Kevin
- [dpdk-dev] [PATCH v2] raw/ioat: fix parameter shadow... Kevin Laatz
- Re: [dpdk-dev] [PATCH v2] raw/ioat: fix paramete... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2] raw/ioat: fix paramete... David Marchand
- Re: [dpdk-dev] [PATCH v2] raw/ioat: fix para... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2] raw/ioat: fix ... Thomas Monjalon
- [dpdk-dev] [PATCH v3] raw/ioat: fix parameter sh... Kevin Laatz
- Re: [dpdk-dev] [PATCH v3] raw/ioat: fix para... Thomas Monjalon