From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix mirror rule index overflow Date: Fri, 21 Jul 2017 10:40:44 +0100 Message-ID: <41588ebc-153e-74d0-20ad-0d25e7d1a71e@intel.com> References: <20170721085637.18701-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Qi Zhang , wenzhuo.lu@intel.com Return-path: In-Reply-To: <20170721085637.18701-1-qi.z.zhang@intel.com> 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 7/21/2017 9:56 AM, Qi Zhang wrote: > Mirror rule id should not exceed the boundary defined by > IXGBE_MAX_MIRROR_RULES. > > Fixes: fe3a45fd4104 ("ixgbe: add VMDq support") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.