From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) by dpdk.org (Postfix) with ESMTP id 0CC628DA1 for ; Thu, 5 Nov 2015 12:12:50 +0100 (CET) Received: by oiww189 with SMTP id w189so21213866oiw.3 for ; Thu, 05 Nov 2015 03:12:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome_com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wu/0IxaGGsWhQPiF1TAhRKWRS0qfnF497Ugp7r0swIc=; b=jQU2lfGvrPoCLtAZ4YXsaQhslJvrt5vTQ2ynpwFBgVTle9SLdOghePhknSn/oI4stN i8YFPUna5YHAcFmOnERDizAsqB6XL0cGXrudqSR6/C/LPmpCBkgxw+p5b3Z6CCjewfi+ Fj39a8HJ4JxqYVVg4hWs2EBoWIys0Cvb/QL71LkQP1YDAj7tcz7zyX1iO4W6sNjdYdwN q+3hfEZxueEIEsIjUOIRIa0J2nqN/WKt/6RtVCyFUWqf8R1GxUb4Avp+mRfSD/uwT54q rkPuscQz31Vf9ColNkp+B5t/d5IAnCj2JsVkIXlVYyruAOs7GMaMtc0pD2btpUk/A3D3 yoEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Wu/0IxaGGsWhQPiF1TAhRKWRS0qfnF497Ugp7r0swIc=; b=dzw2qbcg+xbug1HU+65iNmH/tMbElL/y+bERuw5meS2YMOmBbTYcB6pMm9N1I3JCne x22PHzjC8NSZ+dDyTg1zToVgHpjMeuOUX/6MerFPuwzrOKZ/2Y3tNfKMHwfD3EIv0+I9 RbDGkrrV3UrhL+sn5xoa/KhcuHAA1POQOSvYwKi1yOW0jljXG5S5SVfqb83yFw6cCJJX oplRtI5nRauaQjiGbI9KlyK3V3MdaPSG7YYyJquuoV+z6eTbxYZSMx8BFtIe1O+X/5V/ HOOTfTatAeJTXGkTqDEpoVUYkoQ8nJYE08hDD3A5crge4fJzzUgStZZOBi2PPHZSs+fo 1oAA== X-Gm-Message-State: ALoCoQlMpNdQRKNAKKxVj/tK2AWKZNU8irksebjDXoHuxGX+p22ARgSmuhDtUrc3dTCDQvR5H0qj MIME-Version: 1.0 X-Received: by 10.202.46.207 with SMTP id u198mr3508298oiu.66.1446721969406; Thu, 05 Nov 2015 03:12:49 -0800 (PST) Received: by 10.76.12.5 with HTTP; Thu, 5 Nov 2015 03:12:49 -0800 (PST) In-Reply-To: <563B36AF.3040800@6wind.com> References: <1446720201-16386-1-git-send-email-alejandro.lucero@netronome.com> <563B36AF.3040800@6wind.com> Date: Thu, 5 Nov 2015 11:12:49 +0000 Message-ID: From: Alejandro Lucero To: Vincent JARDIN Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev 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:12:50 -0000 Yes, this is true. There is a internal Netronome project for upstreaming the netdev kernel driver along with a BSP driver. PMD support will be in the BSP. There is a public github repo with current drivers: https://github.com/Netronome/nfp-drv-kmods On Thu, Nov 5, 2015 at 10:59 AM, Vincent JARDIN wrote: > > 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 > >