From a7bf622661f860254ef01932435aa1e9150265c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roni=20H=C3=A4cki?= Date: Fri, 21 Apr 2017 09:56:29 +0200 Subject: [PATCH] skb: revert core hint of drivers to core 0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roni Häcki --- usr/skb/programs/device_db.pl | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) 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'] }. -- 1.7.2.5