qcacmn: Configure REO dest ring ctrl register to address rng mapping non UDP TCP flows
earlier we configured only REO_R0_DESTINATION_RING_CTRL_IX_2 and REO_R0_DESTINATION_RING_CTRL_IX_3, but we now configure REO_R0_DESTINATION_RING_CTRL_IX_0 and REO_R0_DESTINATION_RING_CTRL_IX_1. Also added module param for rx hash steering. Change-Id: I690aa395bc19e49df3687be2e70eaaad4994003e
This commit is contained in:

committato da
snandini

parent
3aa586ac29
commit
4c183b84c6
@@ -605,6 +605,11 @@ bool wlan_cfg_is_lro_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
return cfg->lro_enabled;
|
||||
}
|
||||
|
||||
void wlan_cfg_set_rx_hash(struct wlan_cfg_dp_soc_ctxt *cfg, bool val)
|
||||
{
|
||||
cfg->rx_hash = val;
|
||||
}
|
||||
|
||||
bool wlan_cfg_is_rx_hash_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->rx_hash;
|
||||
|
Fai riferimento in un nuovo problema
Block a user