sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
263 stars 136 forks source link

Load generator seg_fault #164

Closed dennisafa closed 4 years ago

dennisafa commented 4 years ago

Bug Report

Current Behavior Load generator currently seg_faults when starting.

Expected behavior/code rte_pktmbuf_alloc should work properly in the callback handler. However, it seg faults. Steps to reproduce Run load_generator.c in examples/load_generator with ./go.sh 1 -d 1 Environment

Possible Solution

We need to check that the pktmbuf_pool is being properly allocated in the load_generator.c code as that is the root of the problem

Additional context/Screenshots [

Screen Shot 2019-10-22 at 6 41 27 PM