nicira-ext: Rename "struct nxt_*" to "struct nx_*".
[openvswitch] / lib / netdev-provider.h
index 81e6c3917130d1931c225519654b6f705e5bd68b..d5a30c809a01daf3f48d93b01c218e4b03b1aec6 100644 (file)
@@ -172,6 +172,9 @@ struct netdev_class {
      * packet, otherwise a negative errno value.  Returns -EAGAIN immediately
      * if no packet is ready to be received.
      *
+     * Returns -EMSGSIZE, and discards the packet, if the received packet is
+     * longer than 'size' bytes.
+     *
      * This function can only be expected to return a packet if ->listen() has
      * been called successfully.
      *