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 DD3DFA0C47; Tue, 12 Oct 2021 14:40:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE90E41172; Tue, 12 Oct 2021 14:40:21 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 69BE94116F for ; Tue, 12 Oct 2021 14:40:20 +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 044E97F408; Tue, 12 Oct 2021 15:40:20 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 044E97F408 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634042420; bh=vDTWsCKXl3UpEyKgSg4Z0eJATv4JRTrXqrfaTMQJjYk=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=Bv1WTNuGKP68ypp4yWaN2i3ORwlP5QPFKUMg28TOZ6MKFkmcl434pPdPRntqKscdI fL/H34Xn6E20m62kOBq/SCfKnuryt7PXXMQ6AspmG0eCSj4cW2VuRljVARmZiHO74l 82xzOD5Usb+zL6VUyOQLqkMI/2zMXZSGyxNGxMuQ= 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-6-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Tue, 12 Oct 2021 15:40:19 +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 05/12] ethdev: deprecate hard-to-use or ambiguous items and actions 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:23 PM, Ori Kam wrote: > Hi Ivan, > >> -----Original Message----- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> Subject: [PATCH v3 05/12] ethdev: deprecate hard-to-use or ambiguous items and actions >> >> PF, VF and PHY_PORT require that applications have extra knowledge of the underlying NIC and thus are >> hard to use. >> Also, the corresponding items depend on the direction attribute (ingress / egress), which complicates their >> use in applications and interpretation in PMDs. >> >> The concept of PORT_ID is ambiguous as it doesn't say whether the port in question is an ethdev or the >> represented entity. >> >> Items and actions PORT_REPRESENTOR, REPRESENTED_PORT should be used instead. >> >> Signed-off-by: Ivan Malov >> --- > > Acked-by: Ori Kam > Thanks, > Ori > Acked-by: Andrew Rybchenko