14/04/2021 22:15, Thomas Monjalon: > The struct member dataunit_len is introduced in DPDK 21.05. > It is limited to 16 bits to fit a padding hole in 32-bit build. > This means the maximum data-unit length is 64 KB. > Some use cases may benefit of a bigger size as the proposed 32 bits. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Acked-by: Akhil Goyal <gak...@marvell.com> Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com> Acked-by: Matan Azrad <ma...@nvidia.com> Applied