Bruce Richardson e81b0569cc net/ixgbe: fix warning with GCC 9
Compiling on Fedora 30, we get the following warning, causing build failure
when Werror flag is set:

../drivers/net/ixgbe/ixgbe_rxtx.c:2141:14: warning:
‘nmb’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 2141 |    rxe->mbuf = nmb;
      |    ~~~~~~~~~~^~~~~

Initializing the value to "NULL" fixes the issue.

Fixes: 8eecb3295aed ("ixgbe: add LRO support")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-05-02 14:17:24 +02:00
..
2019-04-04 22:46:05 +02:00
2019-04-12 11:02:02 +02:00
2019-04-19 14:51:54 +02:00
2019-04-04 22:46:05 +02:00
2019-04-12 11:02:02 +02:00
2019-04-19 14:51:54 +02:00
2019-04-19 14:51:55 +02:00
2019-04-19 14:51:54 +02:00
2019-04-19 14:51:54 +02:00
2019-05-02 14:17:24 +02:00
2019-04-04 22:46:05 +02:00
2019-04-19 14:51:55 +02:00
2019-04-04 22:46:05 +02:00
2019-04-04 22:46:05 +02:00
2019-04-12 17:01:13 +02:00
2019-03-20 18:15:42 +01:00
2019-04-22 13:24:59 +02:00
2019-04-19 14:51:54 +02:00
2019-04-19 14:51:54 +02:00
2019-04-19 14:51:54 +02:00