From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DF3704CE4 for ; Fri, 21 Sep 2018 03:03:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 18:03:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,282,1534834800"; d="scan'208";a="71692547" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.252.22.231]) ([10.252.22.231]) by fmsmga007.fm.intel.com with ESMTP; 20 Sep 2018 18:03:03 -0700 To: "Iremonger, Bernard" , "Pattan, Reshma" , "adrien.mazarguil@6wind.com" , "dev@dpdk.org" References: <1537365665-28836-1-git-send-email-reshma.pattan@intel.com> <8CEF83825BEC744B83065625E567D7C260CF1AF2@IRSMSX107.ger.corp.intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Fri, 21 Sep 2018 02:03:02 +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: <8CEF83825BEC744B83065625E567D7C260CF1AF2@IRSMSX107.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix missing jump action in flow action 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, 21 Sep 2018 01:03:06 -0000 On 9/20/2018 5:11 PM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan >> Sent: Wednesday, September 19, 2018 3:01 PM >> To: adrien.mazarguil@6wind.com; dev@dpdk.org >> Cc: Pattan, Reshma >> Subject: [dpdk-dev] [PATCH] app/testpmd: fix missing jump action in flow action >> >> Added missing JUMP flow action in flow_action array. >> Without this the flow rule cannot be created for JUMP action. >> >> Fixes: 938a184a18 ("app/testpmd: implement basic support for flow API") >> >> Signed-off-by: Reshma Pattan > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.