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 1142DA0C47; Tue, 12 Oct 2021 14:39:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 719B241172; Tue, 12 Oct 2021 14:39:36 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 282CC41135 for ; Tue, 12 Oct 2021 14:39:35 +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 D12967F6B9; Tue, 12 Oct 2021 15:39:34 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D12967F6B9 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634042374; bh=LgSpQy6QkEPg9n79OLYI6OFYK+7DVvrIp0mRUq33ERg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=MEaujihosF9zQ7DLTkoyYJv6htAal9e5FUvXEkdea6zcj2rJRwJsBDLLHC9GVpDMX ovPgnkRacm4N+K3YRbuUyF2D3DSa155gUH9S9yFBOV966JOFRGsEPekyXC7sawbwZj WcxcCoJKlVVYhTPtM9FWRzi6tAzPCg8vROnzzcH0= To: Ori Kam , Ivan Malov , "dev@dpdk.org" Cc: NBU-Contact-Thomas Monjalon , Xiaoyun Li , Ferruh Yigit References: <20211001134716.1608857-1-andrew.rybchenko@oktetlabs.ru> <20211010143930.4985-1-ivan.malov@oktetlabs.ru> <20211010143930.4985-3-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <0a88e15e-0ce9-9a4f-7982-0f5a3fdd5e8a@oktetlabs.ru> Date: Tue, 12 Oct 2021 15:39:34 +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 02/12] ethdev: add represented port item to flow 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" On 10/11/21 2:51 PM, Ori Kam wrote: > Hi Ivan, > >> -----Original Message----- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> To: dev@dpdk.org >> Cc: NBU-Contact-Thomas Monjalon ; Ori Kam ; Xiaoyun Li >> ; Ferruh Yigit ; Andrew Rybchenko >> >> Subject: [PATCH v3 02/12] ethdev: add represented port item to flow API >> >> For use in "transfer" flows. Supposed to match traffic entering the embedded switch from the entity >> represented by the given ethdev. >> Such an entity can be a network (via a network port), a guest machine (via a VF) or another ethdev in the >> same application. >> >> Must not be combined with direction attributes. >> >> Signed-off-by: Ivan Malov >> --- > > Acked-by: Ori Kam > Thanks, > Ori > Acked-by: Andrew Rybchenko