From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id E928CB62 for ; Fri, 6 Nov 2015 00:42:05 +0100 (CET) Received: by padhx2 with SMTP id hx2so93529120pad.1 for ; Thu, 05 Nov 2015 15:42:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber_org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=RbTRL8CipKhLJhxPeZN9/yBzgPpMnFsc8fqE7c25rCI=; b=cKtHo4HPvlaCr1WVwTFNH1wq1jN4e5yn4mpY61tizW4XU3Em0MlNyFniFTVETY+I5J LNcgS5ZaZFsqYt47y0cxD7dR7qHlEXXcIj9g8DD+0JAJuJcf7Dhoxl22Sg8mXV/bf1wX be6cwJ9uILjZtbZS/hZ1EJ7r8VfdMfzxXN+5euB4yjnLUH6Yofyk+6poBQQf5l1V+hLw zdhk8I7ELxF1LR+a6sAWiT+ksZCMQSxRGOA76npPWOjqzK2TYf36ZWR9iz5tErhau4bX uCMVWDhH1Gv2juQFzij+CDZaQcwMbV3foJPRYML0Mv8fjiOD583jxpy3pk1AzwQbRIfx Ofug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=RbTRL8CipKhLJhxPeZN9/yBzgPpMnFsc8fqE7c25rCI=; b=X91SIsgHcpdL8uolZsnKMdbSeUnMfzaPqw8FkB/wQh3wedjBfw1LHrjs17JOAQ+gJj G2CC+B4LnylQyjEdFNsbUUzNxHh1HZ9JCvD45dHgX0oJUTg3WSB4Exuf7Tz68xBr63+c 7Z4W691aNv2jBzcK4HKs6ltFrgXqgsmkasL29CBSQ8FIP06A4GjVvubeVw5NSrCXcDFf qGCTdY0vntSkRO9cRZJWqQVE26m43rRiIpenGb7Te70HTylEeqfNOf6jFG08eS6SSLd8 r2QCVgdwrMLlXjtFUiJozmFk4FIC57JhPB7s98vxyFKJZfWyAyhOsof6DP3lrLqfVjig P3vw== X-Gm-Message-State: ALoCoQmPFXe6fB4H1lmiDW98vnRpgdNDkaiV2GI5VYgzaEIw5R/BZOmCKZVOlksD4S26L/Yr84PD X-Received: by 10.66.184.42 with SMTP id er10mr13256656pac.117.1446766925200; Thu, 05 Nov 2015 15:42:05 -0800 (PST) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id uy1sm9911781pac.39.2015.11.05.15.42.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 15:42:04 -0800 (PST) Date: Thu, 5 Nov 2015 15:42:14 -0800 From: Stephen Hemminger To: Vincent JARDIN Message-ID: <20151105154214.3bf50406@xeon-e3> In-Reply-To: <563B36AF.3040800@6wind.com> References: <1446720201-16386-1-git-send-email-alejandro.lucero@netronome.com> <563B36AF.3040800@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org 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 23:42:06 -0000 On Thu, 05 Nov 2015 11:59:59 +0100 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 > Does this driver work with VFIO?