mbox series

[0/6] bugfixes for hns3 PMD

Message ID 1623551516-49635-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfixes for hns3 PMD |

Message

humin (Q) June 13, 2021, 2:31 a.m. UTC
  This patch set contains 6 bugfixes for hns3 PMD.

Chengchang Tang (1):
  net/hns3: fix VLAN strip log

HongBo Zheng (2):
  net/hns3: modify max reset fail retry count
  net/hns3: delete redundant blank lines

Huisong Li (3):
  net/hns3: fix delay time for waiting to stop rxtx
  net/hns3: fix incorrect fake queue rollback
  net/hns3: fix config max queues to zero when fails

 drivers/net/hns3/hns3_ethdev.c    | 26 +++++++++++---------------
 drivers/net/hns3/hns3_ethdev_vf.c | 20 ++++++++++----------
 drivers/net/hns3/hns3_intr.c      |  4 ++--
 drivers/net/hns3/hns3_rxtx.c      |  3 +++
 4 files changed, 26 insertions(+), 27 deletions(-)
  

Comments

Andrew Rybchenko June 14, 2021, 2:43 p.m. UTC | #1
On 6/13/21 5:31 AM, Min Hu (Connor) wrote:
> This patch set contains 6 bugfixes for hns3 PMD.
> 
> Chengchang Tang (1):
>    net/hns3: fix VLAN strip log
> 
> HongBo Zheng (2):
>    net/hns3: modify max reset fail retry count
>    net/hns3: delete redundant blank lines
> 
> Huisong Li (3):
>    net/hns3: fix delay time for waiting to stop rxtx
>    net/hns3: fix incorrect fake queue rollback
>    net/hns3: fix config max queues to zero when fails
> 
>   drivers/net/hns3/hns3_ethdev.c    | 26 +++++++++++---------------
>   drivers/net/hns3/hns3_ethdev_vf.c | 20 ++++++++++----------
>   drivers/net/hns3/hns3_intr.c      |  4 ++--
>   drivers/net/hns3/hns3_rxtx.c      |  3 +++
>   4 files changed, 26 insertions(+), 27 deletions(-)
> 

LGTM, I can apply minor style notes for 1/6 on patch
series applying.
  
humin (Q) June 15, 2021, 12:47 a.m. UTC | #2
在 2021/6/14 22:43, Andrew Rybchenko 写道:
> On 6/13/21 5:31 AM, Min Hu (Connor) wrote:
>> This patch set contains 6 bugfixes for hns3 PMD.
>>
>> Chengchang Tang (1):
>>    net/hns3: fix VLAN strip log
>>
>> HongBo Zheng (2):
>>    net/hns3: modify max reset fail retry count
>>    net/hns3: delete redundant blank lines
>>
>> Huisong Li (3):
>>    net/hns3: fix delay time for waiting to stop rxtx
>>    net/hns3: fix incorrect fake queue rollback
>>    net/hns3: fix config max queues to zero when fails
>>
>>   drivers/net/hns3/hns3_ethdev.c    | 26 +++++++++++---------------
>>   drivers/net/hns3/hns3_ethdev_vf.c | 20 ++++++++++----------
>>   drivers/net/hns3/hns3_intr.c      |  4 ++--
>>   drivers/net/hns3/hns3_rxtx.c      |  3 +++
>>   4 files changed, 26 insertions(+), 27 deletions(-)
>>
> 
> LGTM, I can apply minor style notes for 1/6 on patch
> series applying.
Thanks.
> .
  
Andrew Rybchenko June 17, 2021, 2:56 p.m. UTC | #3
On 6/15/21 3:47 AM, Min Hu (Connor) wrote:
> 
> 
> 在 2021/6/14 22:43, Andrew Rybchenko 写道:
>> On 6/13/21 5:31 AM, Min Hu (Connor) wrote:
>>> This patch set contains 6 bugfixes for hns3 PMD.
>>>
>>> Chengchang Tang (1):
>>>    net/hns3: fix VLAN strip log
>>>
>>> HongBo Zheng (2):
>>>    net/hns3: modify max reset fail retry count
>>>    net/hns3: delete redundant blank lines
>>>
>>> Huisong Li (3):
>>>    net/hns3: fix delay time for waiting to stop rxtx
>>>    net/hns3: fix incorrect fake queue rollback
>>>    net/hns3: fix config max queues to zero when fails
>>>
>>>   drivers/net/hns3/hns3_ethdev.c    | 26 +++++++++++---------------
>>>   drivers/net/hns3/hns3_ethdev_vf.c | 20 ++++++++++----------
>>>   drivers/net/hns3/hns3_intr.c      |  4 ++--
>>>   drivers/net/hns3/hns3_rxtx.c      |  3 +++
>>>   4 files changed, 26 insertions(+), 27 deletions(-)
>>>
>>
>> LGTM, I can apply minor style notes for 1/6 on patch
>> series applying.
> Thanks.

Applied, thanks.