rte_pktmbuf_alloc() is returning same address on two consecutive calls

2023-02-23 Thread NAGENDRA BALAGANI
Hi Team, In my dpdk application, I am facing an issue where rte_pktmbuf_alloc() is returning same address for two consecutive calls in a single thread context. Following is the code snippet, int Func(struct rte_mbuf *mblk) { struct rte_mbuf *tmpbuf = nullptr;; struct

Queries on DPDK Trace Library usage

2024-04-30 Thread NAGENDRA BALAGANI
Hi Team / Jerin, I am trying to use DPDK Trace Library functionality in my DPDK application. I've successfully observed the trace files being generated by invoking rte_trace_save(), particularly when utilizing the EAL option '--trace=.*' I found following statement in the programmer guide, Th

RE: [External] : Re: rte_pktmbuf_alloc() is returning same address on two consecutive calls

2023-03-16 Thread NAGENDRA BALAGANI
uary 23, 2023 11:31 PM To: NAGENDRA BALAGANI Cc: dev@dpdk.org; Kapil Kumar Jain ; Ramakamesh Duvvuri Subject: [External] : Re: rte_pktmbuf_alloc() is returning same address on two consecutive calls On Thu, 23 Feb 2023 14:54:13 + NAGENDRA BALAGANI wrote: > Hi Team, > > In my dpdk appli