Hi, Stephen > -----Original Message----- > From: dev <[email protected]> On Behalf Of Stephen Hemminger > Sent: Monday, September 30, 2019 22:21 > To: [email protected] > Cc: Stephen Hemminger <[email protected]> > Subject: [dpdk-dev] [PATCH v3 4/6] mbuf: add a pktmbuf copy routine > > This is a commonly used operation that surprisingly the DPDK has not > supported. The new rte_pktmbuf_copy does a deep copy of packet. This is a > complete copy including meta-data.
There is mbuf dynamic fields coming [1], these ones also should be copied. Is this patch planned to be updated? [1] http://patches.dpdk.org/patch/59343/ [snip] WBR, Slava

