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

Re: rte_pktmbuf_alloc() is returning same address on two consecutive calls

2023-02-23 Thread Stephen Hemminger
On Thu, 23 Feb 2023 14:54:13 + NAGENDRA BALAGANI wrote: > 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 *

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