Re: [PATCH 02/14] bus/pci: add const to some experimental API

2023-08-03 Thread David Marchand
On Thu, Aug 3, 2023 at 11:47 AM Bruce Richardson wrote: > > On Thu, Aug 03, 2023 at 09:50:25AM +0200, David Marchand wrote: > > Those functions are fine with a const on the device pointer. > > > > Signed-off-by: David Marchand > > --- > > drivers/bus/pci/pci_common.c | 4 ++-- > > drivers/bus/p

Re: [PATCH 02/14] bus/pci: add const to some experimental API

2023-08-03 Thread Bruce Richardson
On Thu, Aug 03, 2023 at 09:50:25AM +0200, David Marchand wrote: > Those functions are fine with a const on the device pointer. > > Signed-off-by: David Marchand > --- > drivers/bus/pci/pci_common.c | 4 ++-- > drivers/bus/pci/rte_bus_pci.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletio

[PATCH 02/14] bus/pci: add const to some experimental API

2023-08-03 Thread David Marchand
Those functions are fine with a const on the device pointer. Signed-off-by: David Marchand --- drivers/bus/pci/pci_common.c | 4 ++-- drivers/bus/pci/rte_bus_pci.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/bus/pci/pci_common.c b/drivers/bus/pci/pci_common.