mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
nvethernet: Enable RSS feature for T264
Ported from - https://git-master.nvidia.com/r/c/nvethernet-docs/+/2981671 Bug 4291539 Change-Id: I9568635d04d9198a073e2c6758953a16ba408cb4 Signed-off-by: Mahesh Patil <maheshp@nvidia.com>
This commit is contained in:
committed by
Bhadram Varka
parent
2a77d85ced
commit
0e5f26d308
@@ -6685,10 +6685,7 @@ static void ether_init_rss(struct ether_priv_data *pdata,
|
||||
osi_core->rss.enable = 0;
|
||||
return;
|
||||
}
|
||||
//TBD:diable rss for T264
|
||||
if (osi_core->pre_sil == 0x1U) {
|
||||
osi_core->rss.enable = 0;
|
||||
}
|
||||
|
||||
/* generate random key */
|
||||
netdev_rss_key_fill(osi_core->rss.key, sizeof(osi_core->rss.key));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user