From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC 0/3] ethdev: add IP address and TCP/UDP port rewrite actions to flow API Date: Tue, 26 Jun 2018 12:32:17 +0200 Message-ID: <9387415.Y76A5Ptqcu@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shaguna@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, adrien.mazarguil@6wind.com To: Rahul Lakkireddy Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6B0E15F38 for ; Tue, 26 Jun 2018 12:32:20 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 22/06/2018 11:56, Rahul Lakkireddy: > This series of patches add support for actions: > - OF_SET_NW_IPV4_SRC - set a new IPv4 source address. > - OF_SET_NW_IPV4_DST - set a new IPv4 destination address. > - OF_SET_NW_IPV6_SRC - set a new IPv6 source address. > - OF_SET_NW_IPV6_DST - set a new IPv6 destination address. > - OF_SET_TP_SRC - set a new TCP/UDP source port number. > - OF_SET_TP_DST - set a new TCP/UDP destination port number. Given the date of submission, I guess you do not expect it for 18.08. Next time, better to make it clear by adding it in the Subject: [RFC 18.11 0/3] Thanks for proposing in advance. I hope we will have some good reviews in advance too. Adding some active maintainers as Cc.