Re: [dpdk-dev] DPDK secondary process access to mbufs using rte_pktmbuf_attach_extbuf()

2020-12-07 Thread Stephen Hemminger
On Fri, 4 Dec 2020 13:07:01 + Pranab Das wrote: > Hi > > I am wondering if the secondary DPDK processes can access the mbufs that are > attached using rte_pktmbuf_attach_extbuf(). > The DPDK primary process allocates the buffer pool from the heap. Is there > any example application that

[dpdk-dev] DPDK secondary process access to mbufs using rte_pktmbuf_attach_extbuf()

2020-12-04 Thread Pranab Das
Hi I am wondering if the secondary DPDK processes can access the mbufs that are attached using rte_pktmbuf_attach_extbuf(). The DPDK primary process allocates the buffer pool from the heap. Is there any example application that you can refer to ? Thank you very much * PKDas