Message ID | 4ac8d29ba31000ea77866a70845299e1c29783f7.1556525874.git.igor.russkikh@aquantia.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | Aquantia atlantic bugfixes | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | warning | coding style issues |
ci/Intel-compilation | success | Compilation OK |
diff --git a/drivers/net/atlantic/hw_atl/hw_atl_b0.c b/drivers/net/atlantic/hw_atl/hw_atl_b0.c index 53fd8e9f0237..e525a8581e6f 100644 --- a/drivers/net/atlantic/hw_atl/hw_atl_b0.c +++ b/drivers/net/atlantic/hw_atl/hw_atl_b0.c @@ -286,6 +286,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);
Broadcast was not correctly and fully initialized Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Fixes: 7906661edac6 ("net/atlantic: add b0 hardware layer") cc: stable@dpdk.org --- drivers/net/atlantic/hw_atl/hw_atl_b0.c | 2 ++ 1 file changed, 2 insertions(+)