Re: [PATCH 1/2] drivers: use macro for PCI address format

2023-10-19 Thread lihuisong (C)
Schemeilin , Igor Chauskin , Ron Beider , John Daley (johndale) , Hyong Youb Kim (hyonkim) , Ziyang Xuan , Xiaoyun Wang , Guoyang Zhou , Matan Azrad , Viacheslav Ovsiienko , Ori Kam , Suanming Mou , Maciej Czekaj *Subject: *[PATCH 1/2] drivers: use macro for PCI address format Some places were

Re: [PATCH 1/2] drivers: use macro for PCI address format

2023-10-19 Thread John Daley (johndale)
(hyonkim) , Ziyang Xuan , Xiaoyun Wang , Guoyang Zhou , Matan Azrad , Viacheslav Ovsiienko , Ori Kam , Suanming Mou , Maciej Czekaj Subject: [PATCH 1/2] drivers: use macro for PCI address format Some places were not using the macro PCI_PRI_FMT as print format of a PCI address. Note: RTE prefix is

[PATCH 1/2] drivers: use macro for PCI address format

2023-10-19 Thread Thomas Monjalon
Some places were not using the macro PCI_PRI_FMT as print format of a PCI address. Note: RTE prefix is missing in the name of some PCI macros. Signed-off-by: Thomas Monjalon --- drivers/event/skeleton/skeleton_eventdev.c | 2 +- drivers/net/ena/ena_ethdev.c | 2 +- drivers/net/eni