mbox series

[0/2] l3fwd-power fixes

Message ID 20200121030657.39048-1-xiao.w.wang@intel.com (mailing list archive)
Headers
Series l3fwd-power fixes |

Message

Xiao Wang Jan. 21, 2020, 3:06 a.m. UTC
  The second patch will apply failed without the first patch applied, so make
them a series. The first patch is just a typo fix. The second patch fixes
the issue that the interrupts are turned off only on the Rx queues that
has traffic arrived, rather than all the Rx queues a core has taken.

Xiao Wang (2):
  l3fwd-power: fix a typo
  l3fwd-power: fix interrupt disable

 examples/l3fwd-power/main.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
  

Comments

David Marchand Feb. 14, 2020, 12:46 p.m. UTC | #1
On Mon, Jan 20, 2020 at 4:12 PM Xiao Wang <xiao.w.wang@intel.com> wrote:
>
> The second patch will apply failed without the first patch applied, so make
> them a series. The first patch is just a typo fix. The second patch fixes
> the issue that the interrupts are turned off only on the Rx queues that
> has traffic arrived, rather than all the Rx queues a core has taken.

Series applied, thanks.