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 AC1C3A0A0C; Wed, 4 Aug 2021 14:10:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2763D4014F; Wed, 4 Aug 2021 14:10:33 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 67C254003E for ; Wed, 4 Aug 2021 14:10:31 +0200 (CEST) Received: from [192.168.100.116] (unknown [37.139.99.76]) (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 22DB07F500; Wed, 4 Aug 2021 15:10:29 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 22DB07F500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1628079029; bh=GSDOWJoCUdM4GnRTe+BYxR7ah+yNfjOJyh6li/OSGXE=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=gwA6LU5yuP3JRWRtqthGaoIl3qCRqDXAYj3jX0RcGJBzh5mkHhhRvrlXMQ2yLa4dx yBAxHQt+3WP8iJeuztkQU1odWQUyeuEQadoSL+zSQ7TUboOiwQhfzWl2wKJvZRruS4 5Arqj1h8IWd6zbdujfHU4dIG7wCx0E6IXjyYnANo= To: Ajit Khaparde , Ori Kam Cc: Thomas Monjalon , Ray Kinsella , dpdk-dev , Slava Ovsiienko , Ferruh Yigit , Matan Azrad , Raslan Darawsheh , Akhil Goyal References: <20210802141004.353754-1-matan@nvidia.com> <20210803085754.643180-1-orika@nvidia.com> From: Andrew Rybchenko Message-ID: Date: Wed, 4 Aug 2021 15:10:28 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] ethdev: announce change to action modify data 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 8/3/21 9:10 PM, Ajit Khaparde wrote: > On Tue, Aug 3, 2021 at 1:58 AM Ori Kam wrote: >> >> In the current implementation, >> the action rte_flow_action_modify_field is not well defined >> for fields larger than 64 bits (for example IPv6 source) >> In addition, the byte order is also not well defined. >> >> Both of those issue should be fixed. >> >> Signed-off-by: Ori Kam >> Acked-by: Matan Azrad > Acked-by: Ajit Khaparde Acked-by: Andrew Rybchenko