Re: [dpdk-dev] [PATCH v3] net/kni: calc mbuf&mtu according to given mb_pool

2019-03-23 Thread Rami Rosen
: > From: Liron Himi > > - mbuf_size and mtu are now being calculated according > to the given mb-pool. > > - max_mtu is now being set according to the given mtu > > the above two changes provide the ability to work with jumbo frames > > Signed-off-by: Liron Himi Minors: without it-> Without i

[dpdk-dev] [PATCH v3] net/kni: calc mbuf&mtu according to given mb_pool

2019-03-22 Thread lironh
From: Liron Himi - mbuf_size and mtu are now being calculated according to the given mb-pool. - max_mtu is now being set according to the given mtu the above two changes provide the ability to work with jumbo frames Signed-off-by: Liron Himi --- doc/guides/nics/kni.rst