>      struct list recv_queue;
> +#define NETDEV_DUMMY_MAX_QUEUE 100
> +    int recv_queue_len;         /* list_size(&recv_queue). */
>      bool listening;
>  };

Do we have precedent for doing a #define in a struct definition like
this?  It looks a bit weird to me.

Otherwise looks good, thanks.

Ethan
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to