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 EA6B6A0547 for ; Fri, 1 Oct 2021 12:22:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA8AD41149; Fri, 1 Oct 2021 12:22:48 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 2FAB840040; Fri, 1 Oct 2021 12:22:46 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A1A6B7F66F; Fri, 1 Oct 2021 13:22:45 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A1A6B7F66F DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1633083765; bh=A+/2qbn5EL8FbfyJw5li7GKBLzvrugEXtQLSBQC7gtk=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=fBw4324IWggkN0QtzgfzEIgKvZpytyZhQwwzo1G/DZ7AClu1DAM8jKk46chYuHLpB mClNUPNXUM3wXcbL5PVqdl5LR+baJfqErrRUX+qWG/kjiFkiwPgCihJ+FWmEn306LQ 0nZkdC62qW7yfqB0iorl69AOUrCsHNDdYBHeR1Og= To: Ferruh Yigit , Thomas Monjalon , Kuba Kozak Cc: dev@dpdk.org, Ivan Ilchenko , stable@dpdk.org, Andy Moreton References: <20210604144225.287678-1-andrew.rybchenko@oktetlabs.ru> <20211001090723.1414911-1-andrew.rybchenko@oktetlabs.ru> <20211001090723.1414911-3-andrew.rybchenko@oktetlabs.ru> <088822c3-cf41-8577-1be5-79ca00013010@intel.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Fri, 1 Oct 2021 13:22:45 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <088822c3-cf41-8577-1be5-79ca00013010@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v9 3/5] ethdev: fix docs of drivers callbacks getting xstats by IDs X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 10/1/21 12:42 PM, Ferruh Yigit wrote: > On 10/1/2021 10:07 AM, Andrew Rybchenko wrote: >> From: Ivan Ilchenko >> >> Update xstats by IDs callbacks documentation in accordance with >> ethdev usage of these callbacks. Document valid combinations of >> input arguments to make driver implementation simpler. >> >> Fixes: 79c913a42f0 ("ethdev: retrieve xstats by ID") >> Cc: stable@dpdk.org >> >> Signed-off-by: Ivan Ilchenko >> Signed-off-by: Andrew Rybchenko >> Reviewed-by: Andy Moreton > > Acked-by: Ferruh Yigit > Ah, I guess we should drop Fixes and Cc to stable here since it depends on 2/5 which is not a fix and should not be backported.