On Wed, Sep 12, 2018 at 4:02 AM Horia Geantă <[email protected]> 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ă <[email protected]>
Acked-by: Li Yang <[email protected]> > --- > include/soc/fsl/dpaa2-fd.h | 242 > +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 242 insertions(+) >
