From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24E37C43461 for ; Mon, 7 Sep 2020 09:10:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC8252064B for ; Mon, 7 Sep 2020 09:10:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728090AbgIGJKv (ORCPT ); Mon, 7 Sep 2020 05:10:51 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:39052 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727953AbgIGJKu (ORCPT ); Mon, 7 Sep 2020 05:10:50 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 4626D6079A2491DDE45B; Mon, 7 Sep 2020 17:10:48 +0800 (CST) Received: from [127.0.0.1] (10.67.103.235) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Sep 2020 17:10:39 +0800 Subject: Re: [PATCH V2 0/2] lspci: Decode 10-Bit Tag Requester Enable To: =?UTF-8?Q?Martin_Mare=c5=a1?= References: <1598698722-126013-1-git-send-email-liudongdong3@huawei.com> CC: , , From: Dongdong Liu Message-ID: <857051a2-9220-2f86-9f27-685597b5c2fe@huawei.com> Date: Mon, 7 Sep 2020 17:10:39 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.235] X-CFilter-Loop: Reflected Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On 2020/9/2 16:42, Martin Mareš wrote: > Hello! > >> This patchset is to: >> 1. Adjust PCI_EXP_DEV2_* to PCI_EXP_DEVCTL2_* macro definition to keep the >> same style between the Linux kernel source [1] and lspci. >> [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/pci_regs.h#n651 >> >> 2. Decode 10-Bit Tag Requester Enable bit in Device Control 2 Register. > > Thanks, applied. > > Have a nice fortnight > Many thanks Martin. Thanks, Dongdong