From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) by dpdk.org (Postfix) with ESMTP id D82F368B1 for ; Mon, 24 Jun 2013 06:52:56 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id a12so7821731wgh.28 for ; Sun, 23 Jun 2013 21:53:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=aGzUkP/WsLWdBCF7PAJDXA0nOieVjhigXDUedjEGxD8=; b=yuxN3439TNDQtksyrogj/HYQizwo3t6AjYxqI41PEUrYa3rZ2Detc8tUyzKig2MKWV dZZSzq0GOiecUTTDukFj28pRB4KTaRB2MpxFDNs9LGW1NawFONgNWusokgUhfQXVzcK1 +oMjBXaXFrhTVVqr5Eda7ep4LZC9cvRYHOBwDwmEBqQAImGZRlwLcAL+1hLh0N3OYxIa 2/oP7PqaqSCNJVY+w9PdEpCCwXp6tZdMonh2C+uJmTYdMarkxlWNwGULib09erc8lj07 69KHR5VFSiCOtphE66gOMHcFmx/45urXZY6axwJLZjPro7bGobIuB/RHsE+NO1t1TOIy MwDw== X-Received: by 10.194.133.106 with SMTP id pb10mr7869720wjb.62.1372049589717; Sun, 23 Jun 2013 21:53:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.234.4 with HTTP; Sun, 23 Jun 2013 21:52:49 -0700 (PDT) From: Peter Chen Date: Sun, 23 Jun 2013 21:52:49 -0700 Message-ID: To: dev@dpdk.org Content-Type: multipart/alternative; boundary=089e0115f11268d01d04dfdf3048 Subject: [dpdk-dev] Sending & Receiving Packets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2013 04:52:57 -0000 --089e0115f11268d01d04dfdf3048 Content-Type: text/plain; charset=ISO-8859-1 I was wondering how I can send/receive packets from my computer to my server which has dpdk running. Since what seems to happen is that dpdk binds to the ethernet device, what would be its IP address? For example how would I send a ping from one computer to my server with dpdk binded to the NIC? Would I send a packet with only MAC address and dpdk binded NIC would pick it up and move the packet up to dpdk and then to the user space? Just kind of confused how that works. I would be grateful for any help! Peter --089e0115f11268d01d04dfdf3048 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I was wondering how I can send/receive packets from my com= puter to my server which has dpdk running. Since what seems to happen is th= at dpdk binds to the ethernet device, what would be its IP address?=A0
<= br> For example how would I send a ping from one computer to my server with dpd= k binded to the NIC?

Would I send a packet with on= ly MAC address and dpdk binded NIC would pick it up and move the packet up = to dpdk and then to the user space? Just kind of confused how that works. I= would be grateful for any help!

Peter
--089e0115f11268d01d04dfdf3048--