From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6] net/kni: calc mbuf&mtu according to given mb_pool Date: Sat, 30 Mar 2019 01:00:22 +0100 Message-ID: <1583987.qdoNeV79LG@xps> References: <1553546882-22702-1-git-send-email-lironh@marvell.com> <1553625610-18172-1-git-send-email-lironh@marvell.com> <8fbf0397-42b1-ba11-d7eb-34bf0b404355@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , walan@marvell.com To: lironh@marvell.com Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6256E2965 for ; Sat, 30 Mar 2019 01:00:25 +0100 (CET) In-Reply-To: <8fbf0397-42b1-ba11-d7eb-34bf0b404355@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/03/2019 18:59, Ferruh Yigit: > On 3/26/2019 6:40 PM, lironh@marvell.com wrote: > > 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 > > Suggested title: > kni: calculate MTU from mbuf buffer size > > Acked-by: Ferruh Yigit Applied, thanks