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 CAFAFA0C47; Tue, 12 Oct 2021 14:40:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6FEC4116C; Tue, 12 Oct 2021 14:40:08 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id E9C9741143 for ; Tue, 12 Oct 2021 14:40:06 +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 98F867F408; Tue, 12 Oct 2021 15:40:06 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 98F867F408 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634042406; bh=HDdiKTVzQHenW3GnMu35Hmp53x6QQ3wRiTrHCOyRSfU=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=uncvXjiO6vnil90Mdokbjp0/Bedt/E08/N3DLyBT2HtMKge/U9I9OrS/x4c7TUsrR TSm1r3w8l0tZtopdU1oeX+QrEX/6CRe5Jsg1jsy/ojqFM9GzEMrcSV61f0tyAxecQF JLs10hz/Pmvrq1rI9X8jYRzZIxym3YH0lBNmGEzc= 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-5-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <8199d271-3f7b-c909-ab1a-762a6b41572d@oktetlabs.ru> Date: Tue, 12 Oct 2021 15:40:06 +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 04/12] ethdev: add represented port action 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 9:20 PM, Ori Kam wrote: > Hi Ivan, > >> -----Original Message----- >> From: Ivan Malov >> Sent: Sunday, October 10, 2021 5:39 PM >> Subject: [PATCH v3 04/12] ethdev: add represented port action to flow API >> >> For use in "transfer" flows. Supposed to send matching traffic to the entity represented by the given >> ethdev, at embedded switch level. >> Such an entity can be a network (via a network port), a guest machine (via a VF) or another ethdev in the >> same application. >> >> Signed-off-by: Ivan Malov >> --- > > Acked-by: Ori Kam > Thanks, > Ori > Acked-by: Andrew Rybchenko