DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v3 0/5] Xen DOM0 runtime support
Date: Thu,  5 Nov 2015 16:09:29 -0800	[thread overview]
Message-ID: <1446768574-32310-1-git-send-email-stephen@networkplumber.org> (raw)

Rebase of patches to current Intel drivers in DPDK 2.2-rc1

Stephen Hemminger (5):
  xen: allow determining DOM0 at runtime
  e1000: use rte_eth_dma_zone_reserve
  ixgbe: use rte_eth_dma_zone_reserve
  i40e: use rte_eth_dma_zone_reserve
  fm10k: use rte_eth_dma_zone_reserve

 drivers/net/e1000/em_rxtx.c                  | 40 ++----------
 drivers/net/e1000/igb_rxtx.c                 | 40 ++----------
 drivers/net/fm10k/fm10k_ethdev.c             | 48 ++------------
 drivers/net/i40e/i40e_ethdev.c               |  9 ---
 drivers/net/i40e/i40e_fdir.c                 |  5 +-
 drivers/net/i40e/i40e_rxtx.c                 | 93 +++++-----------------------
 drivers/net/ixgbe/ixgbe_rxtx.c               | 47 ++------------
 lib/librte_eal/common/include/rte_memory.h   | 30 ++++++++-
 lib/librte_eal/linuxapp/eal/eal_memory.c     |  7 +++
 lib/librte_eal/linuxapp/eal/eal_xen_memory.c |  2 +-
 lib/librte_ether/rte_ethdev.c                | 24 +++++++
 lib/librte_ether/rte_ethdev.h                | 24 +++++++
 lib/librte_mempool/rte_mempool.c             | 48 +++++++++-----
 lib/librte_mempool/rte_mempool.h             |  3 +-
 14 files changed, 162 insertions(+), 258 deletions(-)

-- 
2.1.4

             reply	other threads:[~2015-11-06  0:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06  0:09 Stephen Hemminger [this message]
2015-11-06  0:09 ` [dpdk-dev] [PATCH 1/5] xen: allow determining DOM0 at runtime Stephen Hemminger
2015-11-06  0:09 ` [dpdk-dev] [PATCH 2/5] e1000: use rte_eth_dma_zone_reserve Stephen Hemminger
2015-11-06  0:09 ` [dpdk-dev] [PATCH 3/5] ixgbe: " Stephen Hemminger
2015-11-06  0:09 ` [dpdk-dev] [PATCH 4/5] i40e: " Stephen Hemminger
2015-11-06  0:09 ` [dpdk-dev] [PATCH 5/5] fm10k: " Stephen Hemminger
2015-11-13 10:54 ` [dpdk-dev] [PATCH v3 0/5] Xen DOM0 runtime support Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446768574-32310-1-git-send-email-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).