numam-dpdk/drivers/net/sfc
Andrew Rybchenko c7c915e1e3 net/sfc: avoid usage of possibly uninitialized link mode
In fact efx_port_poll() always initializes it, but it isn't
explicitly documented feature of the API. Moreover, the API
annocation suggests that return code should be checked.

Fixes: 886f8d8a05 ("net/sfc: retrieve link info")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Andrew Lee <alee@solarflare.com>
2017-01-30 22:18:25 +01:00
..
base net/sfc/base: do not use enum type when values are bitmask 2017-01-17 19:40:50 +01:00
efsys.h net/sfc: add basic stubs for RSS support on driver attach 2017-01-17 19:40:50 +01:00
Makefile net/sfc: support firmware-assisted TSO 2017-01-17 19:40:51 +01:00
rte_pmd_sfc_efx_version.map
sfc_debug.h net/sfc: add init on attach 2017-01-17 19:39:26 +01:00
sfc_ethdev.c net/sfc: avoid usage of possibly uninitialized link mode 2017-01-30 22:18:25 +01:00
sfc_ev.c net/sfc: support link status change interrupt 2017-01-17 19:40:50 +01:00
sfc_ev.h net/sfc: support parameter to choose performance profile 2017-01-17 19:40:50 +01:00
sfc_intr.c net/sfc: support link status change interrupt 2017-01-17 19:40:50 +01:00
sfc_kvargs.c net/sfc: support parameter to choose performance profile 2017-01-17 19:40:50 +01:00
sfc_kvargs.h net/sfc: support parameter to choose performance profile 2017-01-17 19:40:50 +01:00
sfc_log.h
sfc_mcdi.c net/sfc: implement MCDI logging callback 2017-01-17 19:40:50 +01:00
sfc_port.c net/sfc: support promiscuous and all-multicast control 2017-01-17 19:40:50 +01:00
sfc_rx.c net/sfc: query RSS key and hash types config 2017-01-17 19:40:50 +01:00
sfc_rx.h net/sfc: query RSS key and hash types config 2017-01-17 19:40:50 +01:00
sfc_tso.c net/sfc: support firmware-assisted TSO 2017-01-17 19:40:51 +01:00
sfc_tweak.h net/sfc: support Tx free threshold 2017-01-17 19:40:50 +01:00
sfc_tx.c net/sfc: support firmware-assisted TSO 2017-01-17 19:40:51 +01:00
sfc_tx.h net/sfc: support firmware-assisted TSO 2017-01-17 19:40:51 +01:00
sfc.c net/sfc: support firmware-assisted TSO 2017-01-17 19:40:51 +01:00
sfc.h net/sfc: support firmware-assisted TSO 2017-01-17 19:40:51 +01:00