Re: is ixgbe supporting multi-segment mbuf?
From: Lu, Wenzhuo <hidden>
Date: 2016-03-29 02:39:04
Hi Clarylin,
-----Original Message----- From: Clearasu [mailto:clearasu@gmail.com] Sent: Tuesday, March 29, 2016 9:38 AM To: Lu, Wenzhuo Cc: dev@dpdk.org Subject: Re: [dpdk-dev] is ixgbe supporting multi-segment mbuf? Hi Wenzhuo, Thanks. For some reason, we have to stick to dpdk 2.0 for now. Is multi-segment mbuf supported in this version (any known issue with multi-seg in this version?) or do we have to upgrade to latest dpdk version for multi-segment support?
Yes, I suggest to try at least 2.1. It should help. And to my opinion, the newer the better. As you know there'll be more functions and less bugs :)
Clarylinquoted
On Mar 28, 2016, at 6:10 PM, Lu, Wenzhuo [off-list ref] wrote: Hi Clarylin,quoted
-----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Clarylin L Sent: Tuesday, March 29, 2016 4:24 AM To: dev@dpdk.org Subject: [dpdk-dev] is ixgbe supporting multi-segment mbuf? ixgbe_recv_scattered_pkts was set to be the rx function. Receiving packetsI see this function is already deprecated. Do you use an old version? Wouldyou like to try the newest code?quoted
quoted
smaller than mbuf size works perfectly. However, if an incoming packet is greater than the maximum acceptable length of one "mbuf" data size, receiving does not work. In this case, isn't it supposed to use mbufchaining to receive?quoted
quoted
The port has both jumbo_frame and enable_scatter being on. are these two flags good enough to make mbuf chaining going?