From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <8002onavi@gmail.com> Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) by dpdk.org (Postfix) with ESMTP id 22CC2AFD6 for ; Tue, 27 May 2014 13:50:22 +0200 (CEST) Received: by mail-la0-f46.google.com with SMTP id ec20so4843033lab.19 for ; Tue, 27 May 2014 04:50:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=VuxiaYz4GuwXgROx4wtvn0TAc1ISRxnGAaDVcsbhtV8=; b=QOHRZtqmbRQjCjTFNmZ8fBtb84Oc65C5FBFY34EHhV8TC0D1ZGUbMcK/3VsD7/ACx7 FgpkHRYsklx4c7hvdDuMM8vl/mldzv+nTc92Y+rjr+jp4LWm9exbNdM0tD+XStQVtbdP NA8O08++NQA24Sr30ifjIxQDXqnLsJqqwXk0LcRJXulJRpXNlp/W5PMeNxLId425UlMW BYO4A5J47DUVYxTyN02fCe/2V6Me8Pt1jaXXfpwDl8+cpoSLSDbZ1+7nmcN7HJPO8Gol g+LbT06JuyS2qS9TZ4Ee3TbdoYheX25R8laKkpuCgNQbZLmVh5eejYMgnUNFx/4O2Zmy SU/g== X-Received: by 10.152.43.43 with SMTP id t11mr1436319lal.89.1401191432866; Tue, 27 May 2014 04:50:32 -0700 (PDT) Received: from localhost.localdomain ([185.27.182.30]) by mx.google.com with ESMTPSA id o1sm14941812lbw.27.2014.05.27.04.50.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 May 2014 04:50:31 -0700 (PDT) Message-ID: <53847C06.3060803@gmail.com> Date: Tue, 27 May 2014 13:50:30 +0200 From: Ivano Cerrato <8002onavi@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] veth interfaces 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: Tue, 27 May 2014 11:50:22 -0000 Hello, is it possible to use DPDK to send packets on a veth interface? Thanks in advance, Ivano