[dpdk-dev] [RFC] net/i40e: refactor of hash flow

2020-11-11 Thread Zhang,Alvin
From: Alvin Zhang 1. Delete original code. 2. Add 2 tables(pattern RSS type matched PCTYPE, RSS type to input set). 3. Parse RSS pattern and RSS type to get PCTYPE. 4. Parse RSS action to get queues, RSS function and hash field. 5. Create and destroy RSS filters. 6. Create new files for hash flow

Re: [dpdk-dev] [RFC] net/i40e: refactor of hash flow

2020-10-25 Thread Zhang, AlvinX
Thanks Shougang, Yes, I will update them. BR, Alvin > -Original Message- > From: Wang, ShougangX > Sent: Friday, October 23, 2020 4:43 PM > To: Zhang, AlvinX ; dev@dpdk.org > Subject: RE: [dpdk-dev] [RFC] net/i40e: refactor of hash flow > > Hi, Alvin > &

Re: [dpdk-dev] [RFC] net/i40e: refactor of hash flow

2020-10-23 Thread Wang, ShougangX
Hi, Alvin > -Original Message- > From: dev On Behalf Of Zhang,Alvin > Sent: Friday, October 23, 2020 2:56 PM > To: dev@dpdk.org > Cc: Zhang, AlvinX > Subject: [dpdk-dev] [RFC] net/i40e: refactor of hash flow > > From: Alvin Zhang > > 1. Delete original c

[dpdk-dev] [RFC] net/i40e: refactor of hash flow

2020-10-22 Thread Zhang,Alvin
From: Alvin Zhang 1. Delete original code. 2. Add 2 tables(pattern RSS type matched PCTYPE, RSS type to input set). 3. Parse RSS pattern and RSS type to get PCTYPE. 4. Parse RSS action to get queues, RSS function and hash field. 5. Create and destroy RSS filters. 6. Create new files for hash flow