On 5/22/2020 10:21 AM, Wei Hu (Xavier) wrote: > This series are improvement and bugfixes for hns3 PMD driver.
Hi Xavier, We are planning to have the -rc4 this weekend and the release on Tuesday. So we are literally a few days away from the release. It is definitely not good idea to change the code this close to the release, that is why we are saying -rc4 for the critical defects only. I will postpone this series to the next release, fyi. > > Chengchang Tang (2): > net/hns3: replace PF vport id zero with private macro > net/hns3: fix promiscuous config not clear for PF on uninit > > Lijun Ou (2): > net/hns3: add RSS hash offload to port Rx configuration > net/hns3: fix key length when configuring RSS > > Wei Hu (Xavier) (1): > net/hns3: fix preparing sending packets less than 60 bytes > > drivers/net/hns3/hns3_ethdev.c | 102 > ++++++++++++++++++++++++-------------- > drivers/net/hns3/hns3_ethdev.h | 3 ++ > drivers/net/hns3/hns3_ethdev_vf.c | 1 + > drivers/net/hns3/hns3_flow.c | 8 +++ > drivers/net/hns3/hns3_rxtx.c | 6 --- > 5 files changed, 78 insertions(+), 42 deletions(-) >