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 2F64A42614; Fri, 22 Sep 2023 08:32:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 215A7402CF; Fri, 22 Sep 2023 08:32:49 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 4627A402CB for ; Fri, 22 Sep 2023 08:32:47 +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) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 637DA5E; Fri, 22 Sep 2023 09:32:45 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 637DA5E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1695364365; bh=zcl9QY21XxmgGAMYKkuMmFGyAMpQ5tixz0pkwesO8mk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QcZAfy26i5kJHNgbeJj9dvOY/JJaq7bG60VnjK4O4eGRPO3uP2Bs+K786iZBx/umQ fg4g41aJ2tYEXYu7p4xXO0sCiRRg5E/SAAh6+zl7olavRN3x5j8de1OAShaeQVvpQ0 4QvYevIovk8XpjKB8YxHh0sQ+qwofBmPozrp85cI= Message-ID: Date: Fri, 22 Sep 2023 09:32:44 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH 1/2] net/sfc: offer indirect VXLAN encap action in transfer flows Content-Language: en-US To: Ivan Malov , dev@dpdk.org Cc: Ferruh Yigit , Andy Moreton References: <20230810180656.6046-1-ivan.malov@arknetworks.am> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20230810180656.6046-1-ivan.malov@arknetworks.am> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 8/10/23 21:06, Ivan Malov wrote: > Parsing inline action VXLAN_ENCAP repeating in many flows is > expensive, so offer support for its indirect version. Query > operation is not supported for this action. The next patch > will add a means to update the encapsulation header data. > > Signed-off-by: Ivan Malov > Reviewed-by: Andy Moreton Acked-by: Andrew Rybchenko