mbox series

[00/15] fix and feature for hns3 PMD

Message ID 20220107101558.39219-1-humin29@huawei.com (mailing list archive)
Headers
Series fix and feature for hns3 PMD |

Message

humin (Q) Jan. 7, 2022, 10:15 a.m. UTC
  This patch contains 15 patches, which include fixing codecheck warning
,code refactor and indirect counter action support.


Chengwen Feng (4):
  net/hns3: remove invalid encapsulation function
  net/hns3: delete strerror invoke
  net/hns3: rename function
  net/hns3: support indirect counter action

Huisong Li (10):
  net/hns3: remove unnecessary assignment
  net/hns3: fix a misjudgment expression
  net/hns3: extract a common API to initialize MAC addrs
  net/hns3: remove unnecessary black lines
  net/hns3: extract a function to handle reset fail
  net/hns3: extract functions to create RSS and FDIR flow rule
  net/hns3: remove unused variables
  net/hns3: remove the number of queue descriptors
  net/hns3: remove the printing of memory addresses
  net/hns3: extract a common interface to obtain revision ID

Jie Hai (1):
  net/hns3: remove unnecessary 'inline'

 drivers/net/hns3/hns3_cmd.c       |  12 +-
 drivers/net/hns3/hns3_common.c    |  76 ++++++
 drivers/net/hns3/hns3_common.h    |   3 +
 drivers/net/hns3/hns3_dcb.c       |  12 +-
 drivers/net/hns3/hns3_ethdev.c    |  85 ++-----
 drivers/net/hns3/hns3_ethdev.h    |   5 -
 drivers/net/hns3/hns3_ethdev_vf.c |  93 +------
 drivers/net/hns3/hns3_fdir.c      |   3 +-
 drivers/net/hns3/hns3_fdir.h      |   1 +
 drivers/net/hns3/hns3_flow.c      | 399 ++++++++++++++++++++++++------
 drivers/net/hns3/hns3_flow.h      |  11 +-
 drivers/net/hns3/hns3_intr.c      |  54 ++--
 drivers/net/hns3/hns3_rxtx.c      |   6 -
 drivers/net/hns3/hns3_rxtx.h      |   2 -
 14 files changed, 476 insertions(+), 286 deletions(-)
  

Comments

Ferruh Yigit Jan. 21, 2022, 5:29 p.m. UTC | #1
On 1/7/2022 10:15 AM, Min Hu (Connor) wrote:
> This patch contains 15 patches, which include fixing codecheck warning
> ,code refactor and indirect counter action support.
> 
> 
> Chengwen Feng (4):
>    net/hns3: remove invalid encapsulation function
>    net/hns3: delete strerror invoke
>    net/hns3: rename function
>    net/hns3: support indirect counter action
> 
> Huisong Li (10):
>    net/hns3: remove unnecessary assignment
>    net/hns3: fix a misjudgment expression
>    net/hns3: extract a common API to initialize MAC addrs
>    net/hns3: remove unnecessary black lines
>    net/hns3: extract a function to handle reset fail
>    net/hns3: extract functions to create RSS and FDIR flow rule
>    net/hns3: remove unused variables
>    net/hns3: remove the number of queue descriptors
>    net/hns3: remove the printing of memory addresses
>    net/hns3: extract a common interface to obtain revision ID
> 
> Jie Hai (1):
>    net/hns3: remove unnecessary 'inline'
> 

Hi Connor,

Patch by patch build fails, first failing patch is 7/15.
Can you please fix it with a new version?
  
humin (Q) Jan. 22, 2022, 1:52 a.m. UTC | #2
Hi, Ferruh,
	fixed in v2, thanks.

在 2022/1/22 1:29, Ferruh Yigit 写道:
> On 1/7/2022 10:15 AM, Min Hu (Connor) wrote:
>> This patch contains 15 patches, which include fixing codecheck warning
>> ,code refactor and indirect counter action support.
>>
>>
>> Chengwen Feng (4):
>>    net/hns3: remove invalid encapsulation function
>>    net/hns3: delete strerror invoke
>>    net/hns3: rename function
>>    net/hns3: support indirect counter action
>>
>> Huisong Li (10):
>>    net/hns3: remove unnecessary assignment
>>    net/hns3: fix a misjudgment expression
>>    net/hns3: extract a common API to initialize MAC addrs
>>    net/hns3: remove unnecessary black lines
>>    net/hns3: extract a function to handle reset fail
>>    net/hns3: extract functions to create RSS and FDIR flow rule
>>    net/hns3: remove unused variables
>>    net/hns3: remove the number of queue descriptors
>>    net/hns3: remove the printing of memory addresses
>>    net/hns3: extract a common interface to obtain revision ID
>>
>> Jie Hai (1):
>>    net/hns3: remove unnecessary 'inline'
>>
> 
> Hi Connor,
> 
> Patch by patch build fails, first failing patch is 7/15.
> Can you please fix it with a new version?
> .