commit | 16505f878e3065f2c0457e38ec867cdd6d3ce243 | [log] [tgz] |
---|---|---|
author | Guojia Liao <liaoguojia@huawei.com> | Mon Apr 20 10:17:29 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 12:49:17 2020 -0700 |
tree | 6d5888ba50ba145bfecb72544d1f28f9c8e8fe55 | |
parent | e9368c4094f54c1af44a842814c1d87d4365c684 [diff] |
net: hns3: remove useless proto_support field in struct hclge_fd_cfg proto_support field in struct hclge_fd_cfg shows what protocols in flow direct table are supported now. It is unnecessary since checking which one is unsupported will be more efficient, so this patch removes it. Signed-off-by: Guojia Liao <liaoguojia@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>