[dpdk-dev] [PATCH] bus/pci: pcidev access from secondary process

2020-04-24 Thread Vijaya Mohan Guvva
Vijaya Mohan Guvva --- drivers/bus/pci/pci_common_uio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bus/pci/pci_common_uio.c b/drivers/bus/pci/pci_common_uio.c index 7ea73db..f4dca9d 100644 --- a/drivers/bus/pci/pci_common_uio.c +++ b/drivers/bus/pci/pci_common_uio.c @@ -70,6

[dpdk-dev] [PATCH] bus/pci: pcidev access from secondary process

2020-03-05 Thread Vijaya Mohan Guvva
For pci devices presented through igb_uio, pcidev->mem_resource[] is not populated when the device is initialized for secondary process. Initialize pcidev->mem_resource[] with pci-bar mapped addresses. Signed-off-by: Vijaya Mohan Guvva --- drivers/bus/pci/pci_common_uio.c | 1 + 1 file c

[dpdk-dev] [PATCH V2] librte_hash: new hash del abi to return stored value

2018-05-16 Thread Vijaya Mohan Guvva
table after key delete and to avoid maintaining a user data array in the dpdk application. Signed-off-by: Vijaya Mohan Guvva --- lib/librte_hash/rte_cuckoo_hash.c | 30 +++--- lib/librte_hash/rte_hash.h| 45 +++ 2 files changed, 72

[dpdk-dev] [PATCH] librte_hash: new hash del abi to returns stored value

2018-05-14 Thread Vijaya Mohan Guvva
Mohan Guvva --- lib/librte_hash/rte_cuckoo_hash.c | 20 +--- lib/librte_hash/rte_hash.h| 24 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/lib/librte_hash/rte_cuckoo_hash.c b/lib/librte_hash/rte_cuckoo_hash.c index a07543a..693b543