[dpdk-dev] [PATCH v2] examples/l2fwd_fork: fix message pool init

Thomas Monjalon thomas at monjalon.net
Sat Oct 14 00:33:15 CEST 2017


15/09/2017 17:37, Xueming Li:
> 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: 95e8005a56e8 ("examples/l2fwd_fork: new app")
> 
> Cc: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>
> Signed-off-by: Xueming Li <xuemingl at mellanox.com>

Applied, thanks


More information about the dev mailing list