From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 2/3] ethdev: add flow api actions to modify TCP/UDP port numbers Date: Thu, 4 Oct 2018 16:35:22 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "indranil@chelsio.com" , "nirranjan@chelsio.com" To: Ori Kam , Rahul Lakkireddy , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 44E281B4F3 for ; Thu, 4 Oct 2018 17:35:26 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 10/4/2018 2:55 PM, Ori Kam wrote: > > >> -----Original Message----- >> From: dev On Behalf Of Rahul Lakkireddy >> Sent: Monday, September 24, 2018 11:28 AM >> To: dev@dpdk.org >> Cc: indranil@chelsio.com; nirranjan@chelsio.com >> Subject: [dpdk-dev] [PATCH 2/3] ethdev: add flow api actions to modify >> TCP/UDP port numbers >> >> Add actions: >> - SET_TP_SRC - set a new TCP/UDP source port number. >> - SET_TP_DST - set a new TCP/UDP destination port number. >> >> Original work by Shagun Agrawal >> >> Signed-off-by: Rahul Lakkireddy <...> > Acked-by: Ori Kam Hi Rahul, Can you please rebase the set on top of latest head? Please keep Acks in new version of the set. Thanks, ferruh