Re: [Intel-wired-lan] [PATCH v2] ixgbe: on recv increment rx.ring->stats.yields

2015-12-25 Thread Pavel Tikhomirov
Hi, please, let me know if I need to fix something else here. On 12/11/2015 05:05 PM, Pavel Tikhomirov wrote: It seem to be non intentionaly changed to tx in commit adc810900a70 ("ixgbe: Refactor busy poll socket code to address multiple issues") Lock is taken from ixgbe_low_latency_recv, and

[PATCH v2] ixgbe: on recv increment rx.ring->stats.yields

2015-12-11 Thread Pavel Tikhomirov
It seem to be non intentionaly changed to tx in commit adc810900a70 ("ixgbe: Refactor busy poll socket code to address multiple issues") Lock is taken from ixgbe_low_latency_recv, and there under this lock we use ixgbe_clean_rx_irq so it looks wrong for me to increment tx counter. Yield stats