linux_dsm_epyc7002/drivers/infiniband
Luc Van Oostenryck c192a12ce8 IB/nes: fix nes_netdev_start_xmit()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.

Fix this by returning 'netdev_tx_t' in this driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2018-04-27 14:07:30 -04:00
..
core RDMA/cma: Fix use after destroy access to net namespace for IPoIB 2018-04-27 13:57:26 -04:00
hw IB/nes: fix nes_netdev_start_xmit()'s return type 2018-04-27 14:07:30 -04:00
sw IB/rxe: Fix for oops in rxe_register_device on ppc64le arch 2018-04-05 13:04:50 -06:00
ulp ib_srp: depend on INFINIBAND_ADDR_TRANS 2018-04-27 11:15:44 -04:00
Kconfig IB: make INFINIBAND_ADDR_TRANS configurable 2018-04-27 11:15:44 -04:00
Makefile