Hi, Leyi
Seems still have compile issue. Like,
/tmp/SUSE15-64_K4.12.14_Clang5.0.1/x86_64-native-linuxapp-clang/251e3d92c8954331a686b2e9a9b73e2a/dpdk/drivers/net/ice/base/ice_switch.c:4636:18:
error: comparison of constant 16 with expression of type 'enum
ice_protocol_type' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
rule->type < ARRAY_SIZE(ice_prot_ext)) {
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Qiming
> -----Original Message-----
> From: Rong, Leyi
> Sent: Wednesday, June 26, 2019 10:30 AM
> To: Ye, Xiaolong <[email protected]>; Yang, Qiming
> <[email protected]>
> Cc: [email protected]; Rong, Leyi <[email protected]>
> Subject: [PATCH 0/3] some update on CVL shared code
>
> Main changes:
> 1. Add support for IPv6 based switch filters 2. Add support for ethertype
> switch filters 3. fix inner L2 offset in GRE dummy packet
>
> Leyi Rong (3):
> net/ice/base: add support for IPv6 based switch filters
> net/ice/base: add support for ethertype switch filters
> net/ice/base: fix inner L2 offset in GRE dummy packet
>
> drivers/net/ice/base/ice_protocol_type.h | 22 +++--
> drivers/net/ice/base/ice_switch.c | 117 +++++++++++++++++++++--
> 2 files changed, 123 insertions(+), 16 deletions(-)
>
> --
> 2.17.1