Re: [dpdk-dev] [PATCH v7 0/9] Improve mlx5 PMD driver framework for multiple classes

2020-07-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Parav Pandit > Sent: Friday, July 17, 2020 4:49 PM > To: dev@dpdk.org; gr...@u256.net; ferruh.yi...@intel.com; Thomas > Monjalon > Cc: Raslan Darawsheh ; Ori Kam > ; Matan Azrad ; > joyce.k...@arm.com; Parav Pandit > Subject: [PATCH v7 0/9] Improve mlx5

[dpdk-dev] [PATCH v7 0/9] Improve mlx5 PMD driver framework for multiple classes

2020-07-17 Thread Parav Pandit
This series introduces mlx5 bus to support multiple class of devices for a single PCI device. Motivation and example -- mlx5 PCI device supports multiple class of devices such as net, vdpa and regex devices. Currently only one pmd (either net or vdpa) can bind to this device.