mbox series

[00/11] updates for hns3 PMD driver

Message ID 20200825115305.58490-1-huwei013@chinasoftinc.com (mailing list archive)
Headers
Series updates for hns3 PMD driver |

Message

Wei Hu (Xavier) Aug. 25, 2020, 11:52 a.m. UTC
  This series are features and fixes for hns3 PMD driver.

Huisong Li (3):
  net/hns3: replace private macro with RTE MAX
  net/hns3: fix default MAC addr from firmware
  net/hns3: fix some incomplete command structures

Wei Hu (Xavier) (8):
  net/hns3: get device capability from firmware
  net/hns3: get dev specifications from firmware
  net/hns3: compatibility issues about Rx interrupts
  net/hns3: compatibility issues about Tx padding short frame
  net/hns3: add more hardware error types
  net/hns3: support a maximun 256 FDIR counter
  net/hns3: change the log level to INFO
  net/hns3: fix Rx/Tx queue offload capability

 drivers/net/hns3/hns3_cmd.c       |   36 +-
 drivers/net/hns3/hns3_cmd.h       |   94 ++-
 drivers/net/hns3/hns3_dcb.c       |    1 -
 drivers/net/hns3/hns3_dcb.h       |   14 +-
 drivers/net/hns3/hns3_ethdev.c    |  187 ++++-
 drivers/net/hns3/hns3_ethdev.h    |  138 +++-
 drivers/net/hns3/hns3_ethdev_vf.c |  124 ++-
 drivers/net/hns3/hns3_fdir.c      |    5 +
 drivers/net/hns3/hns3_intr.c      | 1236 ++++++++++++++++++++++++-----
 drivers/net/hns3/hns3_intr.h      |   40 +-
 drivers/net/hns3/hns3_regs.h      |    7 +
 drivers/net/hns3/hns3_rxtx.c      |   31 +-
 drivers/net/hns3/hns3_rxtx.h      |   11 +-
 drivers/net/hns3/hns3_stats.c     |   78 +-
 drivers/net/hns3/hns3_stats.h     |    2 +
 15 files changed, 1666 insertions(+), 338 deletions(-)
  

Comments

Wei Hu (Xavier) Sept. 3, 2020, 1:04 a.m. UTC | #1
Hi, all

    Are there any comments?

Thanks

Xavier

On 2020/8/25 19:52, Wei Hu (Xavier) wrote:
> This series are features and fixes for hns3 PMD driver.
>
> Huisong Li (3):
>    net/hns3: replace private macro with RTE MAX
>    net/hns3: fix default MAC addr from firmware
>    net/hns3: fix some incomplete command structures
>
> Wei Hu (Xavier) (8):
>    net/hns3: get device capability from firmware
>    net/hns3: get dev specifications from firmware
>    net/hns3: compatibility issues about Rx interrupts
>    net/hns3: compatibility issues about Tx padding short frame
>    net/hns3: add more hardware error types
>    net/hns3: support a maximun 256 FDIR counter
>    net/hns3: change the log level to INFO
>    net/hns3: fix Rx/Tx queue offload capability
>
>   drivers/net/hns3/hns3_cmd.c       |   36 +-
>   drivers/net/hns3/hns3_cmd.h       |   94 ++-
>   drivers/net/hns3/hns3_dcb.c       |    1 -
>   drivers/net/hns3/hns3_dcb.h       |   14 +-
>   drivers/net/hns3/hns3_ethdev.c    |  187 ++++-
>   drivers/net/hns3/hns3_ethdev.h    |  138 +++-
>   drivers/net/hns3/hns3_ethdev_vf.c |  124 ++-
>   drivers/net/hns3/hns3_fdir.c      |    5 +
>   drivers/net/hns3/hns3_intr.c      | 1236 ++++++++++++++++++++++++-----
>   drivers/net/hns3/hns3_intr.h      |   40 +-
>   drivers/net/hns3/hns3_regs.h      |    7 +
>   drivers/net/hns3/hns3_rxtx.c      |   31 +-
>   drivers/net/hns3/hns3_rxtx.h      |   11 +-
>   drivers/net/hns3/hns3_stats.c     |   78 +-
>   drivers/net/hns3/hns3_stats.h     |    2 +
>   15 files changed, 1666 insertions(+), 338 deletions(-)
>
  
Ferruh Yigit Sept. 4, 2020, 10:34 a.m. UTC | #2
On 9/3/2020 2:04 AM, Wei Hu (Xavier) wrote:
> Hi, all
> 
>     Are there any comments?
> 
> Thanks
> 
> Xavier
> 
> On 2020/8/25 19:52, Wei Hu (Xavier) wrote:
>> This series are features and fixes for hns3 PMD driver.
>>
>> Huisong Li (3):
>>    net/hns3: replace private macro with RTE MAX
>>    net/hns3: fix default MAC addr from firmware
>>    net/hns3: fix some incomplete command structures
>>
>> Wei Hu (Xavier) (8):
>>    net/hns3: get device capability from firmware
>>    net/hns3: get dev specifications from firmware
>>    net/hns3: compatibility issues about Rx interrupts
>>    net/hns3: compatibility issues about Tx padding short frame
>>    net/hns3: add more hardware error types
>>    net/hns3: support a maximun 256 FDIR counter
>>    net/hns3: change the log level to INFO
>>    net/hns3: fix Rx/Tx queue offload capability
>>

Since the patches in the set are not dependent to each-other, I partially merged
it. I have already put some comments on the not merged ones (8/11 & 10/11),
after discussion they can be sent as incremental patches.

Except 8/11 & 10/11,
Series applied to dpdk-next-net/main, thanks.