Re: [dpdk-dev] [PATCH] mbuf: document how to set length when attaching ext buffer
From: Thomas Monjalon <hidden>
Date: 2020-01-20 12:33:51
From: Thomas Monjalon <hidden>
Date: 2020-01-20 12:33:51
28/12/2019 10:40, Jörg Thalheim:
Looks good to me! Olivier Matz [off-list ref] writes:quoted
From: Jörg Thalheim <redacted> Enhance API documentation of rte_pktmbuf_attach_extbuf() to explain that the attached mbuf is initialized with length = 0. Link: https://bugs.dpdk.org/show_bug.cgi?id=362 Signed-off-by: Jörg Thalheim <redacted> Signed-off-by: Olivier Matz <redacted> --- Hi, This patch is a slight reword of a patch submitted in bug id 362 by Jörg Thalheim. @Jörg, feel free to comment if I missed something. Thanks Olivier
Applied, thanks