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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 B9946C47247 for ; Tue, 5 May 2020 15:00:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 987AB20675 for ; Tue, 5 May 2020 15:00:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729586AbgEEPAa (ORCPT ); Tue, 5 May 2020 11:00:30 -0400 Received: from mga17.intel.com ([192.55.52.151]:9436 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729235AbgEEPAa (ORCPT ); Tue, 5 May 2020 11:00:30 -0400 IronPort-SDR: UkgUxOjEMrlqM7SMObA7/TEM06wS/tTb7mdlZkoR62YOx+2HBMrrAZaSpPDOG3nfM243Dukk3/ N1cuA5y5BSVg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 08:00:29 -0700 IronPort-SDR: qEd+L4dnkzbKUZTLsOk9W9F5SOQpgrAW/lZ94JgjXqELHPDyNVeMHqidivc1GBS7NoSacJjEDy 5xupdVqsZ8Sg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,355,1583222400"; d="scan'208";a="461419689" Received: from linux.intel.com ([10.54.29.200]) by fmsmga006.fm.intel.com with ESMTP; 05 May 2020 08:00:29 -0700 Received: from debox1-desk1.jf.intel.com (debox1-desk1.jf.intel.com [10.7.201.137]) by linux.intel.com (Postfix) with ESMTP id 73A6658048A; Tue, 5 May 2020 08:00:29 -0700 (PDT) Message-ID: Subject: Re: [PATCH 1/3] pci: Add Designated Vendor Specific Capability From: "David E. Box" Reply-To: david.e.box@linux.intel.com To: Andy Shevchenko Cc: Bjorn Helgaas , Andy Shevchenko , alexander.h.duyck@intel.com, Linux Kernel Mailing List , linux-pci@vger.kernel.org Date: Tue, 05 May 2020 08:00:29 -0700 In-Reply-To: References: <20200505013206.11223-1-david.e.box@linux.intel.com> <20200505013206.11223-2-david.e.box@linux.intel.com> Organization: David E. Box Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.3 (3.34.3-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-05-05 at 11:49 +0300, Andy Shevchenko wrote: > On Tue, May 5, 2020 at 4:32 AM David E. Box < > david.e.box@linux.intel.com> wrote: > > Add pcie dvsec extended capability id along with helper macros to > > pcie -> PCIe > > dvsec -> DVSEC (but here I'm not sure, what's official abbreviation > for this?) Okay. DVSEC is used in the ECN. I'll spell it here out as well. > > > retrieve information from the headers. > > > > https://members.pcisig.com/wg/PCI-SIG/document/12335 > > Perhaps > > DocLink: ... > > (as a tag) Yes. Forgot to add this.