Re: [dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function

2021-07-22 Thread Xueming(Steven) Li
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, July 22, 2021 6:24 AM > To: Xueming(Steven) Li > Cc: Slava Ovsiienko ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function > > 21/07/2021 16:37, Xueming Li: &

Re: [dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function

2021-07-21 Thread Thomas Monjalon
21/07/2021 16:37, Xueming Li: > Sub-Function [1] is a portion of the PCI device, a SF netdev has its own > dedicated queues(txq, rxq). A SF shares PCI level resources with other > SFs and/or with its parent PCI function. Auxiliary bus is the > fundamental of SF. > > This patch set introduces Sub-F

[dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function

2021-07-21 Thread Xueming Li
Sub-Function [1] is a portion of the PCI device, a SF netdev has its own dedicated queues(txq, rxq). A SF shares PCI level resources with other SFs and/or with its parent PCI function. Auxiliary bus is the fundamental of SF. This patch set introduces Sub-Function support for mlx5 PMD driver includ