From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) by dpdk.org (Postfix) with ESMTP id 280A6159 for ; Fri, 14 Feb 2014 18:19:00 +0100 (CET) Received: by mail-qa0-f50.google.com with SMTP id cm18so18370121qab.37 for ; Fri, 14 Feb 2014 09:20:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=/GHocYBC6Vmcsl+Q/c8zC7JC/+yMom361gN29ayHM/I=; b=KZjE6TeVhBf7jkEX5L3Wh9OqRPKe7+gl9yX5ak0qPhfwF2Ub1SMJAKwfqKtOJ2ZwiT 6akh3ziAGfuumvwvqXmUkzJSSFK5uewW//y8OwRWQjiHJ4vlOXuiZHPTGbXwI6FzU+/a UQNEq/dgQQCvAZeYTmlX3OvFTfKq4htZVbDvPu3GL+CgCG9kEZgsJAnm9r0Iw9Bx5SrJ I2MRkiBAwBiC5CgiiAAkBcBP11G+G0rLX+gxgJuE1J8yjUZmOxLvA7ffiqjfzbqRW3h4 GvEWBgo/jwUPA3Ev0OsfutDiajY20Y1xWT0fntaGjGMF0O5M2FxGG2gtsO3im/0XQX+S k2nQ== MIME-Version: 1.0 X-Received: by 10.140.91.12 with SMTP id y12mr14270426qgd.26.1392398423633; Fri, 14 Feb 2014 09:20:23 -0800 (PST) Received: by 10.224.123.198 with HTTP; Fri, 14 Feb 2014 09:20:23 -0800 (PST) In-Reply-To: References: Date: Fri, 14 Feb 2014 12:20:23 -0500 Message-ID: From: Ymo Lists Cc: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [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: Fri, 14 Feb 2014 17:19:00 -0000 Could you please point me to a sample doing this ? All the sample i have seen are initializing the eal and that involves initializing the nics. Is there a sample ? Can you mock up some code ? plz plzzz :-) On Fri, Feb 14, 2014 at 3:42 AM, Vivek Soni wrote: > Yes, It is very well possible to run DPDK without dependency on the NIC. > But it all depends what you want to do. > The two DPDK applications can communicate using the ring library provided > by DPDK. In case there is no NIC, DPDK provides pure software based PMDs > which can be used on systems without a NIC or with unsupported NIC using > standard kernel drivers. > > Hope it helps. > > Regards, > Vivek > > > On Fri, Feb 14, 2014 at 1:49 AM, Ymo Lists wrote: > > > Is this a faq ??? > > > > > > On Wed, Feb 12, 2014 at 1:21 PM, Ymo Lists wrote: > > > > > 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 ? > > > > > >