Re: [ovs-dev] [PATCH v2 2/2] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.

2017-11-23 Thread Stokes, Ian
> On 11/13/2017 09:42 PM, Stokes, Ian wrote: > >> rxq_cycle_sort summed the latest cycles from each queue for sorting. > >> While each comparison was correct with the latest cycles, the cycles > >> could change between calls to rxq_cycle_sort. In order to use > >> consistent values through each

Re: [ovs-dev] [PATCH v2 2/2] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.

2017-11-23 Thread Kevin Traynor
On 11/13/2017 09:42 PM, Stokes, Ian wrote: >> rxq_cycle_sort summed the latest cycles from each queue for sorting. >> While each comparison was correct with the latest cycles, the cycles could >> change between calls to rxq_cycle_sort. In order to use consistent values >> through each call to

Re: [ovs-dev] [PATCH v2 2/2] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.

2017-11-13 Thread Kevin Traynor
On 11/13/2017 09:42 PM, Stokes, Ian wrote: >> rxq_cycle_sort summed the latest cycles from each queue for sorting. >> While each comparison was correct with the latest cycles, the cycles could >> change between calls to rxq_cycle_sort. In order to use consistent values >> through each call to

Re: [ovs-dev] [PATCH v2 2/2] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.

2017-11-13 Thread Stokes, Ian
> rxq_cycle_sort summed the latest cycles from each queue for sorting. > While each comparison was correct with the latest cycles, the cycles could > change between calls to rxq_cycle_sort. In order to use consistent values > through each call to rxq_cycle_sort, sum the cycles prior to >