On 12/15/22 04:48, Abhishek Maheshwari wrote:
Amending the match table for vdpa/ifcvf driver to work with virtio-blk devices that have default subsystem IDs. Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari <abhishek.maheshw...@intel.com> --- v3: * Removing match with ANY_IDs * Adding support for only default subsystem IDs v2: * commit message update --- drivers/vdpa/ifc/base/ifcvf.h | 1 + drivers/vdpa/ifc/ifcvf_vdpa.c | 7 +++++++ 2 files changed, 8 insertions(+)
Applied to dpdk-next-virtio/main. Thanks, Maxime