Re: [dpdk-dev] [PATCH 0/2] l3fwd-power fixes

2020-02-14 Thread David Marchand
On Mon, Jan 20, 2020 at 4:12 PM Xiao Wang 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 arriv

[dpdk-dev] [PATCH 0/2] l3fwd-power fixes

2020-01-20 Thread Xiao Wang
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 Wa