Re: [dpdk-dev] [PATCH 4/6] net/tap: add MTU management

2017-03-06 Thread Pascal Mazon
On Fri, 3 Mar 2017 15:23:28 + "Wiles, Keith" wrote: > > > On Mar 3, 2017, at 3:46 AM, Pascal Mazon > > wrote: > > > > The MTU is assigned to the tap netdevice according to the argument, > > but packet transmission and reception just write/read on an fd with > > the default limit being the

Re: [dpdk-dev] [PATCH 4/6] net/tap: add MTU management

2017-03-03 Thread Wiles, Keith
> On Mar 3, 2017, at 3:46 AM, Pascal Mazon wrote: > > The MTU is assigned to the tap netdevice according to the argument, but > packet transmission and reception just write/read on an fd with the > default limit being the socket buffer size. > > Signed-off-by: Pascal Mazon > --- > doc/guides/n

[dpdk-dev] [PATCH 4/6] net/tap: add MTU management

2017-03-03 Thread Pascal Mazon
The MTU is assigned to the tap netdevice according to the argument, but packet transmission and reception just write/read on an fd with the default limit being the socket buffer size. Signed-off-by: Pascal Mazon --- doc/guides/nics/features/tap.ini | 1 + drivers/net/tap/rte_eth_tap.c| 37 +