From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 1/7] ethdev: add min/max MTU to device info Date: Fri, 29 Mar 2019 18:05:39 +0000 Message-ID: References: <1553259678-4515-1-git-send-email-ian.stokes@intel.com> <20190329175219.23831-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Stephen Hemminger , Ian Stokes To: Neil Horman , John McNamara , Marko Kovacevic , Thomas Monjalon , Andrew Rybchenko Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id BD618343C for ; Fri, 29 Mar 2019 19:05:42 +0100 (CET) In-Reply-To: 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/29/2019 5:56 PM, Ferruh Yigit wrote: > On 3/29/2019 5:52 PM, Ferruh Yigit wrote: >> From: Stephen Hemminger >> >> This addresses the usability issue raised by OVS at DPDK Userspace >> summit. It adds general min/max mtu into device info. For compatiablity, >> and to save space, it fits in a hole in existing structure. >> >> The initial version sets max mtu to normal Ethernet, it is up to >> PMD to set larger value if it supports Jumbo frames. >> >> Also remove the deprecation notice introduced in 18.11 regarding this >> change and bump ethdev ABI version. >> >> Signed-off-by: Stephen Hemminger >> Signed-off-by: Ian Stokes >> Acked-by: Andrew Rybchenko >> Reviewed-by: Ferruh Yigit > > (series re-sent only for change in 7/7 to add a log for failure, rest is same, > kept all authors/sign-off as it is) > > For series, > Reviewed-by: Ferruh Yigit > Series applied to dpdk-next-net/master, thanks.