From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: ethdev: fix out of date comment Date: Tue, 16 Dec 2014 21:47:17 -0800 Message-ID: <20141216214717.439a657f@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" max_frame_size was replaced with mtu by earlier commit Signed-off-by: Stephen Hemminger --- a/lib/librte_ether/rte_ethdev.h 2014-12-08 09:24:51.725600463 -0800 +++ b/lib/librte_ether/rte_ethdev.h 2014-12-16 20:41:41.445416856 -0800 @@ -1669,8 +1669,7 @@ struct eth_driver; * * - *dev_private*: Holds a pointer to the device private data structure. * - * - *max_frame_size*: Contains the default Ethernet maximum frame length - * (1518). + * - *mtu*: Contains the default Ethernet maximum frame length (1500). * * - *port_id*: Contains the port index of the device (actually the index * of the *eth_dev* structure in the *rte_eth_devices* array).