From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/dpaa: fix Rx discard mask register Date: Fri, 29 Mar 2019 14:10:08 +0100 Message-ID: <6533661.tUBv67dJhC@xps> References: <20190222100825.7478-1-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , "ferruh.yigit@intel.com" , stable@dpdk.org To: Shreyansh Jain Return-path: In-Reply-To: <20190222100825.7478-1-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/02/2019 11:09, Hemant Agrawal: > From: Shreyansh Jain > > Current value of 'fmbm_rfsdm' register (0x010CE3F0) doesn't include > the bit to drop colored (red) packets. New value (0x010EE3F0) fixes > this. > Check with 'fmbm_rffc' register of fm_port_bmi_regs. > > Fixes: 6d6b4f49a155 ("bus/dpaa: add FMAN hardware operations") > > Signed-off-by: Shreyansh Jain Cc: stable@dpdk.org Applied, thanks