[dpdk-dev] [PATCHv4 5/9] null: export eth_dev_null_create

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Sep 25 12:11:10 CEST 2015


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.
>   *
>   *   Redistribution and use in source and binary forms, with or without
> @@ -481,7 +482,7 @@ static const struct eth_dev_ops ops = {
>  	.rss_hash_conf_get = eth_rss_hash_conf_get
>  };
>  
> -static int
> +int
>  eth_dev_null_create(const char *name,
>  		const unsigned numa_node,
>  		unsigned packet_size,

There is no rule to update a copyright but I think it is not justified here.

> --- a/drivers/net/null/rte_pmd_null_version.map
> +++ b/drivers/net/null/rte_pmd_null_version.map
> @@ -2,3 +2,10 @@ DPDK_2.0 {
>  
>  	local: *;
>  };
> +
> +DPDK_2.1 {
> +	global:
> +
> +	eth_dev_null_create;
> +
> +} DPDK_2.0;

Please, could you update it to DPDK_2.2?

Thanks




More information about the dev mailing list