From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6] net/kni: calc mbuf&mtu according to given mb_pool Date: Tue, 26 Mar 2019 17:59:24 +0000 Message-ID: <8fbf0397-42b1-ba11-d7eb-34bf0b404355@intel.com> References: <1553546882-22702-1-git-send-email-lironh@marvell.com> <1553625610-18172-1-git-send-email-lironh@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, walan@marvell.com To: lironh@marvell.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6AA751B451 for ; Tue, 26 Mar 2019 18:59:27 +0100 (CET) In-Reply-To: <1553625610-18172-1-git-send-email-lironh@marvell.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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