Re: [dpdk-dev] [PATCH] ipsec: fix build dependency on hash lib

2020-04-16 Thread Thomas Monjalon
16/04/2020 13:25, Akhil Goyal: > rte_ipsec has a dependancy on rte_hash dependency > So we need the librte_hash to be compiled before librte_ipsec. > Add the DEPDIRs to make sure this. > > Fixes: 3feb23609cae ("ipsec: add SAD create/destroy implementation") > Cc:sta...@dpdk.org missing a space

[dpdk-dev] [PATCH] ipsec: fix build dependency on hash lib

2020-04-16 Thread Akhil Goyal
rte_ipsec has a dependancy on rte_hash So we need the librte_hash to be compiled before librte_ipsec. Add the DEPDIRs to make sure this. Fixes: 3feb23609cae ("ipsec: add SAD create/destroy implementation") Cc:sta...@dpdk.org Reported-by: Raslan Darawsheh Suggested-by: Ferruh Yigit Signed-off-by