[dpdk-dev] [PATCH V7 2/3] ring: introduce new header file to include common functions

Thomas Monjalon thomas at monjalon.net
Fri Jan 12 18:09:36 CET 2018


04/12/2017 02:50, Jia He:
> move the common part of rte_ring.h into rte_ring_generic.h.
> move the memory barrier part into update_tail().
> 
> no functional changes here.
[...]
> --- /dev/null
> +++ b/lib/librte_ring/rte_ring_generic.h
> @@ -0,0 +1,195 @@
> +/*-
> + *   BSD LICENSE
> + *
> + *   Copyright(c) 2017 hxt-semitech. All rights reserved.

As you are moving existing code, I think you should keep
the original copyright.


More information about the dev mailing list