> On Mar 15, 2017, at 11:09 PM, Pascal Mazon <pascal.ma...@6wind.com> 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>
Ack-by: keith.wi...@intel.com > --- > drivers/net/tap/rte_eth_tap.c | 176 +++++++++++++++++++++++++++++++++++------- > drivers/net/tap/rte_eth_tap.h | 10 +++ > 2 files changed, 157 insertions(+), 29 deletions(-) Regards, Keith