From patchwork Tue Sep 3 09:14:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Chuang X-Patchwork-Id: 11127453 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4CA1714DE for ; Tue, 3 Sep 2019 09:14:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 34E56217D7 for ; Tue, 3 Sep 2019 09:14:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728188AbfICJO1 (ORCPT ); Tue, 3 Sep 2019 05:14:27 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:42349 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726840AbfICJO1 (ORCPT ); Tue, 3 Sep 2019 05:14:27 -0400 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID x839EDMs027794, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (RTITCASV01.realtek.com.tw[172.21.6.18]) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id x839EDMs027794 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 3 Sep 2019 17:14:13 +0800 Received: from localhost.localdomain (172.21.68.126) by RTITCASV01.realtek.com.tw (172.21.6.18) with Microsoft SMTP Server id 14.3.468.0; Tue, 3 Sep 2019 17:14:12 +0800 From: To: CC: , , , , , , , Subject: [PATCH rebased 0/2] rtw88: pci: interrupt routine improvement Date: Tue, 3 Sep 2019 17:14:05 +0800 Message-ID: <1567502047-24102-1-git-send-email-yhchuang@realtek.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [172.21.68.126] Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Yan-Hsuan Chuang This patch set includes two patches to improve PCI interrupt routine. One is to reduce HW IRQ time, the other is to enable MSI. The patches can be found at: https://patchwork.kernel.org/patch/11114043/ https://patchwork.kernel.org/patch/11126007/ They were rebased properly to resolve conflicts. Jian-Hong Pan (1): rtw88: pci: Move a mass of jobs in hw IRQ to soft IRQ Yu-Yen Ting (1): rtw88: pci: enable MSI interrupt drivers/net/wireless/realtek/rtw88/pci.c | 70 +++++++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 6 deletions(-)