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 19:09:45 +0000	[thread overview]
Message-ID: <1DC6105B-F25D-4F33-9EC5-6B8B3FB4E77B@intel.com> (raw)
In-Reply-To: <CAK8vx=haeONnwE06wt2ntooophxFeF55eCSetwCR+C3OUXi_Fw@mail.gmail.com>



> On Nov 14, 2018, at 1:05 PM, Sungho Hong <maverickjin88@gmail.com> wrote:
> 
> Thanks for the reply, but excluding  the ARP, 
> Is it possible to receive POSIX TCP or UDP packets using DPDK-application? 
> 
> Because DPDK application for me right now, only recognizes the packets sent from DPDK only. But by the sound of it, and based on your reply 
> 
> DPDK can receive packets from non-DPDK correct (POSIX, UDP, TCP)? 
> How can we receive any packets at all from non-DPDK? 

DPDK is just a high speed packet I/O system on top of normal NICs in most cases.

DPDK can receive any packet that is on the wire if you enable promiscuous mode for that port. If you do not have promiscuous mode enabled then the destination MAC address in the L3 header must match the NIC’s MAC address.
> 
> 

Regards,
Keith


  reply	other threads:[~2018-11-14 19:09 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
2018-11-14 19:05   ` Sungho Hong
2018-11-14 19:09     ` Wiles, Keith [this message]
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=1DC6105B-F25D-4F33-9EC5-6B8B3FB4E77B@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).