Re: [dpdk-dev] [PATCH v3] raw/ioat: fix parameter shadow warning

2021-05-12 Thread Thomas Monjalon
12/05/2021 12:47, Kevin Laatz: > 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 caught when additions were

[dpdk-dev] [PATCH v3] raw/ioat: fix parameter shadow warning

2021-05-12 Thread Kevin Laatz
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 caught when additions were made to the OVS codebase, which include a