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 03F1AA0C47; Tue, 12 Oct 2021 14:40:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F3ED4118B; Tue, 12 Oct 2021 14:40:45 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id E2F5B4116B for ; Tue, 12 Oct 2021 14:40:42 +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 94D237F408; Tue, 12 Oct 2021 15:40:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 94D237F408 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634042442; bh=6BrNNb6qwZP8R8OvXnWMHf3aVrbTOYxPoNPf41ga39k=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=oWPz2ji1SxWaaWTXlVh+XsTFuZeT9bfjbyegRPuOzF1x//Csey1hfdsfuCguNnlF3 TVznV9WWTRsaN0wcsa3Km/7v27Oagn/0G8o9oGamFDpQVvBMP3gGBD+/Iq4KXUVy8L 5o5CTPfkiGmRmK62rpb64/I4fmx2IxdZFKz12UcU= To: Ori Kam , Ivan Malov , "dev@dpdk.org" Cc: NBU-Contact-Thomas Monjalon , Ray Kinsella , Ferruh Yigit References: <20211001134716.1608857-1-andrew.rybchenko@oktetlabs.ru> <20211010143930.4985-1-ivan.malov@oktetlabs.ru> <20211010143930.4985-7-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <102d18f5-8f1d-6b7d-6fe6-1327876b531d@oktetlabs.ru> Date: Tue, 12 Oct 2021 15:40:42 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 06/12] ethdev: deprecate direction attributes in transfer flows 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" On 10/11/21 9:33 PM, Ori Kam wrote: > Hi Ivan, > >> -----Original Message----- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> Subject: [PATCH v3 06/12] ethdev: deprecate direction attributes in transfer flows >> >> Attributes "ingress" and "egress" can only apply unambiguosly to non-"transfer" flows. In "transfer" >> flows, the standpoint is effectively shifted to the embedded switch. There can be many different endpoints >> connected to the switch, so the use of "ingress" / "egress" does not shed light on which endpoints precisely >> can be considered as traffic sources. >> >> Add relevant deprecation notices and suggest the use of precise traffic source items (PORT_REPRESENTOR >> and REPRESENTED_PORT). >> >> Signed-off-by: Ivan Malov >> --- > > Acked-by: Ori Kam > Thanks, > Ori > Acked-by: Andrew Rybchenko