From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: ethdev: fix out of date comment Date: Thu, 18 Dec 2014 00:37:58 +0100 Message-ID: <2003719.q8cKpygBgv@xps13> References: <20141216214717.439a657f@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: In-Reply-To: <20141216214717.439a657f@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-12-16 21:47, Stephen Hemminger: > max_frame_size was replaced with mtu by earlier commit > > Signed-off-by: Stephen Hemminger Acked-by: Thomas Monjalon Applied with this log: ethdev: fix mtu comment In commit 59d0ecdbf0e1d6350 ("MTU accessors"), max_frame_size was replaced with mtu. Default size is ETHER_MTU = 1500. Thanks -- Thomas