From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 940CF8E96 for ; Thu, 5 Nov 2015 12:00:01 +0100 (CET) Received: by wicfv8 with SMTP id fv8so7110017wic.0 for ; Thu, 05 Nov 2015 03:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=fvSXEV0d29C7rYxofcndA35czETS9drpxGzgqQ9Ugrc=; b=xArLdqkV6dot0YstAEyQXQlcN8m9NjzYviPzhvz+3sgSc/4Wc0SUL1qe03ADx0jqLn ecZmTIY6SfMOQsJbQw75Ay/LKTOwkfekjrfEGF6m1jxdmClqNC6oeKlCd53VE5HzgQsq Q1V51A0vBpyL68qjeCPntVtz7OTB5EheCAQUu4sl1fomKMpos3AapM9ngxVsbL9KXGMt pidfhNix7B+VVnvS2REgqqRfEqrdOmtgkAoTkXaphfzPk4ND+6S7v//XtgAFFRfTOb6e bSTOjZp2PEZMihEtPEQTFhuF64pr0uKsclKeBSeddEdmM+WYnOUgYmgJI6i/Z+y/HWRy 6HJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=fvSXEV0d29C7rYxofcndA35czETS9drpxGzgqQ9Ugrc=; b=S/OtIYI119wR4ZxM0tW37wf88j7Plwk2CKzq2aNVQGr2oKFGQYhSyaCy/742gnwaeF iG6yr9kjXpnyTQh/ndD0sfIA1icvFOEUEwkdjkaAMcP1oquxErwV6g3jlSy4aQX2ijNf iAwM6iRRfDs67Z5VC/7mrCxaXDInV176e1HcNA8zJIWyoNwa55caeNnCI2/5rGEWTME7 h2Q+muppnM3qSJn/yoqdPb2ZC7JAN+pLLxsD3ABLKhvzdsQ/+jl1iwzl/3MXQ594MH3v XNJTyyuZWKB6stpnnRdFeDLcqaV2ctq0xKoBbU2RcYXO5H+A6glPQvIbNUcLxjjuH9Ns e0tQ== X-Gm-Message-State: ALoCoQl3ChSa+woimHSkp/jxr35onmCareCOVoMFiXjpNTJZL9NNiGRxyDU5lJMadg7orGaMrQrl X-Received: by 10.194.11.67 with SMTP id o3mr7782891wjb.3.1446721201427; Thu, 05 Nov 2015 03:00:01 -0800 (PST) Received: from saturne.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id e79sm33524324wmd.16.2015.11.05.02.59.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 03:00:00 -0800 (PST) Message-ID: <563B36AF.3040800@6wind.com> Date: Thu, 05 Nov 2015 11:59:59 +0100 From: Vincent JARDIN Organization: www.6wind.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: dev@dpdk.org References: <1446720201-16386-1-git-send-email-alejandro.lucero@netronome.com> In-Reply-To: <1446720201-16386-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card 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: Thu, 05 Nov 2015 11:00:01 -0000 On 05/11/2015 11:43, Alejandro.Lucero wrote: > From: "Alejandro.Lucero" > > This patchset adds a new PMD for Netronome nfp-6xxx card. > Just PCI Virtual Functions supported. > Using this PMD requires previous Netronome BSP installation. > I understand that this PMD needs a kernel driver which is not upstream yet. Am I correct? https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/tree/drivers/net/ethernet Best regards, Vincent