2015-10-23 11:36, Alejandro.Lucero:
> From: "Alejandro.Lucero"
>
> This patch adds a new PMD for using PCI Virtual Functions with Netronome
> nfp6000 card.
>
> Signed-off-by: Alejandro.Lucero
> Signed-off-by: Rolf.Neugebauer
> ---
> drivers/net/nfp/Makefile | 88 ++
> drivers/net/nfp/
From: "Alejandro.Lucero"
This patch adds a new PMD for using PCI Virtual Functions with Netronome
nfp6000 card.
Signed-off-by: Alejandro.Lucero
Signed-off-by: Rolf.Neugebauer
---
drivers/net/nfp/Makefile | 88 ++
drivers/net/nfp/nfp_net.c | 2495 ++
On Fri, 23 Oct 2015 11:36:02 +0100
"Alejandro.Lucero" wrote:
> +static inline __u32
> +nfp_qcp_read(__u8 *q, enum nfp_qcp_ptr ptr)
> +{
> + __u32 off;
> + __u32 val;
> +
Please don't use Linux kernel typedefs (__u32) in DPDK code.
Instead use stdint types (uint32_t)
3 matches
Mail list logo