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