Re: [dpdk-dev] [PATCH] net/tap: support segmented mbufs

2017-03-15 Thread Wiles, Keith
> On Mar 15, 2017, at 11:09 PM, 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 s

[dpdk-dev] [PATCH] net/tap: support segmented mbufs

2017-03-15 Thread Pascal Mazon
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 --- drivers/net/tap/rte