[dpdk-dev] [PATCH 5/5] mbuf: support to dump free_flags for dynamic flag
Olivier Matz
olivier.matz at 6wind.com
Thu Jun 25 17:55:44 CEST 2020
On Sat, Jun 13, 2020 at 11:49:21PM +0800, Xiaolong Ye wrote:
> Add support to dump free_flags as below format:
>
> Free bit in mbuf->ol_flags (0 = occupied, 1 = free):
> 0000: 0 0 0 0 0 0 0 0
> 0008: 0 0 0 0 0 0 0 0
> 0010: 0 0 0 0 0 0 0 1
> 0018: 1 1 1 1 1 1 1 1
> 0020: 1 1 1 1 1 1 1 1
> 0028: 1 0 0 0 0 0 0 0
> 0030: 0 0 0 0 0 0 0 0
> 0038: 0 0 0 0 0 0 0 0
>
> Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
Acked-by: Olivier Matz <olivier.matz at 6wind.com>
More information about the dev
mailing list