> -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Thursday, July 22, 2021 6:24 AM > To: Xueming(Steven) Li <xuemi...@nvidia.com> > Cc: Slava Ovsiienko <viachesl...@nvidia.com>; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function > > 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-Function support for mlx5 PMD driver > > including class net, regex, vdpa and compress. > > Applied, thanks. > > Fixup note: a transient per-patch compilation issue was fixed, and new common > symbols are made exported for Windows. >
Thanks very much!