]> git.droids-corp.org - dpdk.git/commit
graph: fix C++ include
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 10 Feb 2022 15:42:35 +0000 (15:42 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 Feb 2022 22:05:32 +0000 (23:05 +0100)
commitca6732316c23e158da10b0e3a7b2eaab9d3e1368
tree8b7993ebe572a0c3df8fbb8f35be4224942ab94d
parent153e7d88133cf30e6a042e92dcc6a8a0acfe7a62
graph: fix C++ include

C++ does not have automatic casting to/from void pointers, so need
explicit cast if header is to be included in C++ code

Fixes: 40d4f51403ec ("graph: implement fastpath routines")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
lib/graph/rte_graph_worker.h