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

Jia He hejianet at gmail.com
Tue Jan 16 03:06:23 CET 2018



On 1/13/2018 1:09 AM, Thomas Monjalon Wrote:
> 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.
Ok, thanks for the comments

-- 
Cheers,
Jia



More information about the dev mailing list