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 4826EA0547; Wed, 29 Sep 2021 10:57:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29674410DB; Wed, 29 Sep 2021 10:57:13 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id AE9AC40E3C for ; Wed, 29 Sep 2021 10:57:11 +0200 (CEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 5F8635C012A; Wed, 29 Sep 2021 04:57:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Wed, 29 Sep 2021 04:57:10 -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=fm2; bh= k7Dl54m0A67Y19UKWTyR6fL7QZZTRBMvxd8nxDnYu30=; b=jekmpriLBqv3L9y+ tE+SgRuDj0qV/MqmrDEx7jrQiNIb92YE08YLd4aQJQ6azYIOmAc2S/necoEwPmf/ o/6k/P7mMBDGUHmTnDvtRiB7aBsc7N816k5+LtOuw3vt4HIjm4jvomkBbTwpdg2k JmFQ8ra1lKdNmg9KHmQnbwZEWwQX4PV7dhwhrL8MVJ14YIRgTzo2tslwreVHe+1P Dt+AZCntPyaQpEd46IHA/c3OeG/ESL1TlTlpP3ClBDF8IXER2PGwa2CRwB3IbK/K eGGRVKbzmpU51hDee45cdymv410HwpCPAXHo6TA8EzFmbiorBtOo1r+Jzhzv3qVu 7AT8vg== 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=fm3; bh=k7Dl54m0A67Y19UKWTyR6fL7QZZTRBMvxd8nxDnYu 30=; b=g7wHmEkqNR6SWTi/S/ojkPbY5Rw1x8fJnQmpvbTkvaVgrmQKMlr/N9TAQ Zad+OJguOrP/IF+A0DPvVHxqOsIaDn9LvOtlMpUXkFunNYIwAvk8pyYiyounw9wa 0QIawCwKk1AK04L+/VVXnDYZF9AFphHiyya0JJGx/QxMqTbGnkrlLpXyvuXfl5Fe pBRVhdPy4gAuY1eTgvSZa05gJgfKH1UChBJIzYWw7rIhIdOlMFX0cprxIqBqxJPY XWqhpJK7icyruxekAI3jIk9yHCXanHQYUIRbcpVRpM/SXvNf8FF3OX0wfIi5s/Sa yibqAp6BL79hNBFE1PXi+BrCt5mXw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudekvddgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 29 Sep 2021 04:57:08 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko Cc: Xiaoyun Li , Ferruh Yigit , Beilei Xing , Rosen Xu , Haiyue Wang , Ray Kinsella , Jiawen Wu , Jian Wang , dev@dpdk.org Date: Wed, 29 Sep 2021 10:57:07 +0200 Message-ID: <5286755.EcLAbcEN1g@thomas> In-Reply-To: <20210929083950.1461167-1-andrew.rybchenko@oktetlabs.ru> References: <20210928161633.1082957-1-andrew.rybchenko@oktetlabs.ru> <20210929083950.1461167-1-andrew.rybchenko@oktetlabs.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] ethdev: remove legacy mirroring API 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" 29/09/2021 10:39, Andrew Rybchenko: > A more fine-grain flow API action RTE_FLOW_ACTION_TYPE_SAMPLE should > be used instead of it. > > Signed-off-by: Andrew Rybchenko > --- > v2: > - fix description > - mention RTE_FLOW_ACTION_TYPE_SAMPLE in the descriptor and > release notes > - fix net/txgbe broken build Acked-by: Thomas Monjalon Thanks