mbox series

[v2,00/17] updates for hns3 PMD driver

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

Message

Wei Hu (Xavier) Sept. 22, 2020, 12:03 p.m. UTC
  This series are updates for hns3 PMD driver.

Chengchang Tang (2):
  net/hns3: fix default VLAN won't be deleted when set PF PVID
  net/hns3: add default branch to switch in Rx VLAN processing

Chengwen Feng (1):
  net/hns3: support flow action of queue region

Hongbo Zheng (3):
  net/hns3: add max number of segs compatibility
  net/hns3: avoid accessing nonexistent VF reg when PF in FLR
  net/hns3: add break to exit loop when err stat item found

Lijun Ou (5):
  net/hns3: support querying RSS flow rule
  net/hns3: check input RSS type when creating flow with RSS
  net/hns3: set RSS hash type input configuration
  net/hns3: fix config when creating RSS rule after flush
  net/hns3: fix flushing RSS rule

Wei Hu (Xavier) (6):
  net/hns3: add VLAN configuration compatibility
  net/hns3: add TSO pseudo header calculation compatibility
  net/hns3: add default branch to switch when parsing fd tuple
  net/hns3: fix flow RSS queue num with 0
  net/hns3: fix configuring device with RSS is enabled
  net/hns3: fix storing RSS info when creating flow action

 drivers/net/hns3/hns3_cmd.c       |   5 +-
 drivers/net/hns3/hns3_cmd.h       |  14 +-
 drivers/net/hns3/hns3_ethdev.c    | 143 ++++++++++---------
 drivers/net/hns3/hns3_ethdev.h    |  96 +++++++++++--
 drivers/net/hns3/hns3_ethdev_vf.c |  20 ++-
 drivers/net/hns3/hns3_fdir.c      |  43 ++++--
 drivers/net/hns3/hns3_fdir.h      |  23 +++-
 drivers/net/hns3/hns3_flow.c      | 282 +++++++++++++++++++++++++++++---------
 drivers/net/hns3/hns3_mbx.c       |   2 +-
 drivers/net/hns3/hns3_rss.c       | 244 +++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_rss.h       |  21 +--
 drivers/net/hns3/hns3_rxtx.c      | 151 +++++++++++++-------
 drivers/net/hns3/hns3_rxtx.h      |  53 +++++--
 drivers/net/hns3/hns3_stats.c     |   1 +
 14 files changed, 802 insertions(+), 296 deletions(-)
  

Comments

Ferruh Yigit Sept. 28, 2020, 1:29 p.m. UTC | #1
On 9/22/2020 1:03 PM, Wei Hu (Xavier) wrote:
> This series are updates for hns3 PMD driver.
> 
> Chengchang Tang (2):
>    net/hns3: fix default VLAN won't be deleted when set PF PVID
>    net/hns3: add default branch to switch in Rx VLAN processing
> 
> Chengwen Feng (1):
>    net/hns3: support flow action of queue region
> 
> Hongbo Zheng (3):
>    net/hns3: add max number of segs compatibility
>    net/hns3: avoid accessing nonexistent VF reg when PF in FLR
>    net/hns3: add break to exit loop when err stat item found
> 
> Lijun Ou (5):
>    net/hns3: support querying RSS flow rule
>    net/hns3: check input RSS type when creating flow with RSS
>    net/hns3: set RSS hash type input configuration
>    net/hns3: fix config when creating RSS rule after flush
>    net/hns3: fix flushing RSS rule
> 
> Wei Hu (Xavier) (6):
>    net/hns3: add VLAN configuration compatibility
>    net/hns3: add TSO pseudo header calculation compatibility
>    net/hns3: add default branch to switch when parsing fd tuple
>    net/hns3: fix flow RSS queue num with 0
>    net/hns3: fix configuring device with RSS is enabled
>    net/hns3: fix storing RSS info when creating flow action
> 

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