From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 2131C2BA3 for ; Fri, 31 Aug 2018 10:33:58 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 1AB8CB40060; Fri, 31 Aug 2018 08:33:55 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 31 Aug 2018 09:33:48 +0100 To: Xiaoyu Min , CC: , , , , References: <20180830080025.28199-1-jackmin@mellanox.com> From: Andrew Rybchenko Message-ID: <713a927a-b5ca-dad1-43e3-f35bd7215fca@solarflare.com> Date: Fri, 31 Aug 2018 11:33:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180830080025.28199-1-jackmin@mellanox.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24064.003 X-TM-AS-Result: No-2.173600-8.000000-10 X-TMASE-MatchedRID: u1zqiMeMcrp6DVqDv3PkvSa1MaKuob8PC/ExpXrHizxaW2Ktn+I8/oPh Qn0z5gumMpiAeKeQCylAIuQAIMJ//7PYL0AY69A0ngIgpj8eDcC063Wh9WVqgjuUMbK1NdLP+gt Hj7OwNO2OhzOa6g8KrYIH/1VCR1/3m82M5CjOc05/5D4Bg/pfMA0WjvEMS8VA2s4TUJNP8J6HzG THoCwyHhlNKSp2rPkW5wiX7RWZGYs2CWDRVNNHuzflzkGcoK72 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.173600-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24064.003 X-MDID: 1535704436-qkj9VI8jJNwa Subject: Re: [dpdk-dev] [RFC v2] ethdev: add generic MAC address rewrite actions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 08:33:58 -0000 On 08/30/2018 11:00 AM, Xiaoyu Min wrote: > There is a need to offload rewrite outermost MAC address for both > destination and source from the matched flow > > The proposed actions could make above easily achieved > > Signed-off-by: Xiaoyu Min It is OK for me, but as far as I know the series requires testpmd implementation of these two actions to be accepted. Andrew.