On 3/16/2017 8:59 AM, Pascal Mazon wrote: > Support for segmented packets (scatter/gather) is mandatory for most > purposes, regardless of the MTU size. Tx packets are often the result of > mbuf concatenation, and an mbuf is not necessarily large enough for Rx > packets to fit in a single one. > > Signed-off-by: Pascal Mazon <pascal.ma...@6wind.com> > Acked-by: Keith Wiles <keith.wi...@intel.com>
Applied to dpdk-next-net/master, thanks.