RE: [PATCH v2 4/7] ipsec: fix missing explicit cast for C++ build

2022-02-10 Thread Ananyev, Konstantin
> C++ does not have automatic casting to/from void pointers, so need > explicit cast if header is to be included in C++ code > > Fixes: f901d9c82688 ("ipsec: add helpers to group completed crypto-ops") > Cc: konstantin.anan...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Bruce Richardson

[PATCH v2 4/7] ipsec: fix missing explicit cast for C++ build

2022-02-10 Thread Bruce Richardson
C++ does not have automatic casting to/from void pointers, so need explicit cast if header is to be included in C++ code Fixes: f901d9c82688 ("ipsec: add helpers to group completed crypto-ops") Cc: konstantin.anan...@intel.com Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/ipsec/rt