> > From: Dumitru Ceara <dumitru.ceara at gmail.com> > > > > The driver is incorrectly setting the RSS field in the last mbuf in the > > packet chain instead of the first. Moreover, the last mbuf might have > > already been freed if it only contained the Ethernet CRC. > > > > Also, fix the call to i40e_rxd_build_fdir to store the fdir flags in the > > first mbuf of the chain instead of the last. > > > > Signed-off-by: Dumitru Ceara <dumitru.ceara at gmail.com> > > Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
Fixes: 4861cde46116 ("i40e: new poll mode driver") Fixes: 5a21d9715f81 ("i40e: report flow director matching") Title reworded: net/i40e: fix metadata in first mbuf of scattered Rx Applied, thanks