[dpdk-dev] [PATCH 00/16] ice share code update
Ye Xiaolong
xiaolong.ye at intel.com
Tue Mar 31 17:11:46 CEST 2020
On 03/31, Yang, Qiming wrote:
>> -----Original Message-----
>> From: Zhang, Qi Z <qi.z.zhang at intel.com>
>> Sent: Monday, March 30, 2020 19:45
>> To: Yang, Qiming <qiming.yang at intel.com>
>> Cc: Ye, Xiaolong <xiaolong.ye at intel.com>; dev at dpdk.org; Zhang, Qi Z
>> <qi.z.zhang at intel.com>
>> Subject: [PATCH 00/16] ice share code update
>>
>> Main changes:
>>
>> 1. Add PFCP / ESP / AH / L2TP support for switch 2. Add PFCP / ESP / AH /
>> L2TP support for RSS.
>> 3. Improve GTPU extend header handle.
>> 4. minor fix and code clean.
>>
>> Qi Zhang (16):
>> net/ice/base: add more macro for FDID priority
>> net/ice/base: reduce scope of variables
>> net/ice/base: ignore EMODE when setting PHY config
>> net/ice/base: add ethertype check for dummy packet
>> net/ice/base: refactor function
>> net/ice/base: allow adding MAC VLAN filter on the port
>> net/ice/base: default DCB Parameters
>> net/ice/base: allow profile based switch rules
>> net/ice/base: improve GTPU extend header handle
>> net/ice/base: handle critical FW error
>> net/ice/base: group case statements
>> net/ice/base: move some macro
>> net/ice/base: add support for PFCP and NAT-T of switch
>> net/ice/base: change function to static
>> net/ice/base: fix binary order for gtpu FDIR filter
>> net/ice/base: enable RSS support for PFCP L2TP ESP and AH
>>
>> drivers/net/ice/base/ice_adminq_cmd.h | 2 +
>> drivers/net/ice/base/ice_bitops.h | 31 +++++
>> drivers/net/ice/base/ice_common.c | 101 ++++++++++------
>> drivers/net/ice/base/ice_controlq.c | 128 +++++++++++---------
>> drivers/net/ice/base/ice_controlq.h | 3 +
>> drivers/net/ice/base/ice_fdir.c | 100 ++++++++--------
>> drivers/net/ice/base/ice_fdir.h | 11 +-
>> drivers/net/ice/base/ice_flow.c | 177 +++++++++++++++++++++++++-
>> --
>> drivers/net/ice/base/ice_flow.h | 53 +++++++++
>> drivers/net/ice/base/ice_lan_tx_rx.h | 2 +
>> drivers/net/ice/base/ice_protocol_type.h | 49 +++++++-
>> drivers/net/ice/base/ice_status.h | 1 +
>> drivers/net/ice/base/ice_switch.c | 193 ++++++++++++++++++++++++--
>> -----
>> drivers/net/ice/base/ice_switch.h | 32 +++++
>> 14 files changed, 672 insertions(+), 211 deletions(-)
>>
>> --
>> 2.13.6
>
>Acked-by: Qiming Yang <qiming.yang at intel.com>
Applied to dpdk-next-net-intel, Thanks.
More information about the dev
mailing list