DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: Sungho Hong <maverickjin88@gmail.com>
Cc: users <users@dpdk.org>
Subject: Re: [dpdk-users] How to receive packets from non-DPDK requests?
Date: Wed, 14 Nov 2018 18:53:07 +0000	[thread overview]
Message-ID: <F992FF63-EDA2-4E06-B15D-F432AFC53D33@intel.com> (raw)
In-Reply-To: <CAK8vx=hzb_p0FYvhsfR1jQA3VvZLHkVm6EEjDH8EA_hHHhF5Rg@mail.gmail.com>



> On Nov 14, 2018, at 11:35 AM, Sungho Hong <maverickjin88@gmail.com> wrote:
> 
> Hello DPDK users,
> 
> I am trying to receive the packets from non-DPDK requests,
> Currently, I am trying to send ARP requests, but it seems that DPDK
> application only understands the packets that are sent by DPDK.
> 
> Is there some configuration that needs to be done in order to receive
> non-DPDK requests?

Not sure what you are asking here, but DPDK does not have a ARP or network stack of any kind. There are a few network stacks for DPDK just google it.

If you want to detect ARP packets then you need to look at the L2 header and then you would need to write the ARP protocol handling code.

HTH

Regards,
Keith

  reply	other threads:[~2018-11-14 18:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14 17:35 Sungho Hong
2018-11-14 18:53 ` Wiles, Keith [this message]
2018-11-14 19:05   ` Sungho Hong
2018-11-14 19:09     ` Wiles, Keith
2018-11-14 19:11       ` Wiles, Keith
2018-11-14 19:14         ` Sungho Hong

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=F992FF63-EDA2-4E06-B15D-F432AFC53D33@intel.com \
    --to=keith.wiles@intel.com \
    --cc=maverickjin88@gmail.com \
    --cc=users@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).