[dpdk-dev] [PATCH] net/i40e: fix setting RSS in i40e_recv_scattered_pkts

2016-07-28 Thread Thomas Monjalon
> > From: Dumitru Ceara > > > > 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 st

[dpdk-dev] [PATCH] net/i40e: fix setting RSS in i40e_recv_scattered_pkts

2016-07-26 Thread dumitru.ce...@gmail.com
From: Dumitru Ceara 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 fir

[dpdk-dev] [PATCH] net/i40e: fix setting RSS in i40e_recv_scattered_pkts

2016-07-26 Thread Ananyev, Konstantin
> -Original Message- > From: dumitru.ceara at gmail.com [mailto:dumitru.ceara at gmail.com] > Sent: Tuesday, July 26, 2016 11:46 AM > To: dev at dpdk.org > Cc: Xing, Beilei ; Zhang, Helin intel.com>; Wu, Jingjing ; Ananyev, Konstantin > ; Dumitru Ceara > Subject: [PATCH] net/i40e: fix s