[dpdk-stable] [PATCH 18.11 01/10] net/atlantic: enable broadcast traffic

Igor Russkikh Igor.Russkikh at aquantia.com
Sat May 18 11:47:34 CEST 2019


Broadcast was not correctly and fully initialized

Signed-off-by: Igor Russkikh <igor.russkikh at aquantia.com>
Fixes: 7906661edac6 ("net/atlantic: add b0 hardware layer")
Cc: stable at dpdk.org
Signed-off-by: Pavel Belous <Pavel.Belous at aquantia.com>
---
 drivers/net/atlantic/hw_atl/hw_atl_b0.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/atlantic/hw_atl/hw_atl_b0.c b/drivers/net/atlantic/hw_atl/hw_atl_b0.c
index 9400e0edb999..93738ec06abb 100644
--- a/drivers/net/atlantic/hw_atl/hw_atl_b0.c
+++ b/drivers/net/atlantic/hw_atl/hw_atl_b0.c
@@ -290,6 +290,8 @@ int hw_atl_b0_hw_init_rx_path(struct aq_hw_s *self)
 	hw_atl_rpfl2broadcast_flr_act_set(self, 1U);
 	hw_atl_rpfl2broadcast_count_threshold_set(self, 0xFFFFU & (~0U / 256U));
 
+	hw_atl_rpfl2broadcast_en_set(self, 1U);
+
 	hw_atl_rdm_rx_dca_en_set(self, 0U);
 	hw_atl_rdm_rx_dca_mode_set(self, 0U);
 
-- 
2.17.1



More information about the stable mailing list