[dpdk-dev] Unable to get multi-segment mbuf working for ixgbe

2016-03-29 Thread Bruce Richardson
On Mon, Mar 28, 2016 at 10:05:40AM -0700, Clarylin L wrote: > Any pointers to what the issue could be? thanks > > On Fri, Mar 25, 2016 at 4:13 PM, Clarylin L wrote: > > > Hello, > > > > I am trying to use multi-segment mbuf to receive large packet. I enabled > > jumbo_frame and enable_scatter fo

[dpdk-dev] Unable to get multi-segment mbuf working for ixgbe

2016-03-28 Thread Clarylin L
Any pointers to what the issue could be? thanks On Fri, Mar 25, 2016 at 4:13 PM, Clarylin L wrote: > Hello, > > I am trying to use multi-segment mbuf to receive large packet. I enabled > jumbo_frame and enable_scatter for the port and was expecting mbuf chaining > would be used to receive packet

[dpdk-dev] Unable to get multi-segment mbuf working for ixgbe

2016-03-25 Thread Clarylin L
Hello, I am trying to use multi-segment mbuf to receive large packet. I enabled jumbo_frame and enable_scatter for the port and was expecting mbuf chaining would be used to receive packets larger than the mbuf size (which was set to 2048). When sending 3000-byte (without fragmentation) packet fro