[dpdk-stable] [dpdk-dev] [PATCH v2] mbuf: remove unused next member in dyn flag/field

Thomas Monjalon thomas at monjalon.net
Thu Jun 11 09:42:49 CEST 2020


09/06/2020 09:12, Xiaolong Ye:
> TAILQ_ENTRY next is not needed in struct mbuf_dynfield_elt and
> mbuf_dynflag_elt, since they are actually chained by rte_tailq_entry's
> next field when calling TAILQ_INSERT_TAIL(mbuf_dynfield/dynflag_list, te,
> next).
> 
> Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
> Acked-by: Olivier Matz <olivier.matz at 6wind.com>

Applied, thanks




More information about the stable mailing list