* [PATCH] pci: fix comment referencing renamed function
@ 2023-05-30 16:02 Thomas Monjalon
2023-05-31 6:02 ` Xia, Chenbo
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2023-05-30 16:02 UTC (permalink / raw)
To: dev; +Cc: stable, Gaetan Rivet, David Marchand
When renaming functions eal_parse_pci_*,
a referencing comment was missed in the function rte_pci_device_name().
Fixes: ca52fccbb3b9 ("pci: remove deprecated functions")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
lib/pci/rte_pci.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/pci/rte_pci.h b/lib/pci/rte_pci.h
index 5088157e74..aab761b918 100644
--- a/lib/pci/rte_pci.h
+++ b/lib/pci/rte_pci.h
@@ -104,8 +104,7 @@ struct rte_pci_addr {
/**
* Utility function to write a pci device name, this device name can later be
- * used to retrieve the corresponding rte_pci_addr using eal_parse_pci_*
- * BDF helpers.
+ * used to retrieve the corresponding rte_pci_addr using rte_pci_addr_parse().
*
* @param addr
* The PCI Bus-Device-Function address
--
2.40.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] pci: fix comment referencing renamed function
2023-05-30 16:02 [PATCH] pci: fix comment referencing renamed function Thomas Monjalon
@ 2023-05-31 6:02 ` Xia, Chenbo
2023-06-06 14:39 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Xia, Chenbo @ 2023-05-31 6:02 UTC (permalink / raw)
To: Thomas Monjalon, dev; +Cc: stable, Gaetan Rivet, David Marchand
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, May 31, 2023 12:02 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Gaetan Rivet <grive@u256.net>; David Marchand
> <david.marchand@redhat.com>
> Subject: [PATCH] pci: fix comment referencing renamed function
>
> When renaming functions eal_parse_pci_*,
> a referencing comment was missed in the function rte_pci_device_name().
>
> Fixes: ca52fccbb3b9 ("pci: remove deprecated functions")
> Cc: stable@dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> lib/pci/rte_pci.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/lib/pci/rte_pci.h b/lib/pci/rte_pci.h
> index 5088157e74..aab761b918 100644
> --- a/lib/pci/rte_pci.h
> +++ b/lib/pci/rte_pci.h
> @@ -104,8 +104,7 @@ struct rte_pci_addr {
>
> /**
> * Utility function to write a pci device name, this device name can
> later be
> - * used to retrieve the corresponding rte_pci_addr using eal_parse_pci_*
> - * BDF helpers.
> + * used to retrieve the corresponding rte_pci_addr using
> rte_pci_addr_parse().
> *
> * @param addr
> * The PCI Bus-Device-Function address
> --
> 2.40.1
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] pci: fix comment referencing renamed function
2023-05-31 6:02 ` Xia, Chenbo
@ 2023-06-06 14:39 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2023-06-06 14:39 UTC (permalink / raw)
To: dev, stable; +Cc: Gaetan Rivet, David Marchand, Xia, Chenbo
31/05/2023 08:02, Xia, Chenbo:
> > -----Original Message-----
> > From: Thomas Monjalon <thomas@monjalon.net>
> > Sent: Wednesday, May 31, 2023 12:02 AM
> > To: dev@dpdk.org
> > Cc: stable@dpdk.org; Gaetan Rivet <grive@u256.net>; David Marchand
> > <david.marchand@redhat.com>
> > Subject: [PATCH] pci: fix comment referencing renamed function
> >
> > When renaming functions eal_parse_pci_*,
> > a referencing comment was missed in the function rte_pci_device_name().
> >
> > Fixes: ca52fccbb3b9 ("pci: remove deprecated functions")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-06 14:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 16:02 [PATCH] pci: fix comment referencing renamed function Thomas Monjalon
2023-05-31 6:02 ` Xia, Chenbo
2023-06-06 14:39 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).