> -----Original Message-----
> From: Huang, Wei <[email protected]>
> Sent: Thursday, April 29, 2021 10:34 AM
> To: [email protected]; Xu, Rosen <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: [email protected]; Zhang, Tianfei <[email protected]>; Yigit, Ferruh
> <[email protected]>; Huang, Wei <[email protected]>
> Subject: [PATCH v2] raw/ifpga: fix ifpga device name format
>
> The device name format used in ifpga_rawdev_create() was changed to
> "IFPGA:%02x:%02x.%x", but the format used in ifpga_rawdev_destroy() was
> left as "IFPGA:%x:%02x.%x", it should be changed synchronously.
> To prevent further similar errors, macro "IFPGA_RAWDEV_NAME_FMT" is
> defined to replace this format string.
>
> Fixes: 9c006c45d0c5 ("raw/ifpga: scan PCIe BDF device tree")
> Cc: [email protected]
>
> Signed-off-by: Wei Huang <[email protected]>
> Acked-by: Tianfei Zhang <[email protected]>
> Acked-by: Rosen Xu <[email protected]>
> ---
Applied to dpdk-next-net-intel.
Thanks
Qi