Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code

2019-06-26 Thread Yang, Qiming
> > To: Rong, Leyi ; Ye, Xiaolong > > > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code > > > > Hi, Leyi > > Seems still have compile issue. Like, > > /tmp/SUSE15-64_K4.12.14_Clang5.0.1/x86_64-native-linuxapp

Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code

2019-06-26 Thread Zhao1, Wei
g > Subject: Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code > > 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_s > witch.c:4636:18: e

Re: [dpdk-dev] [PATCH 0/3] some update on CVL shared code

2019-06-25 Thread Yang, Qiming
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 [-Werro

[dpdk-dev] [PATCH 0/3] some update on CVL shared code

2019-06-25 Thread Leyi Rong
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 in