Re: [dpdk-dev] [PATCH v2 00/52] net/ice: base code update

2020-06-10 Thread Ye Xiaolong
On 06/09, Qi Zhang wrote: >Upgrade base with below main changes > >1. add more protocol support - L2TPv3/ESP/AH/PFCP. >2. Add IPv6 prefix RSS support. >3. support GENEVE and VXLAN rules with VLAN. >4. Add E823L device IDs >5. couple bug fixes and code clean. > >v2: >- fix a bug in patch that cause

Re: [dpdk-dev] [PATCH v2 00/52] net/ice: base code update

2020-06-09 Thread Yang, Qiming
Hi, > -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, June 9, 2020 19:59 > To: Yang, Qiming > Cc: Ye, Xiaolong ; dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH v2 00/52] net/ice: base code update > > Upgrade base with below main changes > > 1. add more protocol support - L2TPv3/

[dpdk-dev] [PATCH v2 00/52] net/ice: base code update

2020-06-09 Thread Qi Zhang
Upgrade base with below main changes 1. add more protocol support - L2TPv3/ESP/AH/PFCP. 2. Add IPv6 prefix RSS support. 3. support GENEVE and VXLAN rules with VLAN. 4. Add E823L device IDs 5. couple bug fixes and code clean. v2: - fix a bug in patch that cause RSS fail in patch 52/52 - fix minor