commit | 23526e4f93954af7d1b8ed00afbf37de53261e0f | [log] [tgz] |
---|---|---|
author | Tomasz Gorochowik <tgorochowik@antmicro.com> | Mon Jun 25 15:25:33 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Jun 26 09:56:57 2018 +0300 |
tree | db0fae7658526d20fadd68fe99f0bda3ef990b19 | |
parent | a1e806bf44178aabcff5e1ac08bb10627e4c10f2 [diff] |
net: if: vlan: Implement packet priority to PCP conversion This is actually the same as #7229 in which we missed this side of conversion (only PCP to packet priority was implemented). The conversion is actually the same both ways, thus it uses the map added earlier. Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>