Thanks for the reply Bruce, I have solved the problem. Just like you have said all I had to know was the data size that I was sending and the packet size that the DPDK tries to send. I subtracted them to get the accurate position of the end of the packet header address and my data.
- [dpdk-dev] Questions about locating the rte_mbuf payload Sungho Hong
- Re: [dpdk-dev] Questions about locating the rte_mbuf... Bruce Richardson
- Re: [dpdk-dev] Questions about locating the rte_... Sungho Hong