[ovs-dev] [PATCH 2/2] dpif-netdev: Restructure rxq schedule logging.

2022-03-29 Thread Kevin Traynor
Previously logging about rxq scheduling was done in a code branch with the selection of the PMD thread core after checking that a numa was selected. By splitting out the logging from the PMD thread core selection, it can simplify the code complexity and make it more extendable for future additions

Re: [ovs-dev] [PATCH 2/2] dpif-netdev: Restructure rxq schedule logging.

2022-04-05 Thread David Marchand
On Tue, Mar 29, 2022 at 3:19 PM Kevin Traynor wrote: > > Previously logging about rxq scheduling was done in a code branch with > the selection of the PMD thread core after checking that a numa was > selected. > > By splitting out the logging from the PMD thread core selection, it can > simplify t