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 6D3D17CBC; Fri, 8 Sep 2017 11:36:03 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2017 02:36:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="1216276225" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga002.fm.intel.com with ESMTP; 08 Sep 2017 02:36:00 -0700 To: "Wu, Jingjing" , "Dai, Wei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1504603017-17657-1-git-send-email-wei.dai@intel.com> <9BB6961774997848B5B42BEC655768F810E42FDF@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <5f78b963-6388-ca4d-d82f-419c47ab000d@intel.com> Date: Fri, 8 Sep 2017 10:36:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810E42FDF@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix adding multiple mirror type in a rule X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 09:36:04 -0000 On 9/8/2017 1:23 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Dai, Wei >> Sent: Tuesday, September 5, 2017 5:17 PM >> To: Lu, Wenzhuo ; Ananyev, Konstantin >> ; Wu, Jingjing >> Cc: dev@dpdk.org; Dai, Wei ; stable@dpdk.org >> Subject: [PATCH] net/ixgbe: fix adding multiple mirror type in a rule >> >> mirror rule_type can be a bit OR result of multiple mirror type of a rule. Before >> the commit which introduced this issue, the code supported adding multiple >> mirror type in a rule. >> >> Fixes: 7ba29a76b196 ("ethdev: rename and extend the mirror type") >> Cc: stable@dpdk.org >> >> Signed-off-by: Wei Dai > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.