* [PATCH] usertools/devbind: add ODM DMA device
@ 2024-04-17 7:11 Anoob Joseph
2024-04-17 7:13 ` Robin Jarry
0 siblings, 1 reply; 3+ messages in thread
From: Anoob Joseph @ 2024-04-17 7:11 UTC (permalink / raw)
To: Robin Jarry, Jerin Jacob, Thomas Monjalon
Cc: Chengwen Feng, Kevin Laatz, Bruce Richardson,
Gowrishankar Muthukrishnan, Vidya Sagar Velumuri, dev
Add support for ODM DMA device in devbind.
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
---
usertools/dpdk-devbind.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
index a278f5e7f3..6493877caa 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -48,6 +48,8 @@
hisilicon_dma = {'Class': '08', 'Vendor': '19e5', 'Device': 'a122',
'SVendor': None, 'SDevice': None}
+odm_dma = {'Class': '08', 'Vendor': '177d', 'Device': 'a08c',
+ 'SVendor': None, 'SDevice': None}
intel_dlb = {'Class': '0b', 'Vendor': '8086', 'Device': '270b,2710,2714',
'SVendor': None, 'SDevice': None}
@@ -82,7 +84,8 @@
baseband_devices = [acceleration_class]
crypto_devices = [encryption_class, intel_processor_class]
dma_devices = [cnxk_dma, hisilicon_dma,
- intel_idxd_spr, intel_ioat_bdw, intel_ioat_icx, intel_ioat_skx]
+ intel_idxd_spr, intel_ioat_bdw, intel_ioat_icx, intel_ioat_skx,
+ odm_dma]
eventdev_devices = [cavium_sso, cavium_tim, intel_dlb, cnxk_sso]
mempool_devices = [cavium_fpa, cnxk_npa]
compress_devices = [cavium_zip]
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usertools/devbind: add ODM DMA device
2024-04-17 7:11 [PATCH] usertools/devbind: add ODM DMA device Anoob Joseph
@ 2024-04-17 7:13 ` Robin Jarry
2024-07-09 11:15 ` David Marchand
0 siblings, 1 reply; 3+ messages in thread
From: Robin Jarry @ 2024-04-17 7:13 UTC (permalink / raw)
To: Anoob Joseph, Jerin Jacob, Thomas Monjalon
Cc: Chengwen Feng, Kevin Laatz, Bruce Richardson,
Gowrishankar Muthukrishnan, Vidya Sagar Velumuri, dev
Anoob Joseph, Apr 17, 2024 at 09:11:
> Add support for ODM DMA device in devbind.
>
> Signed-off-by: Anoob Joseph <anoobj@marvell.com>
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
Acked-by: Robin Jarry <rjarry@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usertools/devbind: add ODM DMA device
2024-04-17 7:13 ` Robin Jarry
@ 2024-07-09 11:15 ` David Marchand
0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2024-07-09 11:15 UTC (permalink / raw)
To: Anoob Joseph
Cc: Robin Jarry, Jerin Jacob, Thomas Monjalon, Chengwen Feng,
Kevin Laatz, Bruce Richardson, Gowrishankar Muthukrishnan,
Vidya Sagar Velumuri, dev
On Wed, Apr 17, 2024 at 9:13 AM Robin Jarry <rjarry@redhat.com> wrote:
>
> Anoob Joseph, Apr 17, 2024 at 09:11:
> > Add support for ODM DMA device in devbind.
> >
> > Signed-off-by: Anoob Joseph <anoobj@marvell.com>
> > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> > Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
> Acked-by: Robin Jarry <rjarry@redhat.com>
Applied, thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-09 11:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 7:11 [PATCH] usertools/devbind: add ODM DMA device Anoob Joseph
2024-04-17 7:13 ` Robin Jarry
2024-07-09 11:15 ` David Marchand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).