From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BD37621D5C; Tue, 26 Jun 2018 06:32:19 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Jun 2018 06:32:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Aq1KX/BQZAXNtaY6nUu8YC2Bd2 5RiCWbyTgb+DDW0N4=; b=BBmDBkfyTKC6SKpAtpT07MdlkbJ8+0S6BSn13xow2p jtcUOvKRG0bxztUpBIl1w312NpJketRFRWn6vRujqaDt32bYfuHmDRvtKDSiPtOC J84S7nTFIKFSECVFnEwQpgunQwIhC37Eb/iXyhF/KMCnJSywQ0O2RpJZwtZHX5v6 w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Aq1KX/ BQZAXNtaY6nUu8YC2Bd25RiCWbyTgb+DDW0N4=; b=VM+JDSkZIwta0lZ8vqSw2+ gGJ/IQZ0P8BrlrOScyORdWAbEyydrSgFxctfcXi7NwVD9AC2Ph2Y1GIavv0Emdlz w2LD4YHjNxXunV8G0sGaXvQ8kod1rZmUq5O69VyhOPhY2JFyCGxUncjvAtFVnbKK 3QKwOh9pkUkDcaCkE7mcADzg2r73A86ttWV0qqOGRFawevc0aF5McXq+VEMh9HDR lHdM10UrcCF8ylqm3NSaiLDzm1CZm+7kE5n6KN6QT04YnSb9yZI9dfInZ8rpk5IO ASVPou1btcPLdzlxPNcF9OnnC2+BkMjHIOj30Bfze1zTHcO+bCyZ/7KE4bQmwkbg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C3D3F10291; Tue, 26 Jun 2018 06:32:18 -0400 (EDT) From: Thomas Monjalon To: Rahul Lakkireddy Cc: dev@dpdk.org, shaguna@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, adrien.mazarguil@6wind.com Date: Tue, 26 Jun 2018 12:32:17 +0200 Message-ID: <9387415.Y76A5Ptqcu@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC 0/3] ethdev: add IP address and TCP/UDP port rewrite actions to flow API 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: Tue, 26 Jun 2018 10:32:20 -0000 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.