From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 77AD76CAF for ; Fri, 8 Jul 2016 15:33:10 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 08 Jul 2016 06:33:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,330,1464678000"; d="scan'208";a="135920110" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.114]) by fmsmga004.fm.intel.com with SMTP; 08 Jul 2016 06:33:07 -0700 Received: by (sSMTP sendmail emulation); Fri, 08 Jul 2016 14:33:06 +0025 Date: Fri, 8 Jul 2016 14:33:06 +0100 From: Bruce Richardson To: Ajit Khaparde Cc: dev@dpdk.org Message-ID: <20160708133306.GC20808@bricha3-MOBL3> References: <1467658324-15875-1-git-send-email-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467658324-15875-1-git-send-email-ajit.khaparde@broadcom.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] bnxt: Fix a bug in broadcast/multicast setting X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 13:33:10 -0000 On Mon, Jul 04, 2016 at 01:52:04PM -0500, Ajit Khaparde wrote: > Currently we are wrongly setting HWRM_CFA_L2_SET_RX_MASK_INPUT_MASK_MCAST > flag in bnxt_hwrm_cfa_l2_set_rx_mask() which is preventing promiscuous > and multicast promiscuous settings from working correctly. > This patch fixes it. > > Signed-off-by: Ajit Khaparde Fixes: 244bc98b0da7 ("net/bnxt: set L2 Rx mask") Applied to dpdk-next-net/rel_16_07 /Bruce