From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id 845FC5A6F for ; Sun, 5 Jun 2016 09:37:37 +0200 (CEST) Received: by mail-pa0-f41.google.com with SMTP id te7so22786599pab.3 for ; Sun, 05 Jun 2016 00:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=8l87vv4f7SmJfXeiS7Ui9aewtDqpjY4fDYgd1haCL5I=; b=pOhGioiL8xASubRDBYYw13JstQVy/Nf/4FpjUYcl4AKMBXje3hlKUXUweN1k6bhIyo +KH39q+k+/cFSWyxEHeZMmyPPmnT54LKbNWHGy13s8Yt+QoPYPW6pMXLmqtmA3yAcYNL iuC1ZsJAHJXQjzfWBA1jqAL3P54VhyxunwlkY5BDCPwXZ5gvFLCoEa5nHqqHOBfDgrmy 4eEepUIHPXfwVwJbhDX5VbGE2jbjxpmlkrOJno43DL7n7Vq8se1OSdpP6kgq5IFuKkZ2 YMXdBmgcoKabED8kzbsNqyOB1h3SV7HbzPApkSAVvFZ3TTZVJWkdDaIhYgHjElb2YkYQ t06Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=8l87vv4f7SmJfXeiS7Ui9aewtDqpjY4fDYgd1haCL5I=; b=kJ6ehEWXnsIzrQbaHJToIhZqHL1bh3+B43G8EI+Rdror41LRPx1LsHvjcm1MU22S9e Z4EXPpQ2xVILSqRELfh8EiuUwRt8i9RGZtRMI+lMlX9oZOprn6WZ0mDO+NpZLfLGp6wv bhZAfOKASQAA17rYZ8tJNHv0gZj9Yvnan6cKGOvQIQ/R4KE4R2bM4c1ulc94Jg8G7+Iw Ii0l4QD6LK2RxRJPsk422z+A+hB5cS01qin0bbVw8mel24npGoQwcSoeliTvXaEA1+A7 ZpVtolXdahSY85gYVc3/IakeLZSmchAM9juut42WU5SqbGPdKk6MqlChoUBITvGOR5gX 8jhA== X-Gm-Message-State: ALyK8tLSsb2td+8DaKz4RdEtamjeFwvGBerRqqCyTTis+1+Vw85pOydVJHew/94+7T2xKeaMbX68LcfPc8G6VA== X-Received: by 10.66.41.43 with SMTP id c11mr16592368pal.96.1465112256644; Sun, 05 Jun 2016 00:37:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.222.39 with HTTP; Sun, 5 Jun 2016 00:37:36 -0700 (PDT) In-Reply-To: <20160603224135.GA24811@labs.hpe.com> References: <20160603224135.GA24811@labs.hpe.com> From: SAKTHIVEL ANAND S Date: Sun, 5 Jun 2016 13:07:36 +0530 Message-ID: To: jean.tourrilhes@hpe.com Cc: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Looking for packet forwarding of real traffic X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 07:37:37 -0000 you may try KNI app ,in the examples. Thanks On Sat, Jun 4, 2016 at 4:11 AM, Jean Tourrilhes wrote: > Hi, > > I'm looking a an example of simple packet forwarding of real > traffic with DPDK. > I have two Ethernet segments : > Host A <-> Switch 1 <-> Host D <-> Switch 2 <-> Host B > Host D has two ports, one in each segment. > A and B are in the same subnet and will run ping, netperf, wget... > > If I use OVS-DPDK on Host D, it works fine. But OVS is way too > complex for what I want. > If I use l2fwd from DPDK, it does not work. The broadcast ARP > does not make it through. > > Is there a simple example of packet forwarding that is > supposed to work ? I have no need for L2 learning or anything fancy, > just forwarding packets between the two ports. > > Regards, > > Jean > -- Thanks Sakthivel S OM