raw/ioat: fix parameter shadow warning
authorKevin Laatz <kevin.laatz@intel.com>
Wed, 12 May 2021 10:47:46 +0000 (10:47 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 12 May 2021 14:33:14 +0000 (16:33 +0200)
commit5cf6947c95990067d8c980c85a01cb7c037f2dc5
treead2465590feab4672ec372e570010ccc70293fd1
parentb97012825dfad7d30bbd1fa99ec6115eba6135ce
raw/ioat: fix parameter shadow warning

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 adding calls the IOAT APIs. The OVS build passes the
-Wshadow flag by default, allowing the warning to be seen when building
OVS with DPDK 21.05-rc2.

Fixes: 245efe544d8e ("raw/ioat: report status of completed jobs")

Reported-by: Sunil Pai G <sunil.pai.g@intel.com>
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Tested-by: Sunil Pai G <sunil.pai.g@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/raw/ioat/rte_idxd_rawdev_fns.h