Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cbae1e1
)
dpdk: QAT devices update, add c4xxx and xeon d15xx
62/22162/2
author
Jim Thompson
<
[email protected]
>
Mon, 12 Aug 2019 07:03:38 +0000
(
02:03
-0500)
committer
Andrew Yourtchenko
<
[email protected]
>
Sat, 21 Sep 2019 08:25:13 +0000
(08:25 +0000)
Type: feature
Change-Id: I21f8f4563f5545a684b2666f7410847e0f7bc403
Signed-off-by: Jim Thompson <
[email protected]
>
(cherry picked from commit
4d843b9940a8fbcd0b54c8a66916b9ba66e4f2c9
)
src/plugins/dpdk/device/init.c
patch
|
blob
|
history
diff --git
a/src/plugins/dpdk/device/init.c
b/src/plugins/dpdk/device/init.c
index
a32ab4e
..
843ea8e
100644
(file)
--- a/
src/plugins/dpdk/device/init.c
+++ b/
src/plugins/dpdk/device/init.c
@@
-923,7
+923,8
@@
dpdk_bind_devices_to_uio (dpdk_config_main_t * conf)
;
/* all Intel QAT devices VFs */
else if (d->vendor_id == 0x8086 && d->device_class == PCI_CLASS_PROCESSOR_CO &&
- (d->device_id == 0x0443 || d->device_id == 0x37c9 || d->device_id == 0x19e3))
+ (d->device_id == 0x0443 || d->device_id == 0x18a1 || d->device_id == 0x19e3 ||
+ d->device_id == 0x37c9 || d->device_id == 0x6f55))
;
/* Cisco VIC */
else if (d->vendor_id == 0x1137 &&