commit | 01952206e17ee34b5fe32f211619ac59ec043990 | [log] [tgz] |
---|---|---|
author | Yufeng Mo <moyufeng@huawei.com> | Wed May 27 08:59:16 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 14:56:08 2020 -0700 |
tree | 2eea007f35b99cfef43a6cb48e1873e0661cf25f | |
parent | 60c800c64d8fdd2fc5b8c62686fb08c6a6fb1045 [diff] |
net: hns3: remove unnecessary MAC enable in app loopback Packets will not pass through MAC during app loopback. Therefore, it is meaningless to enable MAC while doing app loopback. This patch removes this unnecessary action. Signed-off-by: Yufeng Mo <moyufeng@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>