On 9/9/2017 12:21 PM, Shreyansh Jain wrote: > Add support for parsing the packet type and L2/L3 checksum offload > capability information. > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > Signed-off-by: Shreyansh Jain <shreyansh.j...@nxp.com> > --- > doc/guides/nics/features/dpaa.ini | 2 + > drivers/net/dpaa/dpaa_ethdev.c | 27 +++++ > drivers/net/dpaa/dpaa_rxtx.c | 116 +++++++++++++++++++++ > drivers/net/dpaa/dpaa_rxtx.h | 206 > ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 351 insertions(+) > > diff --git a/doc/guides/nics/features/dpaa.ini > b/doc/guides/nics/features/dpaa.ini > index 1ba6b11..2ef1b56 100644 > --- a/doc/guides/nics/features/dpaa.ini > +++ b/doc/guides/nics/features/dpaa.ini > @@ -11,7 +11,9 @@ MTU update = Y > Promiscuous mode = Y > Allmulticast mode = Y > Unicast MAC filter = Y > +RSS hash = Y
Not sure about claiming this support yet. Iss mbuf rss hash field set in Rx path, or is packets distributed to multiple queues using rss hash functions at this point? <...>