+1
−2
Loading
__rte_experimental attribute in DPDK ends up being changed to 'deprecated'. See rte_compat.h in DPDK. Goal of patch below was to allow SPDK to use experimental API "(b6fce191) env/dpdk: add support for DPDK 18.05 dynamic memory allocation" Yet it disabled warnings for both. This patch makes it so that __rte_experimental will not produce warnings, but deprecations in DPDK will. It will help identify incoming changes when testing newer versions of DPDK in the future. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I9a75e37c976d613c7ec6ee32e05fc6da79a60a1f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5342 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>