summaryrefslogtreecommitdiff
path: root/geoip.conf
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-08-01 17:42:51 +0300
committerTobias Klauser <tklauser@distanz.ch>2015-08-03 09:56:40 +0200
commit3fa0a5bab6049a269c535a75ed8b10d7dc3e1edc (patch)
treea3acc7b8204de93a1460ed0f40d6ebdeaebdf51e /geoip.conf
parente23a0ad4457fc8a0dc07c6c9c14764033a0b644a (diff)
flowtop: Show counters by direction
Show bytes/pkts counters per src/dst direction. By default counters originated from dst are showed. Src counters are showed only if '-s' is specified. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'geoip.conf')
0 files changed, 0 insertions, 0 deletions
vents/arch/x86/bonnell/floating-point.json?id=2d4b21e0a2913612274a69a3ba1bfee4cffc6e77'>2d4b21e0a2913612274a69a3ba1bfee4cffc6e77 (diff)
RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
If IPV6 has not been enabled in the underlying kernel, we must avoid calling IPV6 procedures in rdma_cm.ko. This requires using "IS_ENABLED(CONFIG_IPV6)" in "if" statements surrounding any code which calls external IPV6 procedures. In the instance fixed here, procedure cma_bind_addr() called ipv6_addr_type() -- which resulted in calling external procedure __ipv6_addr_type(). Fixes: 6c26a77124ff ("RDMA/cma: fix IPv6 address resolution") Cc: <stable@vger.kernel.org> # v4.2+ Cc: Spencer Baugh <sbaugh@catern.com> Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Reviewed-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/bonnell/floating-point.json')