ethdev: fix mtu comment

In commit 59d0ecdbf0 ("MTU accessors"),
max_frame_size was replaced with mtu.
Default size is ETHER_MTU = 1500.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Stephen Hemminger 2014-12-16 21:47:17 -08:00 committed by Thomas Monjalon
parent 3c6a14f6b9
commit db949b51d8

View File

@ -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).