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(+) >