mirror_iproute2/rdma
Stephen Hemminger 8f478ec2b3 rdma: fix duplicate initialization in port_names
Build with warnings enable spotted this.
link.c:51:58: note: (near initialization for ‘rdma_port_names[23]’)
   rdma_port_names[] = { RDMA_PORT_FLAGS(RDMA_BITMAP_NAMES) };

Assume that fields were in order and 25 is the missing value.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2017-08-24 15:02:16 -07:00
..
.gitignore rdma: Add basic infrastructure for RDMA tool 2017-08-21 17:07:44 -07:00
dev.c rdma: Implement json output for dev object 2017-08-21 17:07:44 -07:00
link.c rdma: fix duplicate initialization in port_names 2017-08-24 15:02:16 -07:00
Makefile rdma: Add link object 2017-08-21 17:07:44 -07:00
rdma.c rdma: Add json and pretty outputs 2017-08-21 17:07:44 -07:00
rdma.h rdma: Add json output to link object 2017-08-21 17:07:44 -07:00
utils.c rdma: Add json output to link object 2017-08-21 17:07:44 -07:00