On 2015/07/16 2:26, Tomasz Kulasek wrote:
> To use eth_dev_null_create in application this method needs to be exported.
>
> Signed-off-by: Tomasz Kulasek
> ---
> drivers/net/null/Makefile |2 +-
> drivers/net/null/rte_eth_null.c |3 ++-
> drivers/net/null/rte_eth
> > Please, could you update it to DPDK_2.2?
> +DPDK_2.2 {
> + global:
> +
> + eth_dev_null_create;
> +
> +} DPDK_2.0;
>
> This change is fine?
Yes, only one letter to change :)
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Friday, September 25, 2015 12:11
> To: Kulasek, TomaszX
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCHv4 5/9] null: export eth_dev_null_create
>
>
&g
Hi Tomasz,
2015-07-15 19:26, Tomasz Kulasek:
> --- a/drivers/net/null/rte_eth_null.c
> +++ b/drivers/net/null/rte_eth_null.c
> @@ -2,6 +2,7 @@
> * BSD LICENSE
> *
> * Copyright (C) IGEL Co.,Ltd.
> + * Copyright (c) 2015 Intel Corporation.
> * All rights reserved.
> *
> * Redi
To use eth_dev_null_create in application this method needs to be exported.
Signed-off-by: Tomasz Kulasek
---
drivers/net/null/Makefile |2 +-
drivers/net/null/rte_eth_null.c |3 ++-
drivers/net/null/rte_eth_null.h | 40 +
5 matches
Mail list logo