On 11/3/22 16:49, Andrew Boyer wrote:
These patches will make no functional difference, but should
eliminate four coverity issues.
Alternatively, we could just mark them as False Positive or
Ignored in coverity.
Signed-off-by: Andrew Boyer <andrew.bo...@amd.com>
Andrew Boyer (2):
net/ionic: fix up minor coverity issue in queue allocation
net/ionic: fix up minor coverity issue in packet transmit
drivers/net/ionic/ionic_lif.c | 4 ++--
drivers/net/ionic/ionic_rxtx_sg.c | 2 +-
drivers/net/ionic/ionic_rxtx_simple.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Applied to dpdk-next-net/main, thanks.