diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-08 19:37:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-09 13:06:56 -0700 |
commit | e3cbdaf146159d2e708e51d168fd5fab793f766b (patch) | |
tree | c85ef5f027b9c7fa43fdbbf04f28381f5fdbe91a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 034508c4396919d915b14ee736d7cbdb79d6c307 (diff) | |
download | lwn-e3cbdaf146159d2e708e51d168fd5fab793f766b.tar.gz lwn-e3cbdaf146159d2e708e51d168fd5fab793f766b.zip |
net: systemport: fix double shift of a vlan_tci by VLAN_PRIO_SHIFT
Currently the u16 skb->vlan_tci is being right shifted twice by
VLAN_PRIO_SHIFT, once in the macro skb_vlan_tag_get_pri and explicitly
by VLAN_PRIO_SHIFT afterwards. The combined shift amount is larger than
the u16 so the end result is always zero. Remove the second explicit
shift as this is extraneous.
Fixes: 6e9fdb60d362 ("net: systemport: Add support for VLAN transmit acceleration")
Addresses-Coverity: ("Operands don't affect result")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions