summaryrefslogtreecommitdiff
path: root/ifpps.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-10-17 10:55:12 +0300
committerTobias Klauser <tklauser@distanz.ch>2015-10-17 12:32:43 +0200
commitfc4646bc31e37c3e48d772fe11035f82277ece24 (patch)
tree1bb0d4b0f97c8b82fbc52cdec1ba114619b2c82d /ifpps.c
parentdc2ac62da99712b8f3d7ecf0fbf9904e143869e1 (diff)
netsniff-ng: Fix print stats in silent mode
RX stats were not printed because of wrong check on PRINT_NONE. Fixes: 5f94671f31c040f ("netsniff-ng: Show total rx stats for multi pcap mode") Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps.c')
0 files changed, 0 insertions, 0 deletions
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 'sound/isa/opti9xx/opti93x.c')