numam-dpdk/drivers/net/dpaa2
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
..
base net/dpaa2: fix RSS distribution size field 2021-04-09 11:00:30 +02:00
mc net/dpaa2: do not drop parse error packets by dpdmux 2021-02-24 18:03:30 +01:00
dpaa2_ethdev.c drivers/net: fix FW version query 2021-04-26 13:50:42 +02:00
dpaa2_ethdev.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
dpaa2_flow.c ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
dpaa2_mux.c net/dpaa2: do not drop parse error packets by dpdmux 2021-02-24 18:03:30 +01:00
dpaa2_pmd_logs.h drivers: fix SPDX license id consistency 2019-03-29 00:15:53 +01:00
dpaa2_ptp.c net/dpaa2: fix build with timesync functions 2020-10-16 19:18:47 +02:00
dpaa2_rxtx.c net/dpaa2: enable error queues optionally 2021-02-24 18:03:30 +01:00
dpaa2_sparser.c devtools: forbid variable declaration inside for 2020-07-03 10:04:15 +02:00
dpaa2_sparser.h net/dpaa2: add soft parser driver 2019-10-08 12:14:31 +02:00
dpaa2_tm.c net/dpaa2: support traffic management 2021-02-24 18:03:30 +01:00
dpaa2_tm.h net/dpaa2: support traffic management 2021-02-24 18:03:30 +01:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
rte_pmd_dpaa2.h net/dpaa2: support configuring dpdmux max Rx frame length 2021-02-24 18:03:30 +01:00
version.map net/dpaa2: support configuring dpdmux max Rx frame length 2021-02-24 18:03:30 +01:00