Re: [PATCH v2 03/12] soc: fsl: dpio: add frame list format support

From: Li Yang
Date: Fri Sep 14 2018 - 19:27:04 EST


On Wed, Sep 12, 2018 at 4:02 AM Horia GeantÄ <horia.geanta@xxxxxxx> wrote:
>
> Add support for dpaa2_fd_list format, i.e. dpaa2_fl_entry structure
> and accessors.
>
> Frame list entries (FLEs) are similar, but not identical to FDs:
> + "F" (final) bit
> - FMT[b'01] is reserved
> - DD, SC, DROPP bits (covered by "FD compatibility" field in FLE case)
> - FLC[5:0] not used for stashing
>
> Signed-off-by: Horia GeantÄ <horia.geanta@xxxxxxx>

Acked-by: Li Yang <leoyang.li@xxxxxxx>

> ---
> include/soc/fsl/dpaa2-fd.h | 242 +++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 242 insertions(+)
>