d345d6c957
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: |
||
---|---|---|
.. | ||
base | ||
igc_ethdev.c | ||
igc_ethdev.h | ||
igc_filter.c | ||
igc_filter.h | ||
igc_flow.c | ||
igc_flow.h | ||
igc_logs.c | ||
igc_logs.h | ||
igc_txrx.c | ||
igc_txrx.h | ||
meson.build | ||
version.map |