Re: [vpp-dev] Help:VPP-DPDK #acl_plugin #dpdk

2023-02-07 Thread kk
I read the official example given by dpdk. The two function interfaces "rte_ring_create and rte_mempool_create" should indeed be called after rte_eal_init(). The problem is that I have no problem calling these two function interfaces in the vpp dpdk plug-in, which is very strange. -=-=-=-=-=-=-

[vpp-dev] Help:VPP-DPDK #acl_plugin #dpdk

2023-02-07 Thread kk
Hello everyone, I wrote a vpp plug-in by myself. I called the dpdk function interface "rte_ring_create and rte_mempool_create" in this plug-in, and then it will prompt: "MEMPOOL: Cannot allocate tailq entry! Problem getting send ring RING: Cannot reserve memory for tailq RING: Cannot reserve memo