Re: [dpdk-dev] [PATCH v8 3/3] net/ice: enable advanced RSS

2019-10-21 Thread Ye Xiaolong
Off the list Hi, Ferruh On 10/21, Ferruh Yigit wrote: >On 10/21/2019 1:06 PM, Simei Su wrote: >> This patch supports: >> (1)symmetric hash by rte_flow RSS action. >> (2)input set change by rte_flow RSS action. >> >> Signed-off-by: Simei Su >> Acked-by: Qi Zhang > ><...> > >> +static int >>

Re: [dpdk-dev] [PATCH v8 3/3] net/ice: enable advanced RSS

2019-10-21 Thread Ferruh Yigit
On 10/21/2019 1:06 PM, Simei Su wrote: > This patch supports: > (1)symmetric hash by rte_flow RSS action. > (2)input set change by rte_flow RSS action. > > Signed-off-by: Simei Su > Acked-by: Qi Zhang <...> > +static int > +ice_hash_parse_action(struct ice_pattern_match_item *pattern_match

[dpdk-dev] [PATCH v8 3/3] net/ice: enable advanced RSS

2019-10-21 Thread Simei Su
This patch supports: (1)symmetric hash by rte_flow RSS action. (2)input set change by rte_flow RSS action. Signed-off-by: Simei Su Acked-by: Qi Zhang --- doc/guides/rel_notes/release_19_11.rst | 1 + drivers/net/ice/Makefile | 1 + drivers/net/ice/ice_ethdev.c |