From: Roni Häcki Date: Fri, 21 Apr 2017 07:56:29 +0000 (+0200) Subject: skb: revert core hint of drivers to core 0 X-Git-Tag: release2017-07-26~64^2~4 X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=commitdiff_plain;h=a7bf622661f860254ef01932435aa1e9150265c8 skb: revert core hint of drivers to core 0 Signed-off-by: Roni Häcki --- diff --git a/usr/skb/programs/device_db.pl b/usr/skb/programs/device_db.pl index 67c3470..6cdec30 100644 --- a/usr/skb/programs/device_db.pl +++ b/usr/skb/programs/device_db.pl @@ -63,9 +63,9 @@ pci_driver{ binary: "sfn5122f", supported_cards: [ pci_card{ vendor: 16'1924, device: 16'0803, function: _, subvendor: _, subdevice: _ }], - core_hint: 2, + core_hint: 0, core_offset: 1, - multi_instance: 1, + multi_instance: 0, interrupt_load: 0.5, platforms: ['x86_64'] }. @@ -75,10 +75,11 @@ pci_driver{ binary: "e10k", supported_cards: [ pci_card{ vendor: 16'8086, device: 16'10fb, function: _, subvendor: _, subdevice: _ }], - core_hint: 2, + core_hint: 0, core_offset: 1, - multi_instance: 1, + multi_instance: 0, interrupt_load: 0.5, + interrupt_model: ['legacy'], platforms: ['x86_64'] }.