Re: [dpdk-dev] [PATCH] ethdev: expand RSS flows based on last item spec

2019-11-05 Thread Jack Min
On Tue, 19-11-05, 11:11, Thomas Monjalon wrote: > Hi Jack, > > If it is a fix, please change your title. > Ok, I will add 'fix' in title. > 05/11/2019 10:16, Xiaoyu Min: > > When rte_flow_expand_rss expands rte_flow item list based on the RSS > > types. > > There is no verb in this sentence. >

Re: [dpdk-dev] [PATCH] ethdev: expand RSS flows based on last item spec

2019-11-05 Thread Thomas Monjalon
Hi Jack, If it is a fix, please change your title. 05/11/2019 10:16, Xiaoyu Min: > When rte_flow_expand_rss expands rte_flow item list based on the RSS > types. There is no verb in this sentence. > In another word, it will add some rte_flow items if the user What is "it"? > specified items ar

[dpdk-dev] [PATCH] ethdev: expand RSS flows based on last item spec

2019-11-05 Thread Xiaoyu Min
When rte_flow_expand_rss expands rte_flow item list based on the RSS types. In another word, it will add some rte_flow items if the user specified items are not complete, for example: ... pattern eth / end actions rss type tcp end ... above flow will be expaned to: ... pattern eth / end acti