DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] fix mempool creation with Xen Dom0
@ 2016-07-11 10:20 Olivier Matz
  2016-07-11 10:20 ` [dpdk-dev] [PATCH 1/4] eal: fix typo in Xen Dom0 specific code Olivier Matz
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Olivier Matz @ 2016-07-11 10:20 UTC (permalink / raw)
  To: dev, huilongx.xu, waterman.cao, yuanhan.liu, weichunx.chen, yu.y.liu
  Cc: thomas.monjalon

Since the recent mempool rework [1], Xen Dom0 is broken.
This series aims at fixing it. I think it should be integrated
in 16.07.

As I don't have a full testing platform, any help in validating
this patchset would be appreciated.

[1] http://www.dpdk.org/ml/archives/dev/2016-May/039229.html

Olivier Matz (4):
  eal: fix typo in Xen Dom0 specific code
  mbuf: set errno on pool creation error
  eal: fix retrieval of phys address with Xen Dom0
  mempool: fix creation with Xen Dom0

 lib/librte_eal/linuxapp/eal/eal_memory.c     | 23 +++++++++++++++++++++++
 lib/librte_eal/linuxapp/eal/eal_xen_memory.c |  4 ++--
 lib/librte_mbuf/rte_mbuf.c                   |  5 ++++-
 lib/librte_mempool/rte_mempool.c             |  6 +++++-
 4 files changed, 34 insertions(+), 4 deletions(-)

-- 
2.8.1

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

end of thread, other threads:[~2016-07-12  0:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 10:20 [dpdk-dev] [PATCH 0/4] fix mempool creation with Xen Dom0 Olivier Matz
2016-07-11 10:20 ` [dpdk-dev] [PATCH 1/4] eal: fix typo in Xen Dom0 specific code Olivier Matz
2016-07-11 10:20 ` [dpdk-dev] [PATCH 2/4] mbuf: set errno on pool creation error Olivier Matz
2016-07-11 10:20 ` [dpdk-dev] [PATCH 3/4] eal: fix retrieval of phys address with Xen Dom0 Olivier Matz
2016-07-11 10:20 ` [dpdk-dev] [PATCH 4/4] mempool: fix creation " Olivier Matz
2016-07-11 16:23 ` [dpdk-dev] [PATCH 0/4] fix mempool " Olivier Matz
2016-07-11 17:09 ` Thomas Monjalon
2016-07-12  0:31   ` Chen, WeichunX

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).