From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E5161A0579; Tue, 6 Apr 2021 11:33:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C1A7014101E; Tue, 6 Apr 2021 11:33:50 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 0106C14101D for ; Tue, 6 Apr 2021 11:33:48 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 4DA7A5C014D; Tue, 6 Apr 2021 05:33:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 06 Apr 2021 05:33:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= SA9EMZHACi8jYzYbVltyTr5OKru2MZLHMvY1Hq2kWx8=; b=fCB7j02PnBucrj4M PLwsGADCg0pn7WskgAic32O3idp/hrQx0rcefF2q1SFECbu4GLt+xUZLuei8gfUi lsc5cdIhMky9WOq83hLwDaxG2hyS4vJcFmWOnYR3sTTUSZuvb/A7I93tMBSKAz2I 7rW+vMhCpojoDiGrt90Df2p8zdyorE5Egbe35yx7hnW32IahBz6u8DecrQLVqgjY CIgX/zjlGEUZnjmJ8Rqd+C5EfUj06jRkTPtS/vE+rb+L2rLw0cF3B2AHUZsVTjJI +GXibib35LlhAdtb7rF4VHpuWBKt9coSmgtkhV/i79CztNYCDKKpFn22SWmnG2Dp D2Tj7A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=SA9EMZHACi8jYzYbVltyTr5OKru2MZLHMvY1Hq2kW x8=; b=AgkpNld1evthve9QW5EjrLiSAuLuTSufn4KnZR6NaYnfOaiETkt0/bmCq fAn9cynYYKcWh2nwG6L3aC64mfWqzhs23ViLcoiduTD/r2WhCqDuTcMFF55zhGIA yW5oz+IdYVZFmcOLZcY6Y3yFVG8gFaaH4L3HX5zvTmV3bqb3XkkgJGftuBW7GZZX FMlpf4yeH9lAiQET9uwdKCBwkqlS5q4is9cAsCXBfea7pCdtvQi5Sy1tD7nMLI1H hZPJHv04zbP2nka2UoRtW7MAyAcrULg0ma3+L5SjTYw+tQrWUO3Zo21cUiUWuB3E sluP7Mjmb9gRmxnxf/63+QcYdHU/w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudejgedgudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3757F240054; Tue, 6 Apr 2021 05:33:47 -0400 (EDT) From: Thomas Monjalon To: "Xueming(Steven) Li" Cc: "dev@dpdk.org" , Matan Azrad , Shahaf Shuler , Slava Ovsiienko , Gaetan Rivet Date: Tue, 06 Apr 2021 11:33:46 +0200 Message-ID: <2839352.xgCKkYKR2N@thomas> In-Reply-To: References: <20210331223423.2089467-1-thomas@monjalon.net> <20210405091506.562830-2-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 1/2] pci: rename catch-all ID X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/04/2021 08:23, Xueming(Steven) Li: > From: Thomas Monjalon > > struct rte_pci_id { > > uint32_t class_id; /**< Class ID or RTE_CLASS_ANY_ID. */ > >- uint16_t vendor_id; /**< Vendor ID or PCI_ANY_ID. */ > >- uint16_t device_id; /**< Device ID or PCI_ANY_ID. */ > >- uint16_t subsystem_vendor_id; /**< Subsystem vendor ID or PCI_ANY_ID. */ > >- uint16_t subsystem_device_id; /**< Subsystem device ID or PCI_ANY_ID. */ > >+ uint16_t vendor_id; /**< Vendor ID or RTE_PCI_ANY_ID. */ > >+ uint16_t device_id; /**< Device ID or RTE_PCI_ANY_ID. */ > >+ uint16_t subsystem_vendor_id; /**< Subsystem vendor ID or RTE_PCI_ANY_ID. */ > >+ uint16_t subsystem_device_id; /**< Subsystem device ID or +RTE_PCI_ANY_ID. */ > > Line length exceeds 80 chars. It's tolerated until 100 chars, especially for comments.