Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933827AbbLOWxS (ORCPT ); Tue, 15 Dec 2015 17:53:18 -0500 Received: from p3plsmtps2ded01.prod.phx3.secureserver.net ([208.109.80.58]:33380 "EHLO p3plsmtps2ded01.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932774AbbLOWxR (ORCPT ); Tue, 15 Dec 2015 17:53:17 -0500 x-originating-ip: 72.167.245.219 From: "K. Y. Srinivasan" To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH 0/3] Drivers: hv: Fix CPU assignment for FC devices Date: Tue, 15 Dec 2015 16:26:55 -0800 Message-Id: <1450225615-4672-1-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 X-CMAE-Envelope: MS4wfJmMzmS4WLJS4UtCKnFi+GYImXW4FPz9p+wieTqnvnKrBCeJF4iZPphFvt2o9hFWrDW617Qk2LVY+jWGUaXpfV5qqa9s/nwJQdAdeUhbIwkNXfXmY3nU U8adenRWcAAmgbVEvXtW1pC3rFosujOERt/u2Ft09lmEws3rYl1JSdAd5cITFPlzf+zSePBTl6iiAkG4MICymUPknReCjILXxnigI+qxEUzqKrI8ZmE900ga ypDB3c4OkgwdGQy100xErhkSM1BdbFvnlFhsVmT640m7E5vwJa3UZTkcg/LwpIfMzzVNdok+wg0mzr6eBDkuanWnslzzl3KZ/XO9gmcy8k8zBV+UC7B63UE4 A8DOZNFNOSFkNFtZXGjdXH+ZQBp2YLi2uAwUVDZ3KCrQhP1M0k51b5YNP70G0sFrjzgS9+vu Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 30 Currently all channels of a Fibre channel device are being bound to CPU 0. Correct this by including Fibre Channel devices in the list of performance critical devices. Also included is a patch to correct the returned error code for util drivers as well as cleanup of the vmbus signaling function. K. Y. Srinivasan (2): Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical Drivers: hv: vmbus: Cleanup vmbus_set_event() Vitaly Kuznetsov (1): Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy drivers/hv/channel_mgmt.c | 3 +++ drivers/hv/connection.c | 4 ++-- drivers/hv/hv.c | 16 ---------------- drivers/hv/hv_utils_transport.c | 2 +- drivers/hv/hyperv_vmbus.h | 4 +--- 5 files changed, 7 insertions(+), 22 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/