* [dpdk-dev] [PATCH] pci: remove duplicated symbol from map file
@ 2018-03-15 16:48 Ferruh Yigit
2018-03-15 17:21 ` Gaëtan Rivet
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-03-15 16:48 UTC (permalink / raw)
To: Gaetan Rivet; +Cc: dev, Ferruh Yigit, stable
Remove duplicated symbol rte_pci_device_name from .map file.
Also sort the map file to be able to detect any possible duplication
easier in the future.
Fixes: 0e3ef055bee5 ("pci: fix namespace prefix of new functions")
Cc: stable@dpdk.org
Cc: gaetan.rivet@6wind.com
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
lib/librte_pci/rte_pci_version.map | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/librte_pci/rte_pci_version.map b/lib/librte_pci/rte_pci_version.map
index 15d93d95c..c0280277b 100644
--- a/lib/librte_pci/rte_pci_version.map
+++ b/lib/librte_pci/rte_pci_version.map
@@ -3,12 +3,11 @@ DPDK_17.11 {
eal_parse_pci_BDF;
eal_parse_pci_DomBDF;
- rte_pci_addr_cmp;
- rte_pci_addr_parse;
- rte_pci_device_name;
pci_map_resource;
pci_unmap_resource;
rte_eal_compare_pci_addr;
+ rte_pci_addr_cmp;
+ rte_pci_addr_parse;
rte_pci_device_name;
local: *;
--
2.13.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] pci: remove duplicated symbol from map file
2018-03-15 16:48 [dpdk-dev] [PATCH] pci: remove duplicated symbol from map file Ferruh Yigit
@ 2018-03-15 17:21 ` Gaëtan Rivet
2018-03-22 16:35 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Gaëtan Rivet @ 2018-03-15 17:21 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev, stable
Hi Ferruh,
On Thu, Mar 15, 2018 at 04:48:54PM +0000, Ferruh Yigit wrote:
> Remove duplicated symbol rte_pci_device_name from .map file.
>
> Also sort the map file to be able to detect any possible duplication
> easier in the future.
>
> Fixes: 0e3ef055bee5 ("pci: fix namespace prefix of new functions")
> Cc: stable@dpdk.org
>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
> lib/librte_pci/rte_pci_version.map | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/lib/librte_pci/rte_pci_version.map b/lib/librte_pci/rte_pci_version.map
> index 15d93d95c..c0280277b 100644
> --- a/lib/librte_pci/rte_pci_version.map
> +++ b/lib/librte_pci/rte_pci_version.map
> @@ -3,12 +3,11 @@ DPDK_17.11 {
>
> eal_parse_pci_BDF;
> eal_parse_pci_DomBDF;
> - rte_pci_addr_cmp;
> - rte_pci_addr_parse;
> - rte_pci_device_name;
> pci_map_resource;
> pci_unmap_resource;
> rte_eal_compare_pci_addr;
> + rte_pci_addr_cmp;
> + rte_pci_addr_parse;
> rte_pci_device_name;
>
> local: *;
> --
> 2.13.6
>
--
Gaëtan Rivet
6WIND
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] pci: remove duplicated symbol from map file
2018-03-15 17:21 ` Gaëtan Rivet
@ 2018-03-22 16:35 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-03-22 16:35 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: stable, Gaëtan Rivet, dev
15/03/2018 18:21, Gaëtan Rivet:
> Hi Ferruh,
>
> On Thu, Mar 15, 2018 at 04:48:54PM +0000, Ferruh Yigit wrote:
> > Remove duplicated symbol rte_pci_device_name from .map file.
> >
> > Also sort the map file to be able to detect any possible duplication
> > easier in the future.
> >
> > Fixes: 0e3ef055bee5 ("pci: fix namespace prefix of new functions")
> > Cc: stable@dpdk.org
> >
>
> Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
>
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-22 16:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15 16:48 [dpdk-dev] [PATCH] pci: remove duplicated symbol from map file Ferruh Yigit
2018-03-15 17:21 ` Gaëtan Rivet
2018-03-22 16:35 ` [dpdk-dev] [dpdk-stable] " 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).