From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 08:35:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,340,1534834800"; d="scan'208";a="262856295" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga005.jf.intel.com with ESMTP; 04 Oct 2018 08:35:23 -0700 To: Ori Kam , Rahul Lakkireddy , "dev@dpdk.org" Cc: "indranil@chelsio.com" , "nirranjan@chelsio.com" References: From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Thu, 4 Oct 2018 16:35:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/3] ethdev: add flow api actions to modify TCP/UDP port numbers 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: Thu, 04 Oct 2018 15:35:26 -0000 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