linux/drivers/infiniband/hw/bnxt_re
Leon Romanovsky e13547bc18 IB/bnxt_re: Fix frame stack compilation warning
Reduce stack size by dynamically allocating memory instead
of declaring large struct on the stack:

drivers/infiniband/hw/bnxt_re/ib_verbs.c: In function ‘bnxt_re_query_qp’:
drivers/infiniband/hw/bnxt_re/ib_verbs.c:1600:1: warning: the frame size of 1216 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 }
 ^

Cc: Selvin Xavier <selvin.xavier@broadcom.com>
Fixes: 1ac5a40479 ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Acked-by: Selvin Xavier <selvin.xavier@broadcom.com>
Reviewed-by: Jonathan Toppins <jtoppins@redhat.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-09-22 13:19:13 -04:00
..
bnxt_re.h RDMA/bnxt_re: Allocate multiple notification queues 2017-08-18 15:08:30 -04:00
hw_counters.c RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
hw_counters.h RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
ib_verbs.c IB/bnxt_re: Fix frame stack compilation warning 2017-09-22 13:19:13 -04:00
ib_verbs.h RDMA/bnxt_re: Delete unsupported modify_port function 2017-07-24 08:44:46 -04:00
Kconfig
main.c RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
Makefile RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
qplib_fp.c RDMA/bnxt_re: Allocate multiple notification queues 2017-08-18 15:08:30 -04:00
qplib_fp.h RDMA/bnxt_re: Allocate multiple notification queues 2017-08-18 15:08:30 -04:00
qplib_rcfw.c RDMA/bnxt_re: Allow posting when QPs are in error 2017-07-24 08:45:12 -04:00
qplib_rcfw.h RDMA/bnxt_re: Allow posting when QPs are in error 2017-07-24 08:45:12 -04:00
qplib_res.c RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
qplib_res.h RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
qplib_sp.c RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
qplib_sp.h RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
roce_hsi.h RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00