From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 07FFD1B3BF for ; Thu, 2 Nov 2017 20:04:43 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2017 12:04:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,335,1505804400"; d="scan'208";a="331251022" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.226.36]) ([10.241.226.36]) by fmsmga004.fm.intel.com with ESMTP; 02 Nov 2017 12:04:42 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil References: From: Ferruh Yigit Message-ID: <3e4b00d6-fc7a-8888-ced0-47bf1292360d@intel.com> Date: Thu, 2 Nov 2017 12:04:42 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 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] net/mlx5: fix segfault due to array overflow 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, 02 Nov 2017 19:04:44 -0000 On 11/2/2017 6:30 AM, Nelio Laranjeiro wrote: > VLAN id is limited to MLX5_MAX_VLAN_IDS which is not verified by the code > before trying to add a new VLAN filter. > > Fixes: 272733b5ebfd ("net/mlx5: use flow to enable unicast traffic") > > Signed-off-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.