[dpdk-dev] Packet Rx issue with DPDK1.8

2015-01-14 Thread Thomas Monjalon
2015-01-09 09:26, Bruce Richardson: > On Fri, Jan 09, 2015 at 06:45:57AM +, Prashant Upadhyaya wrote: > > Hi Bruce, > > > > I tried with your suggestion. > > > > When I disable the _vec function with the following config change, the > > usecase works for me. So it points to some issue in the

[dpdk-dev] Packet Rx issue with DPDK1.8

2015-01-14 Thread Bruce Richardson
On Wed, Jan 14, 2015 at 05:30:15PM +0100, Thomas Monjalon wrote: > 2015-01-09 09:26, Bruce Richardson: > > On Fri, Jan 09, 2015 at 06:45:57AM +, Prashant Upadhyaya wrote: > > > Hi Bruce, > > > > > > I tried with your suggestion. > > > > > > When I disable the _vec function with the following

[dpdk-dev] Packet Rx issue with DPDK1.8

2015-01-09 Thread Bruce Richardson
t; Regards > -Prashant > Yes, we'll perform additional testing and see what we can turn up. /Bruce > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, January 08, 2015 7:17 PM > To: Prashant Upadhyaya > Cc: dev

[dpdk-dev] Packet Rx issue with DPDK1.8

2015-01-09 Thread Prashant Upadhyaya
7:17 PM To: Prashant Upadhyaya Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Packet Rx issue with DPDK1.8 On Thu, Jan 08, 2015 at 01:40:54PM +0530, Prashant Upadhyaya wrote: > Hi, > > I am migrating from DPDK1.7 to DPDK1.8. > My application works fine with DPDK1.7. > I am using 10 Gb

[dpdk-dev] Packet Rx issue with DPDK1.8

2015-01-08 Thread Bruce Richardson
On Thu, Jan 08, 2015 at 01:40:54PM +0530, Prashant Upadhyaya wrote: > Hi, > > I am migrating from DPDK1.7 to DPDK1.8. > My application works fine with DPDK1.7. > I am using 10 Gb Intel 82599 NIC. > I have jumbo frames enabled, with max_rx_pkt_len = 10232 > My mbuf dataroom size is 2048+headroom >

[dpdk-dev] Packet Rx issue with DPDK1.8

2015-01-08 Thread Prashant Upadhyaya
Hi, I am migrating from DPDK1.7 to DPDK1.8. My application works fine with DPDK1.7. I am using 10 Gb Intel 82599 NIC. I have jumbo frames enabled, with max_rx_pkt_len = 10232 My mbuf dataroom size is 2048+headroom So naturally the ixgbe_recv_scattered_pkts driver function is triggered for