datapath: Backport DIV_ROUND_UP.
[openvswitch] / datapath / vport.h
index ee3b127d4f0b46f323c8aae40a820f5459529c8f..8e70762853f4ce0217a6ee32b9d58a36ff3db0f3 100644 (file)
@@ -175,7 +175,8 @@ struct vport_parms {
  * @get_iflink: Get the system interface index associated with the device that
  * will be used to send packets (may be different than ifindex for tunnels).
  * May be null if the device does not have an iflink.
- * @get_mtu: Get the device's MTU.
+ * @get_mtu: Get the device's MTU.  May be %NULL if the device does not have an
+ * MTU (as e.g. some tunnels do not).
  * @send: Send a packet on the device.  Returns the length of the packet sent.
  */
 struct vport_ops {