9b85b871cc
Some invalid callback functions are provided to rte_pktmbuf_pool_init()
without their associated data causing a segmentation fault when the
function tries to use it. In this example, those callbacks are not
necessary, they can be safely replaced by NULL pointers.
Fixes:
|
||
---|---|---|
.. | ||
client_server_mp | ||
l2fwd_fork | ||
simple_mp | ||
symmetric_mp | ||
Makefile |