DPDK patches and discussions
 help / color / mirror / Atom feed
* Re: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve()
       [not found] <b2c9de21812b030103d11d6cf62ba7895441885d.1447832032.git.pmatilai@redhat.com>
@ 2015-11-18 11:48 ` Mcnamara, John
  2015-11-18 12:16   ` Panu Matilainen
  2015-11-23 21:22   ` Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: Mcnamara, John @ 2015-11-18 11:48 UTC (permalink / raw)
  To: Panu Matilainen, dev

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Panu Matilainen
> Sent: Wednesday, November 18, 2015 7:34 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for
> rte_eth_dma_zone_reserve()
> 
> Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime")
> 
> Signed-off-by: Panu Matilainen <pmatilai@redhat.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

Out of curiosity, how did you identify this issue?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve()
  2015-11-18 11:48 ` [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve() Mcnamara, John
@ 2015-11-18 12:16   ` Panu Matilainen
  2015-11-23 21:22   ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Panu Matilainen @ 2015-11-18 12:16 UTC (permalink / raw)
  To: Mcnamara, John, dev

On 11/18/2015 01:48 PM, Mcnamara, John wrote:
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Panu Matilainen
>> Sent: Wednesday, November 18, 2015 7:34 AM
>> To: dev@dpdk.org
>> Subject: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for
>> rte_eth_dma_zone_reserve()
>>
>> Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime")
>>
>> Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
>
> Out of curiosity, how did you identify this issue?

These kind of issues are hard not to notice when using shared library 
configuration once there's something actually using the symbol. In this 
case, the four commits following 719dbebceb81 make the e1000, ixgbe, i40 
and fm10k pmds unloadable respectively:

librte_pmd_ixgbe.so: undefined symbol: rte_eth_dma_zone_reserve

Driver autoloading does help unearthing these issues too since all the 
pmd's get loaded regardless of the actual hardware present.

	- Panu -

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve()
  2015-11-18 11:48 ` [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve() Mcnamara, John
  2015-11-18 12:16   ` Panu Matilainen
@ 2015-11-23 21:22   ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-11-23 21:22 UTC (permalink / raw)
  To: Panu Matilainen; +Cc: dev

> > Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime")
> > 
> > Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-23 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <b2c9de21812b030103d11d6cf62ba7895441885d.1447832032.git.pmatilai@redhat.com>
2015-11-18 11:48 ` [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve() Mcnamara, John
2015-11-18 12:16   ` Panu Matilainen
2015-11-23 21:22   ` 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).