numam-dpdk/drivers/net/ionic
Ferruh Yigit d345d6c957 drivers/net: fix FW version query
Fixes a few different things:
* Remove 'fw_version' NULL checks, it is allowed if the 'fw_size' is
  zero, 'fw_version' being NULL but 'fw_size' not zero condition checked
  in ethdev layer
* Be sure required buffer size is returned if provided one is not big
  enough, instead of returning success (0)
* Document in doxygen comment the '-EINVAL' is a valid return type
* Take into account that 'snprintf' can return negative value
* Cast length to 'size_t' to compare it with 'fw_size'

Fixes: bb42aa9ffe ("net/atlantic: configure device start/stop")
Fixes: ff70acdf42 ("net/axgbe: support reading FW version")
Fixes: e2652b0a20 ("net/bnxt: support get FW version")
Fixes: cf0fab1d2c ("net/dpaa: support firmware version get API")
Fixes: 748eccb97c ("net/dpaa2: add support for firmware version get")
Fixes: b883c0644a ("net/e1000: add firmware version get")
Fixes: 293430677e ("net/enic: add handler to return firmware version")
Fixes: 1f5ca0b460 ("net/hns3: support some device operations")
Fixes: bd5b86732b ("net/hns3: modify format for firmware version")
Fixes: ed0dfdd0e9 ("net/i40e: add firmware version get")
Fixes: e31cb9a362 ("net/ice: support FW version getting")
Fixes: 4f09bc55ac ("net/igc: implement device base operations")
Fixes: eec10fb0ce ("net/ionic: support FW version")
Fixes: 8b0b565742 ("net/ixgbe: add firmware version get")
Fixes: 4d9f5b8adc ("net/octeontx2: add FW version get operation")
Fixes: f97b56f9f1 ("net/qede: support FW version query")
Fixes: 83fef46a22 ("net/sfc: add callback to retrieve FW version")
Fixes: bc84ac0fad ("net/txgbe: support getting FW version")
Fixes: 2191347120 ("ethdev: add firmware version get")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Rasesh Mody <rmody@marvell.com>
Acked-by: Jiawen Wu <jiawenwu@trustnetic.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2021-04-26 13:50:42 +02:00
..
ionic_dev.c net/ionic: break up queue post function 2021-02-25 16:58:56 +01:00
ionic_dev.h net/ionic: break up queue post function 2021-02-25 16:58:56 +01:00
ionic_ethdev.c drivers/net: fix FW version query 2021-04-26 13:50:42 +02:00
ionic_ethdev.h net/ionic: improve link state handling 2021-01-13 18:51:58 +01:00
ionic_if.h net/ionic: update interface file 2021-01-08 16:03:04 +01:00
ionic_lif.c drivers: replace page size definitions with function 2021-03-23 08:41:05 +01:00
ionic_lif.h net/ionic: store Tx fragment limit in queue 2021-02-25 16:58:56 +01:00
ionic_logs.h net/ionic: add log 2020-01-20 18:02:17 +01:00
ionic_mac_api.c net/ionic: use standard boolean type 2020-03-18 10:21:42 +01:00
ionic_mac_api.h net/ionic: register and initialize adapter 2020-01-20 18:02:17 +01:00
ionic_main.c drivers: replace page size definitions with function 2021-03-23 08:41:05 +01:00
ionic_osdep.h drivers: replace page size definitions with function 2021-03-23 08:41:05 +01:00
ionic_regs.h net/ionic: remove some unused fields 2021-01-08 16:03:04 +01:00
ionic_rx_filter.c net/ionic: consolidate adminq code 2021-02-25 16:58:56 +01:00
ionic_rx_filter.h net/ionic: remove unused filter delete function 2021-02-25 16:58:56 +01:00
ionic_rxtx.c net/ionic: store Tx fragment limit in queue 2021-02-25 16:58:56 +01:00
ionic_rxtx.h net/ionic: add Rx and Tx handling 2020-01-20 18:02:17 +01:00
ionic.h net/ionic: consolidate adminq code 2021-02-25 16:58:56 +01:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00