From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by dpdk.org (Postfix) with ESMTP id 1C24758F5 for ; Fri, 28 Mar 2014 10:41:45 +0100 (CET) Received: by mail-la0-f42.google.com with SMTP id ec20so3511180lab.15 for ; Fri, 28 Mar 2014 02:43:19 -0700 (PDT) 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:to :cc:content-type; bh=s1h8pE66sOhJ/0BxJkB0uzntqkgxf2qqq4B2eY01NBE=; b=0qA9/YmbBRQNeeDhDg4IPpJjn4qbZKWsQI/h9tZUlc2N71rqlFShFotsvjO2HxuI/x lyUCZlgeu3Gid97FlF8NCGUzEfSj9N8CS6buEHFxY4r34qk/87WfHjxM0qMaMpO8B5gu XILkUtTAmTxR/B0tR7BZ0KvyAW/s4qDSS9kNx0N3hXoZastIiei1qsFY0KRJUUxqnqKf EU1YcL8zUIbE0PDSvul8D6JPEstN7FIAXLY1gkkaPVtV1gFxv8dqxJn5C5ntBCCv/+xI nsRcbfCZ/XN8k1t+SAHU8ERPXCAJ/SWmFUgI87mAXUqZ2fNTBy1qJ4uDGHcyK5ZURQRQ ylqA== MIME-Version: 1.0 X-Received: by 10.112.118.20 with SMTP id ki20mr117338lbb.45.1395999799471; Fri, 28 Mar 2014 02:43:19 -0700 (PDT) Received: by 10.114.174.73 with HTTP; Fri, 28 Mar 2014 02:43:19 -0700 (PDT) In-Reply-To: References: Date: Fri, 28 Mar 2014 13:43:19 +0400 Message-ID: From: Vladimir Medvedkin To: "Sujith Sankar (ssujith)" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Questions on use of multiple NIC 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: Fri, 28 Mar 2014 09:41:46 -0000 1. Yes. 2. Yes. Look at programmer's guide section 16 Multi-process support. 3. You can use blacklist eal option. Regards, Vladimir 2014-03-28 13:25 GMT+04:00 Sujith Sankar (ssujith) : > Hi all, > > Could someone answer the following questions about the usage of multiple > NIC interfaces with DPDK? > > 1. If my server has two identical Intel NICs, could I use both with DPDK > and its applications? > 2. If both the NIC cards could be used with DPDK, could I use them with > separate instances of applications? E.g., NIC1 used by App1 and NIC2 used > by App2. > 3. If answer to qn no 2 is yes, does the driver take care to avoid > reinitialising NIC1 when App2 tries to initialise NIC2? From what I've > seen, DPDK calls the driver init for all the matching devices (vendor id > and device id). > > Thanks, > -Sujith >