Re: [dpdk-dev] [PATCH v2 4/9] net/hns3: adjust the format of RAS related structures

2021-03-16 Thread Min Hu (Connor)
Hi, Ferruh and all, I have already sent V3 for this set of patches. Do you have any other advice? 在 2021/3/12 18:51, Min Hu (Connor) 写道: 在 2021/3/12 18:02, Ferruh Yigit 写道: On 3/12/2021 1:51 AM, Min Hu (Connor) wrote: 在 2021/3/12 2:25, Ferruh Yigit 写道: On 3/10/2021 6:16 AM, Min Hu (Co

Re: [dpdk-dev] [PATCH v2 4/9] net/hns3: adjust the format of RAS related structures

2021-03-12 Thread Min Hu (Connor)
在 2021/3/12 18:02, Ferruh Yigit 写道: On 3/12/2021 1:51 AM, Min Hu (Connor) wrote: 在 2021/3/12 2:25, Ferruh Yigit 写道: On 3/10/2021 6:16 AM, Min Hu (Connor) wrote: From: Hongbo Zheng Adjust the format of hns3 RAS related structures to resolve the static check warnings of reviewbot_c.This p

Re: [dpdk-dev] [PATCH v2 4/9] net/hns3: adjust the format of RAS related structures

2021-03-12 Thread Ferruh Yigit
On 3/12/2021 1:51 AM, Min Hu (Connor) wrote: 在 2021/3/12 2:25, Ferruh Yigit 写道: On 3/10/2021 6:16 AM, Min Hu (Connor) wrote: From: Hongbo Zheng Adjust the format of hns3 RAS related structures to resolve the static check warnings of reviewbot_c.This patch has no impact on function. The cor

Re: [dpdk-dev] [PATCH v2 4/9] net/hns3: adjust the format of RAS related structures

2021-03-11 Thread Min Hu (Connor)
在 2021/3/12 2:25, Ferruh Yigit 写道: On 3/10/2021 6:16 AM, Min Hu (Connor) wrote: From: Hongbo Zheng Adjust the format of hns3 RAS related structures to resolve the static check warnings of reviewbot_c.This patch has no impact on function. The correspond warnings of reviewbot_c: When struct

Re: [dpdk-dev] [PATCH v2 4/9] net/hns3: adjust the format of RAS related structures

2021-03-11 Thread Ferruh Yigit
On 3/10/2021 6:16 AM, Min Hu (Connor) wrote: From: Hongbo Zheng Adjust the format of hns3 RAS related structures to resolve the static check warnings of reviewbot_c.This patch has no impact on function. The correspond warnings of reviewbot_c: When struct and union members are initialized, each

[dpdk-dev] [PATCH v2 4/9] net/hns3: adjust the format of RAS related structures

2021-03-09 Thread Min Hu (Connor)
From: Hongbo Zheng Adjust the format of hns3 RAS related structures to resolve the static check warnings of reviewbot_c.This patch has no impact on function. The correspond warnings of reviewbot_c: When struct and union members are initialized, each member is initialized on a separate line. Sig