[PATCH v4] vdpa/ifc: Match default subsystem IDs for modern virtio-blk devices

2022-12-14 Thread Abhishek Maheshwari
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 --- v3: * Removing match with ANY_IDs * Adding support for only default subsystem IDs v2: * commit message update --- drivers

[PATCH v3] vdpa/ifc: Match default subsystem IDs for modern virtio-blk devices

2022-12-14 Thread Abhishek Maheshwari
Ammending 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 --- v3: * Removing match with ANY_IDs * Adding support for only default subsystem IDs v2: * commit message update

[PATCH v2] vdpa/ifc: Match ANY subsystem IDs for modern virtio devices

2022-12-06 Thread Abhishek Maheshwari
("vdpa/ifc: add PCI ID for legacy network device") Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- drivers/vdpa/ifc/ifcvf_vdpa.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index 49

[PATCH] vdpa/ifc: Match ANY subsystem IDs for modern virtio devices

2022-12-06 Thread Abhishek Maheshwari
I ID for legacy network device") Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- drivers/vdpa/ifc/ifcvf_vdpa.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index 49d68ad1b1..214d6e1f60 100644 --

[PATCH v5] vdpa/ifc/base: wait for queue disable before saving q-state

2022-11-03 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Fixes: 5d75517beffe ("vdpa/ifc/base: access block device registers") Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- v2: * Fixing the styling issues * Addressing comment to avoid reading the register again after exhausting the

[PATCH v4] vdpa/ifc/base: wait for queue disable before saving q-state

2022-11-02 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Fixes: 5d75517beffe ("vdpa/ifc/base: access block device registers") Cc: andy@intel.com Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- v2: * Fixing the styling issues * Addressing comment to avoid reading the register a

[PATCH v3] vdpa/ifc/base: wait for queue disable before saving q-state

2022-11-02 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Fixes: 5d75517beffe ("vdpa/ifc/base: access block device registers") Cc: andy@intel.com Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- v2: * Fixing the styling issues * Addressing comment to avoid reading the register a

[PATCH v2] vdpa/ifc/base: wait for queue disable before saving q-state

2022-11-01 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Fixes: 5d75517beffe ("vdpa/ifc/base: access block device registers") Cc: andy@intel.com Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- v2: * Fixing the styling issues * Addressing comment to avoid reading the register a

[PATCH v2] vdpa/ifc/base: wait for queue disable before saving q-state

2022-11-01 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Fixes: 5d75517beffe ("vdpa/ifc/base: access block device registers") Cc: andy@intel.com Cc: sta...@dpdk.org Signed-off-by: Abhishek Maheshwari --- v2: * Fixing the styling issues * Addressing comment to avoid reading the register a

[PATCH] vdpa/ifc/base: wait for queue disable before saving q-state

2022-10-25 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Signed-off-by: Abhishek Maheshwari --- drivers/vdpa/ifc/base/ifcvf.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/vdpa/ifc/base/ifcvf.c b/drivers/vdpa/ifc/base/ifcvf.c index f1e1474447..76690c1f55 100644 --- a/drivers

[PATCH] vdpa/ifc/base: wait for queue disable before saving q-state

2022-10-25 Thread Abhishek Maheshwari
wait until the queue is disabled from backend. Signed-off-by: Abhishek Maheshwari --- drivers/vdpa/ifc/base/ifcvf.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/vdpa/ifc/base/ifcvf.c b/drivers/vdpa/ifc/base/ifcvf.c index f1e1474447..fb51c793a2 100644 --- a/drivers