ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
ksmbd does not support RSS mode stably. RSS mode enabling will be set later. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
d337a44e42
commit
9fb8fac08f
|
@ -7091,8 +7091,6 @@ static int fsctl_query_iface_info_ioctl(struct ksmbd_conn *conn,
|
|||
nii_rsp->IfIndex = cpu_to_le32(netdev->ifindex);
|
||||
|
||||
nii_rsp->Capability = 0;
|
||||
if (netdev->num_tx_queues > 1)
|
||||
nii_rsp->Capability |= cpu_to_le32(RSS_CAPABLE);
|
||||
if (ksmbd_rdma_capable_netdev(netdev))
|
||||
nii_rsp->Capability |= cpu_to_le32(RDMA_CAPABLE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue