DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] usertools: add octeontx2 SSO and NPA PCIe devices
@ 2019-02-26 12:29 Jerin Jacob Kollanukkaran
  2019-03-27  0:13 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-02-26 12:29 UTC (permalink / raw)
  To: dev; +Cc: thomas, Jerin Jacob Kollanukkaran

Add the Marvell's octeontx2's SSO and NPA PCIe devices as
eventdev, mempool devices in devbind script.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 usertools/dpdk-devbind.py | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
index a9cd66a78..249b65ac3 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -29,10 +29,15 @@
 avp_vnic = {'Class': '05', 'Vendor': '1af4', 'Device': '1110',
               'SVendor': None, 'SDevice': None}
 
+octeontx2_sso = {'Class': '08', 'Vendor': '177d', 'Device': 'a0f9,a0fa',
+              'SVendor': None, 'SDevice': None}
+octeontx2_npa = {'Class': '08', 'Vendor': '177d', 'Device': 'a0fb,a0fc',
+              'SVendor': None, 'SDevice': None}
+
 network_devices = [network_class, cavium_pkx, avp_vnic]
 crypto_devices = [encryption_class, intel_processor_class]
-eventdev_devices = [cavium_sso, cavium_tim]
-mempool_devices = [cavium_fpa]
+eventdev_devices = [cavium_sso, cavium_tim, octeontx2_sso]
+mempool_devices = [cavium_fpa, octeontx2_npa]
 compress_devices = [cavium_zip]
 
 # global dict ethernet devices present. Dictionary indexed by PCI address.
-- 
2.20.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] usertools: add octeontx2 SSO and NPA PCIe devices
  2019-02-26 12:29 [dpdk-dev] [PATCH] usertools: add octeontx2 SSO and NPA PCIe devices Jerin Jacob Kollanukkaran
@ 2019-03-27  0:13 ` Thomas Monjalon
  2019-03-27  0:13   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2019-03-27  0:13 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran; +Cc: dev

26/02/2019 13:29, Jerin Jacob Kollanukkaran:
> Add the Marvell's octeontx2's SSO and NPA PCIe devices as
> eventdev, mempool devices in devbind script.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] usertools: add octeontx2 SSO and NPA PCIe devices
  2019-03-27  0:13 ` Thomas Monjalon
@ 2019-03-27  0:13   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-03-27  0:13 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran; +Cc: dev

26/02/2019 13:29, Jerin Jacob Kollanukkaran:
> Add the Marvell's octeontx2's SSO and NPA PCIe devices as
> eventdev, mempool devices in devbind script.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>

Applied, thanks



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-27  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-26 12:29 [dpdk-dev] [PATCH] usertools: add octeontx2 SSO and NPA PCIe devices Jerin Jacob Kollanukkaran
2019-03-27  0:13 ` Thomas Monjalon
2019-03-27  0:13   ` Thomas Monjalon

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).