From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id DEF46199B1; Fri, 8 Sep 2017 02:23:58 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 07 Sep 2017 17:23:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="1192802083" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 07 Sep 2017 17:23:57 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 7 Sep 2017 17:23:57 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 7 Sep 2017 17:23:56 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.219]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.117]) with mapi id 14.03.0319.002; Fri, 8 Sep 2017 08:23:54 +0800 From: "Wu, Jingjing" To: "Dai, Wei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix adding multiple mirror type in a rule Thread-Index: AQHTJil5ISKRXDwAw0G4gGoLlbkvhqKqJP0w Date: Fri, 8 Sep 2017 00:23:54 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810E42FDF@SHSMSX103.ccr.corp.intel.com> References: <1504603017-17657-1-git-send-email-wei.dai@intel.com> In-Reply-To: <1504603017-17657-1-git-send-email-wei.dai@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix adding multiple mirror type in a rule 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, 08 Sep 2017 00:23:59 -0000 > -----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 >=20 > 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 multipl= e > mirror type in a rule. >=20 > Fixes: 7ba29a76b196 ("ethdev: rename and extend the mirror type") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Dai Acked-by: Jingjing Wu