Re: [PATCH] build: fix missing crypto vec limits in version

2023-01-17 Thread Thomas Monjalon
17/01/2023 17:25, Jerin Jacob: > On Tue, Dec 6, 2022 at 2:58 PM Zhang, Fan wrote: > > > > On 12/6/2022 9:23 AM, Volodymyr Fialko wrote: > > > Add missing function `rte_event_crypto_adapter_vector_limits_get` to > > > version.map. > > > > > > Fixes: c1749bc5ee10 ("eventdev: introduce event cryptode

Re: [PATCH] build: fix missing crypto vec limits in version

2023-01-17 Thread Jerin Jacob
On Tue, Dec 6, 2022 at 2:58 PM Zhang, Fan wrote: > > On 12/6/2022 9:23 AM, Volodymyr Fialko wrote: > > Add missing function `rte_event_crypto_adapter_vector_limits_get` to > > version.map. > > > > Fixes: c1749bc5ee10 ("eventdev: introduce event cryptodev vector type") > > > > Signed-off-by: Volody

Re: [PATCH] build: fix missing crypto vec limits in version

2022-12-06 Thread Zhang, Fan
On 12/6/2022 9:23 AM, Volodymyr Fialko wrote: Add missing function `rte_event_crypto_adapter_vector_limits_get` to version.map. Fixes: c1749bc5ee10 ("eventdev: introduce event cryptodev vector type") Signed-off-by: Volodymyr Fialko --- lib/eventdev/version.map | 1 + 1 file changed, 1 inser