On 12/17/2018 7:37 AM, Wenzhuo Lu wrote: > Add below ops, > reta_update > reta_query > rss_hash_update > rss_hash_conf_get > > Signed-off-by: Wenzhuo Lu <wenzhuo...@intel.com> > Signed-off-by: Qiming Yang <qiming.y...@intel.com> > Signed-off-by: Xiaoyun Li <xiaoyun...@intel.com> > Signed-off-by: Jingjing Wu <jingjing...@intel.com> > --- > doc/guides/nics/features/ice.ini | 3 + > drivers/net/ice/ice_ethdev.c | 242 > +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 245 insertions(+) > > diff --git a/doc/guides/nics/features/ice.ini > b/doc/guides/nics/features/ice.ini > index 5ac8e56..953a869 100644 > --- a/doc/guides/nics/features/ice.ini > +++ b/doc/guides/nics/features/ice.ini > @@ -12,6 +12,9 @@ MTU update = Y > Jumbo frame = Y > Unicast MAC filter = Y > Multicast MAC filter = Y > +RSS hash = Y > +RSS key update = Y > +RSS reta update = Y
Similar comment here, to claim RSS support data path also needs to be updated, to set proper mbuf fields. Perhaps it can be simpler to move RSS and VLAN patches after basic Rx/Tx support patch and update data path for those features added, what do you think?