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
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
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
3 matches
Mail list logo