On Wed, Jun 07, 2017 at 10:20:58AM +0100, Bhanuprakash Bodireddy wrote: > Add netdev_txq_drain(), that drains packets on a queue. This is needed > to transmit packets on the intermediate queue. > > Signed-off-by: Bhanuprakash Bodireddy <[email protected]> > Signed-off-by: Antonio Fischetti <[email protected]> > Co-authored-by: Antonio Fischetti <[email protected]> > Signed-off-by: Markus Magnusson <[email protected]> > Co-authored-by: Markus Magnusson <[email protected]>
Thanks for working on Open vSwitch. This commit seems fine to me, but I have a question about naming. Usually, pushing buffered data to a sink is referred to as "flushing" the data, as in the fflush() function. Perhaps it was named to match netdev_rxq_drain(), but that has a different purpose: it discards data that has already been received. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
