DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] bus/dpaa: fix Rx discard mask register
@ 2019-02-22 10:09 Hemant Agrawal
  2019-03-29 13:10 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Hemant Agrawal @ 2019-02-22 10:09 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, Shreyansh Jain

From: Shreyansh Jain <shreyansh.jain@nxp.com>

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 <shreyansh.jain@nxp.com>
DPDK-1574
---
 drivers/bus/dpaa/base/fman/fman_hw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bus/dpaa/base/fman/fman_hw.c b/drivers/bus/dpaa/base/fman/fman_hw.c
index 4ebbc3d34..9ab8e835d 100644
--- a/drivers/bus/dpaa/base/fman/fman_hw.c
+++ b/drivers/bus/dpaa/base/fman/fman_hw.c
@@ -603,9 +603,9 @@ fman_if_discard_rx_errors(struct fman_if *fm_if)
 	out_be32(fmbm_rfsem, 0);
 
 	/* Configure the discard mask to discard the error packets which have
-	 * DMA errors, Frame size error, Header error etc. The mask 0x010CE3F0
+	 * DMA errors, Frame size error, Header error etc. The mask 0x010EE3F0
 	 * is to configured discard all the errors which come in the FD[STATUS]
 	 */
 	fmbm_rfsdm = &((struct rx_bmi_regs *)__if->bmi_map)->fmbm_rfsdm;
-	out_be32(fmbm_rfsdm, 0x010CE3F0);
+	out_be32(fmbm_rfsdm, 0x010EE3F0);
 }
-- 
2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] bus/dpaa: fix Rx discard mask register
  2019-02-22 10:09 [dpdk-dev] [PATCH] bus/dpaa: fix Rx discard mask register Hemant Agrawal
@ 2019-03-29 13:10 ` Thomas Monjalon
  2019-03-29 13:10   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2019-03-29 13:10 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: dev, Hemant Agrawal, ferruh.yigit, stable

22/02/2019 11:09, Hemant Agrawal:
> From: Shreyansh Jain <shreyansh.jain@nxp.com>
> 
> 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 <shreyansh.jain@nxp.com>

Cc: stable@dpdk.org

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] bus/dpaa: fix Rx discard mask register
  2019-03-29 13:10 ` Thomas Monjalon
@ 2019-03-29 13:10   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-03-29 13:10 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: dev, Hemant Agrawal, ferruh.yigit, stable

22/02/2019 11:09, Hemant Agrawal:
> From: Shreyansh Jain <shreyansh.jain@nxp.com>
> 
> 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 <shreyansh.jain@nxp.com>

Cc: stable@dpdk.org

Applied, thanks




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-29 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-22 10:09 [dpdk-dev] [PATCH] bus/dpaa: fix Rx discard mask register Hemant Agrawal
2019-03-29 13:10 ` Thomas Monjalon
2019-03-29 13:10   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).