[dpdk-dev] [PATCH] ixgbe: fix vector PMD chained mbuf receive

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Feb 20 12:00:04 CET 2015


> When the vector pmd was receiving a mix of packets of various sizes,
> some of which were split across multiple mbufs, there was an issue
> with reassembly of the jumbo frames. This was due to a skipped increment
> when using "continue" in a while loop. Changing the loop to a "for"
> loop fixes this problem, by ensuring the increment is always performed.
> 
> Reported-by: Prashant Upadhyaya <praupadhyaya at gmail.com>
> Reported-by: Martin Weiser <martin.weiser at allegro-packets.com>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Tested-by: Martin Weiser <martin.weiser at allegro-packets.com>

Applied, thanks


More information about the dev mailing list