From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) by dpdk.org (Postfix) with ESMTP id CE5031288 for ; Mon, 19 Jan 2015 07:22:36 +0100 (CET) Received: by mail-qa0-f53.google.com with SMTP id n4so22706386qaq.12 for ; Sun, 18 Jan 2015 22:22:36 -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=z6DoS96+cu2iNkeSsl/Xe4N4t89Kjta5T1yQCjk4fh8=; b=KjBR9osoXTtFxKZS0CzzEcBIpWZwIyZDPiDks3byn5aCfaBNSpOOGGyjMpm9KTz7/F +xRsy8KItr9w33vYrkQu9/krezzX3ZNOiAVp8yAURo/O0L5syLoBn3NMtWVnCwgOIVNZ zefb9SXRqjfzZVF32IMWo7lMgEE6JZN/noPA+pPojQDJ5zrx0nmM4JoMdVe936JYaXV3 N+VJ1mbTPLaryZMCFicsQBN8S6ByNuoVLo9AENn7rbNET3DET2yfRWP4QJSXRNcv4ZDo Td5RT5Ki/zXMEMLfr2rBzP1K5taF9u38Khuu2Hnha3idhQNQucLX+LH4U/TPa7mMEBui cVeg== MIME-Version: 1.0 X-Received: by 10.224.36.14 with SMTP id r14mr2352467qad.39.1421648556108; Sun, 18 Jan 2015 22:22:36 -0800 (PST) Received: by 10.140.48.35 with HTTP; Sun, 18 Jan 2015 22:22:36 -0800 (PST) Date: Mon, 19 Jan 2015 11:52:36 +0530 Message-ID: From: Deepak Sehrawat To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Sharing NIC port between Linux and DPDK 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: Mon, 19 Jan 2015 06:22:37 -0000 Hi All, What are the various means available (as of now) to share a NIC port between Linux and DPDK applications? Idea is to separate control packets and data packets; using Linux userspace application to process control packets while DPDK application to access/process data packets (same NIC port is carrying both of these packet traffics; control as well as data). Note: Bifurcated driver is next step but it's not available as of now. Thanks, Deepak