mbox series

[0/8] misc fixes for hns3

Message ID 1604327899-60126-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers
Series misc fixes for hns3 |

Message

Lijun Ou Nov. 2, 2020, 2:38 p.m. UTC
  This patch series includes three Tx checksum
bugs and two static check warnings fixes.
The remaining includes two features fixes. 

Chengchang Tang (4):
  net/hns3: add limit promisc mode to VF
  net/hns3: fix Tx cksum outer header prepare
  net/hns3: fix Tx checksum with fix header length
  net/hns3: add VXLAN-GPE packets TSO and checksum support

Hongbo Zheng (2):
  net/hns3: fix visit unsupported QL register error
  net/hns3: fix some static check errors by coverity

Huisong Li (1):
  net/hns3: fix configurations of port-level scheduling rate

Lijun Ou (1):
  net/hns3: adjust some header files location

 drivers/net/hns3/hns3_cmd.c           |  15 --
 drivers/net/hns3/hns3_cmd.h           |   2 +
 drivers/net/hns3/hns3_dcb.c           |  19 +-
 drivers/net/hns3/hns3_dcb.h           |   5 +
 drivers/net/hns3/hns3_ethdev.c        |  71 +++----
 drivers/net/hns3/hns3_ethdev.h        |  50 +++--
 drivers/net/hns3/hns3_ethdev_vf.c     |  51 ++---
 drivers/net/hns3/hns3_fdir.c          |  17 +-
 drivers/net/hns3/hns3_flow.c          |   6 +-
 drivers/net/hns3/hns3_intr.c          |   4 -
 drivers/net/hns3/hns3_intr.h          |   4 +
 drivers/net/hns3/hns3_mbx.c           |  30 +--
 drivers/net/hns3/hns3_mp.c            |   4 +-
 drivers/net/hns3/hns3_regs.c          |  16 --
 drivers/net/hns3/hns3_rss.c           |   3 -
 drivers/net/hns3/hns3_rxtx.c          | 386 ++++++++++++++++------------------
 drivers/net/hns3/hns3_rxtx.h          |  11 +-
 drivers/net/hns3/hns3_rxtx_vec_neon.h |  11 +-
 drivers/net/hns3/hns3_stats.c         |  16 +-
 19 files changed, 315 insertions(+), 406 deletions(-)
  

Comments

Ferruh Yigit Nov. 3, 2020, 12:15 p.m. UTC | #1
On 11/2/2020 2:38 PM, Lijun Ou wrote:
> This patch series includes three Tx checksum
> bugs and two static check warnings fixes.
> The remaining includes two features fixes.
> 
> Chengchang Tang (4):
>    net/hns3: add limit promisc mode to VF
>    net/hns3: fix Tx cksum outer header prepare
>    net/hns3: fix Tx checksum with fix header length
>    net/hns3: add VXLAN-GPE packets TSO and checksum support
> 
> Hongbo Zheng (2):
>    net/hns3: fix visit unsupported QL register error
>    net/hns3: fix some static check errors by coverity
> 
> Huisong Li (1):
>    net/hns3: fix configurations of port-level scheduling rate
> 
> Lijun Ou (1):
>    net/hns3: adjust some header files location
> 

Except 7/8,
Series applied to dpdk-next-net/main, thanks.

Can you please send a new version of the 7/8 as separate patch(es)?
  
Lijun Ou Nov. 4, 2020, 8:34 a.m. UTC | #2
在 2020/11/3 20:15, Ferruh Yigit 写道:
> On 11/2/2020 2:38 PM, Lijun Ou wrote:
>> This patch series includes three Tx checksum
>> bugs and two static check warnings fixes.
>> The remaining includes two features fixes.
>>
>> Chengchang Tang (4):
>>    net/hns3: add limit promisc mode to VF
>>    net/hns3: fix Tx cksum outer header prepare
>>    net/hns3: fix Tx checksum with fix header length
>>    net/hns3: add VXLAN-GPE packets TSO and checksum support
>>
>> Hongbo Zheng (2):
>>    net/hns3: fix visit unsupported QL register error
>>    net/hns3: fix some static check errors by coverity
>>
>> Huisong Li (1):
>>    net/hns3: fix configurations of port-level scheduling rate
>>
>> Lijun Ou (1):
>>    net/hns3: adjust some header files location
>>
> 
> Except 7/8,
> Series applied to dpdk-next-net/main, thanks.
> 
> Can you please send a new version of the 7/8 as separate patch(es)?
> .
Yes, I can. thanks
>