[dpdk-dev] [PATCH v5 1/2] lib/security: add support for get userdata

Akhil Goyal akhil.goyal at nxp.com
Fri Dec 15 11:58:24 CET 2017


Hi Anoob,

On 12/15/2017 4:23 PM, Anoob Joseph wrote:
> Hi Akhil,
> 
> 
> On 12/15/2017 03:31 PM, Akhil Goyal wrote:
>> Hi Anoob,
>>
>> On 12/15/2017 2:13 PM, Anoob Joseph wrote:
>>
>>> diff --git a/lib/librte_security/rte_security_version.map 
>>> b/lib/librte_security/rte_security_version.map
>>> index e12c04b..87f35d7 100644
>>> --- a/lib/librte_security/rte_security_version.map
>>> +++ b/lib/librte_security/rte_security_version.map
>>> @@ -9,6 +9,7 @@ EXPERIMENTAL {
>>>       rte_security_session_stats_get;
>>>       rte_security_session_update;
>>>       rte_security_set_pkt_metadata;
>>> +    rte_security_get_userdata;
>> This should be in alphabetical order.
> Will update. Is there any such ordering followed in the placement of 
> APIs in various .c & .h files?

As per my understanding, alphabetical ordering is followed in all .map 
files and doc files in DPDK. For .c and .h, there is no such ordering.
>>>         local: *;
>>>   };
>>>
>>
> 
> 



More information about the dev mailing list