From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) by dpdk.org (Postfix) with ESMTP id BA41568FC for ; Wed, 12 Feb 2014 19:19:50 +0100 (CET) Received: by mail-qa0-f44.google.com with SMTP id w5so14312193qac.17 for ; Wed, 12 Feb 2014 10:21:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FAUZ8ahZFM812cBcGVdNh7QKph7lxebgNzM8muPb1+E=; b=p+ryupJ5TWPLjLHPUmERLPIlqVkb21I/u1h4WkGJOAzxFF6mXhotyOmK4tOe8fGiqn EW6rZhux3towXiJAIrr1DQ43gPF2eIxqNdGVU5F/t7ILSd4ZqtbQCRRDay/XdNuRKa9A dYcghosKNidQqG0nZI1u7K2upts9MzBXq/IQwqB5siUQe6xTtA5539QSyu2tj4snR61g tdsXe3F56yXf9s88SAtlm23/yQhFZx9+tmM8x9J/RkRwF4RSoD0hJvEKriqvsgWLNDlx BzqzsuROuGwPlyh0m+UXLbnchS6BE1Ee0NWKA+OAqB2DnK2AkZ2y1RM/kGldYwhh4VJV ZKnQ== MIME-Version: 1.0 X-Received: by 10.224.98.139 with SMTP id q11mr3305346qan.64.1392229273771; Wed, 12 Feb 2014 10:21:13 -0800 (PST) Received: by 10.224.123.198 with HTTP; Wed, 12 Feb 2014 10:21:13 -0800 (PST) Date: Wed, 12 Feb 2014 13:21:13 -0500 Message-ID: From: Ymo Lists To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Is it possible to have dpdk running with no dependency on a nic ? 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: Wed, 12 Feb 2014 18:19:51 -0000 1) I have two apps that need to communicate on the same machine . Is it possible to have these two apps communicating via dpdk without referencing a nic ? 2) The apps need to run on an amazon vm. How can you run dpdk on an amazon vm with only one nic if the above is not possible ?