diff options
author | Daniel Golle <[email protected]> | 2022-09-25 15:47:20 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-09-27 07:43:54 -0700 |
commit | fb7da771bc43d004bc150101a12a2b245b3ba6dc (patch) | |
tree | 72c7f7e533a31bb9ed2ecf13dcfa719d172da9fa /tools/perf/scripts/python/libxed.py | |
parent | 5591b021e00ca8cd92487a9dbccb6d6da9476a8d (diff) |
net: ethernet: mtk_eth_soc: fix wrong use of new helper function
In function mtk_foe_entry_set_vlan() the call to field accessor macro
FIELD_GET(MTK_FOE_IB1_BIND_VLAN_LAYER, entry->ib1)
has been wrongly replaced by
mtk_prep_ib1_vlan_layer(eth, entry->ib1)
Use correct helper function mtk_get_ib1_vlan_layer instead.
Reported-by: Chen Minqiang <[email protected]>
Fixes: 03a3180e5c09e1 ("net: ethernet: mtk_eth_soc: introduce flow offloading support for mt7986")
Signed-off-by: Daniel Golle <[email protected]>
Acked-by: Lorenzo Bianconi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions