DPDK patches and discussions
 help / color / mirror / Atom feed
From: Alex Markuze <alex@weka.io>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] Aligned RX data.
Date: Tue, 7 Oct 2014 12:40:19 +0300	[thread overview]
Message-ID: <CAKfHP0XoA2jxmR7j0SAT_gWMnS+o6HCTB1-Gj0v4NjL27hQJvg@mail.gmail.com> (raw)

Hi , I'm trying to receive aligned packets from the wire.
Meaning that for all received packets the pkt.data is always aligned to
(512 -H).

Looking at the pmds of ixgbe/vmxnet I see that the pmds call
__rte_mbuf_raw_alloc and set the rx descriptor with a
RTE_MBUF_DATA_DMA_ADDR_DEFAULT
Instead of the more appropriate RTE_MBUF_DATA_DMA_ADDR.

Do I need to modify each pmd I'm using to be able to receive aligned data?
Or have I missed something?

Thanks

             reply	other threads:[~2014-10-07  9:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-07  9:40 Alex Markuze [this message]
2014-10-07 10:05 ` Ananyev, Konstantin
2014-10-07 15:51   ` Alex Markuze
     [not found]     ` <2601191342CEEE43887BDE71AB9772582139126C@IRSMSX105.ger.corp.intel.com>
2014-10-07 16:11       ` Ananyev, Konstantin
2014-10-11 14:04         ` Alex Markuze
2014-10-13  8:47           ` Alex Markuze
     [not found]             ` <2601191342CEEE43887BDE71AB9772582139336F@IRSMSX105.ger.corp.intel.com>
2014-10-13 11:43               ` Ananyev, Konstantin
2014-10-13 15:20                 ` Alex Markuze

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=CAKfHP0XoA2jxmR7j0SAT_gWMnS+o6HCTB1-Gj0v4NjL27hQJvg@mail.gmail.com \
    --to=alex@weka.io \
    --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).