net/null: do not touch mbuf next or nb segs on Rx
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 May 2017 15:43:58 +0000 (16:43 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 12 Jun 2017 09:41:25 +0000 (10:41 +0100)
commitb46069d4b1d5dacade08ae3bd5fb426d25cf03d6
treed525ced33bfffa892ac7464bd1da4201ec858f94
parent7623f1f8b9c7fd42b8f7279265dba807b1464429
net/null: do not touch mbuf next or nb segs on Rx

mbuf next and nb_segs fields already have the default values when get
from mempool, no need to update them in PMD.

See: 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
drivers/net/null/rte_eth_null.c