From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2F676A04C7 for ; Mon, 14 Sep 2020 19:46:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C66551BFC4; Mon, 14 Sep 2020 19:46:47 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CBFF8160; Mon, 14 Sep 2020 19:46:44 +0200 (CEST) IronPort-SDR: Bx2/z0IjCXoVyZPigQYoMtoym/3FpgIhWzZfr9SUMMghx/uQcP3wt4586QAuqY5wHRYjnaNlVb ob000YZdiVNw== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="156565755" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="156565755" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 10:46:43 -0700 IronPort-SDR: 9UL0nTBOxQAGMLz2HxAisZWMXqmz3CTa8Mq03hPTNgbf+KDjQEoiVG7Pq9+fZv/zXEyv2RTrw+ Ca1i1Jp5q66w== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="507227039" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.247.225]) ([10.213.247.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 10:46:42 -0700 To: Rahul Lakkireddy , dev@dpdk.org Cc: kaara.satwik@chelsio.com, stable@dpdk.org References: <1598980729-19850-1-git-send-email-rahul.lakkireddy@chelsio.com> <1599868071-6688-1-git-send-email-rahul.lakkireddy@chelsio.com> From: Ferruh Yigit Message-ID: <28e53dee-1906-6900-04b0-44e28d24cbe2@intel.com> Date: Mon, 14 Sep 2020 18:46:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <1599868071-6688-1-git-send-email-rahul.lakkireddy@chelsio.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] net/cxgbe: fix duplicate MAC addresses in MPS TCAM 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 9/12/2020 12:47 AM, Rahul Lakkireddy wrote: > From: Karra Satwik > > During MAC address insertion to MPS TCAM, add a default mask when > the mask is not explicitly specified. Otherwise, driver misses the > mask comparison and ends up inserting duplicate entries in the > MPS TCAM. > > Fixes: 6fda3f0ddda9 ("net/cxgbe: add API to program hardware MPS table") > Cc: stable@dpdk.org > > Signed-off-by: Karra Satwik > Signed-off-by: Rahul Lakkireddy Applied to dpdk-next-net/main, thanks.