On Wed, Mar 19, 2014 at 03:20:53PM -0700, Pravin Shelar wrote: > On Wed, Mar 19, 2014 at 11:26 AM, Ben Pfaff <[email protected]> wrote: > > Maybe netdev_rxq_open() should reject calls for which id >= > > netdev->nr_rx, so that implementations don't have to (I think that all > > the implementations are technically broken as of this commit). > > > ok, I will add chack in netdev_rxq_open(). Why do you think > implementations are broken?
I guess it's arguably a bug in whoever calls netdev_rxq_open() to pass in an invalid queue_id, but when I wrote that I was thinking that it would be a bug in the netdev provider to open an invalid queue. Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
