summaryrefslogtreecommitdiff
path: root/include/xen/interface/io/tpmif.h
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-02-09 09:17:34 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-10 15:52:26 -0500
commit5f30fe4d460c975ca3debe90ec71cbd0a46e35e2 (patch)
tree909abbd7cd0e5fbb3543df0d1bfc50da02249d4f /include/xen/interface/io/tpmif.h
parentab78c1d286df46ddc7aeaef2c22e27b7ec061ecc (diff)
nfp: add rtsym support
Add support for using application FW symbol table to look up location of information in device memory. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/xen/interface/io/tpmif.h')
0 files changed, 0 insertions, 0 deletions
switch drivers. The major part of the functional are actually with the plumbing between tc and the drivers. Changes in v5: - Added Jiri's Reviewed-by tag to first patch - rebase against latest net-next/master after bcm_sf2 CFP series Changes in v4: - rebased against latest net-next/master after Vivien's changes Changes in v3: - removed multiline comments from added structures - simplify error handling in dsa_slave_add_cls_matchall Changes in v2: - fixed filter removal logic to disable the ingress or egress mirroring when there are no longer ports being monitored in ingress or egress - removed a stray list_head in dsa_port structure that is not used Tested using the two iproute2 examples: tc qdisc add dev eth1 handle ffff: ingress tc filter add dev eth1 parent ffff: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 tc qdisc add dev eth1 handle 1: root prio tc filter add dev eth1 parent 1: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/power/cpupower/utils/helpers/sysfs.c')