On Tue, Mar 18, 2014 at 01:53:34PM -0700, Pravin wrote: > Preparation for multi queue netdev IO. > > Signed-off-by: Pravin B Shelar <[email protected]>
In lib/netdev-provider.h, can you realign the table here? * "alloc" "construct" "destruct" "dealloc" * ------------ ---------------- --------------- -------------- * netdev ->alloc ->construct ->destruct ->dealloc - * netdev_rx ->rx_alloc ->rx_construct ->rx_destruct ->rx_dealloc + * netdev_rxq ->rxq_alloc ->rxq_construct ->rxq_destruct ->rxq_dealloc This commit doesn't appear to add any documentation explaining about "netdev_rxq"s. Maybe that's because they haven't really been changed yet, just renamed, so I'll look for that in the later commits that do change it. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
