DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ravi Kerur <rkerur@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v1] Move rte_mbuf macros to common header file
Date: Thu, 24 Sep 2015 15:49:47 -0700	[thread overview]
Message-ID: <1443134987-24700-1-git-send-email-rkerur@gmail.com> (raw)

Macros RTE_MBUF_DATA_DMA_ADDR and RTE_MBUF_DATA_DMA_ADDR_DEFAULT
are defined in each PMD driver file. Move those macros into common
lib/librte_mbuf/rte_mbuf.h file. All PMD drivers include rte_mbuf.h
file directly/indirectly hence no additionl header file inclusion 
is necessary.

Ravi Kerur (1):
  Move rte_buf macros to common header file

 drivers/net/bnx2x/bnx2x.h          | 3 ---
 drivers/net/cxgbe/sge.c            | 3 ---
 drivers/net/e1000/em_rxtx.c        | 6 ------
 drivers/net/e1000/igb_rxtx.c       | 6 ------
 drivers/net/i40e/i40e_rxtx.c       | 6 ------
 drivers/net/ixgbe/ixgbe_rxtx.h     | 6 ------
 drivers/net/virtio/virtqueue.h     | 3 ---
 drivers/net/vmxnet3/vmxnet3_rxtx.c | 6 ------
 lib/librte_mbuf/rte_mbuf.h         | 6 ++++++
 9 files changed, 6 insertions(+), 39 deletions(-)

-- 
1.9.1

             reply	other threads:[~2015-09-24 22:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 22:49 Ravi Kerur [this message]
2015-09-24 22:50 ` Ravi Kerur
2015-09-24 23:25   ` Stephen Hemminger
2015-09-26  2:46     ` Ravi Kerur
2015-09-29  9:55       ` Ananyev, Konstantin
2015-09-30 19:11         ` Ravi Kerur

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=1443134987-24700-1-git-send-email-rkerur@gmail.com \
    --to=rkerur@gmail.com \
    --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).