DPDK usage discussions
 help / color / mirror / Atom feed
From: Huai-En Tseng <the@csie.io>
To: nileshunhale@cse.iitb.ac.in
Cc: users@dpdk.org, diptyaroop@cse.iitb.ac.in
Subject: Re: [dpdk-users] users Digest, Vol 193, Issue 4
Date: Fri, 5 Jul 2019 00:14:52 +0800	[thread overview]
Message-ID: <8B00E4CB-5ABA-4D86-B7B9-B7EF4D9267C0@csie.io> (raw)
In-Reply-To: <mailman.1.1562234401.23841.users@dpdk.org>

Hi, there isn’t any IP allocation in DPDK.
You need to assign IP addr in your own DPDK application.
You will receive raw packet in DPDK application and need to parse L2/L3/L4 header by yourself

> users-request@dpdk.org 於 2019年7月4日 下午6:00 寫道:
> 
> Send users mailing list submissions to
> 	users@dpdk.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://mails.dpdk.org/listinfo/users
> or, via email, send a message with subject or body 'help' to
> 	users-request@dpdk.org
> 
> You can reach the person managing the list at
> 	users-owner@dpdk.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
> 
> 
> Today's Topics:
> 
>   1. How allocate IP to NIC binded to DPDK driver (igb) (Nilesh Unhale)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 04 Jul 2019 14:44:58 +0530
> From: Nilesh Unhale <nileshunhale@cse.iitb.ac.in>
> To: <users@dpdk.org>
> Cc: <diptyaroop@cse.iitb.ac.in>
> Subject: [dpdk-users] How allocate IP to NIC binded to DPDK driver
> 	(igb)
> Message-ID: <e72a27dea32e7caa61e82a5895ff5555@cse.iitb.ac.in>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> Hello,
> 
> We are trying to build an application over DPDK. However, we are facing 
> some issues:
> 
> After binding NIC to DPDK driver (igb_uio), we can not see it in 
> ifconfig -a.
> So, how to bring up that interface and allocate IP to it? We want the 
> interface to be up even after our application is terminated. (Using KNI 
> module which is provided with DPDK, we were able to give ip address 
> which lasts till KNI program is running, but while KNI application is 
> running, we can not run any other application (which uses DPDK)).
> 
> System specification :
> 2 machines with
> Distributor ID:	Ubuntu
> Description:	Ubuntu 16.04.5 LTS
> Release:	16.04
> Codename:	xenial
> 
> Kernel: 4.15.0-29-generic
> DPDK: 19.05.0
> 
> Hardware:
> CPU: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
> 
> NIC 1: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 
> (i40e)
> NIC 2: Intel Corporation I350 Gigabit Network Connection (igb)
> 
> 
> -- 
> Regards,
> Nilesh Unhale
> 
> 
> 
> End of users Digest, Vol 193, Issue 4
> *************************************


           reply	other threads:[~2019-07-04 16:14 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <mailman.1.1562234401.23841.users@dpdk.org>]

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=8B00E4CB-5ABA-4D86-B7B9-B7EF4D9267C0@csie.io \
    --to=the@csie.io \
    --cc=diptyaroop@cse.iitb.ac.in \
    --cc=nileshunhale@cse.iitb.ac.in \
    --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).