[dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card

2015-11-06 Thread Alejandro Lucero
Yes. There was a bug in 1.8 affecting how BARs are used in the device, but this should be fixed in 2.2 On Thu, Nov 5, 2015 at 11:42 PM, Stephen Hemminger < stephen at networkplumber.org> wrote: > On Thu, 05 Nov 2015 11:59:59 +0100 > Vincent JARDIN wrote: > > > > > On 05/11/2015 11:43,

[dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card

2015-11-05 Thread Stephen Hemminger
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

[dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card

2015-11-05 Thread Vincent JARDIN
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

[dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card

2015-11-05 Thread Alejandro Lucero
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

[dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card

2015-11-05 Thread Alejandro.Lucero
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. v6: - Making each patch compilable v5: - Splitting up patches by functionality