0
我對DPDK很新穎。DPDK mbuf深拷貝
我有我需要重複幾次 這意味着我要深拷貝mbuf
唯一的mbuf API命令我發現一個包:
static struct rte_mbuf* rte_pktmbuf_clone(struct rte_mbuf *md,struct rte_mempool *mp)
似乎並不只是通過指向deep-copy
它到相同的數據有效載荷。 我的問題是我該如何正確deep copy
mbuf