Re: [dpdk-dev] [PATCH v3 00/19] Add advanced features for Huawei hinic pmd

2019-10-10 Thread Wangxiaoyun (Cloud, Network Chip Application Development Dept)
Hi Ferruh, I have deleted the seq_id getting logs, and we can get the infos by other method, which is updated by Patch V4. Best Regards, Xiaoyun Wang 在 2019/10/8 23:33, Ferruh Yigit 写道: On 10/8/2019 4:14 PM, Wangxiaoyun (Cloud, Network Chip Application Development Dept) wrote: Hi Ferruh,

Re: [dpdk-dev] [PATCH v3 00/19] Add advanced features for Huawei hinic pmd

2019-10-08 Thread Ferruh Yigit
On 10/8/2019 4:14 PM, Wangxiaoyun (Cloud, Network Chip Application Development Dept) wrote: > Hi Ferruh, > Thanks for your comments. hinic pmd driver doesn't support 32-bit build, > we add descriptions with config file "defconfig_x86_x32-native-linuxapp-gcc". > and “defconfig_x86_x32-native-li

Re: [dpdk-dev] [PATCH v3 00/19] Add advanced features for Huawei hinic pmd

2019-10-08 Thread Wangxiaoyun (Cloud, Network Chip Application Development Dept)
Hi Ferruh, Thanks for your comments. hinic pmd driver doesn't support 32-bit build, we add descriptions with config file "defconfig_x86_x32-native-linuxapp-gcc". and “defconfig_x86_x32-native-linux-gcc”. I don't know why it also build in 32-bit platform, can you tell me where also need me to

Re: [dpdk-dev] [PATCH v3 00/19] Add advanced features for Huawei hinic pmd

2019-09-30 Thread Ferruh Yigit
On 9/30/2019 3:00 PM, Xiaoyun wang wrote: > This patch set adds advanced features for Huawei hinic pmd, > such as VLAN filter and VLAN offload, SR-IOV, FW version get, > set link down and up, Flow director for LACP, VRRP, BGP and so on. > > -- > v2: > - Fix RSS bugs for vxlan packets inner type

[dpdk-dev] [PATCH v3 00/19] Add advanced features for Huawei hinic pmd

2019-09-30 Thread Xiaoyun wang
This patch set adds advanced features for Huawei hinic pmd, such as VLAN filter and VLAN offload, SR-IOV, FW version get, set link down and up, Flow director for LACP, VRRP, BGP and so on. -- v2: - Fix RSS bugs for vxlan packets inner type - Add comments for new added func interface - Fix co