Open vincentmli opened 9 years ago
thanks for the report.
I think at least nuse should handle rte_pktmbuf_alloc() failure by checking returned address. for the error of mbuf alloc failure, I will investigate it (I suspect the lack of rte_pktmbuf_free may cause this issue).
I am running libos-nuse on bare metal with dpdk 1.7.1, ping works fine, but running iperf I got coredump as below, it looks rte_pktmbuf_alloc fail to allocate rte_pktmbuf, I don't know why it fail