* [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo
@ 2020-01-03 18:39 Xiao Wang
0 siblings, 0 replies; 4+ messages in thread
From: Xiao Wang @ 2020-01-03 18:39 UTC (permalink / raw)
To: david.hunt; +Cc: dev, Xiao Wang, stable
Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
Cc: stable@dpdk.org
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
---
examples/l3fwd-power/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
index d049d8a5d..ffcc7ecf4 100644
--- a/examples/l3fwd-power/main.c
+++ b/examples/l3fwd-power/main.c
@@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)
*/
rte_delay_us(lcore_idle_hint);
else {
- /* suspend until rx interrupt trigges */
+ /* suspend until rx interrupt triggers */
if (intr_en) {
turn_on_intr(qconf);
sleep_until_rx_interrupt(
--
2.15.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH 0/2] l3fwd-power fixes
@ 2020-01-21 3:06 Xiao Wang
2020-01-21 3:06 ` [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo Xiao Wang
0 siblings, 1 reply; 4+ messages in thread
From: Xiao Wang @ 2020-01-21 3:06 UTC (permalink / raw)
To: david.hunt; +Cc: dev, 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 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(-)
--
2.15.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo
2020-01-21 3:06 [dpdk-dev] [PATCH 0/2] l3fwd-power fixes Xiao Wang
@ 2020-01-21 3:06 ` Xiao Wang
2020-02-14 10:46 ` Hunt, David
2020-02-14 10:46 ` Hunt, David
0 siblings, 2 replies; 4+ messages in thread
From: Xiao Wang @ 2020-01-21 3:06 UTC (permalink / raw)
To: david.hunt; +Cc: dev, Xiao Wang, stable
Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
Cc: stable@dpdk.org
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
---
examples/l3fwd-power/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
index d049d8a5d..ffcc7ecf4 100644
--- a/examples/l3fwd-power/main.c
+++ b/examples/l3fwd-power/main.c
@@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)
*/
rte_delay_us(lcore_idle_hint);
else {
- /* suspend until rx interrupt trigges */
+ /* suspend until rx interrupt triggers */
if (intr_en) {
turn_on_intr(qconf);
sleep_until_rx_interrupt(
--
2.15.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo
2020-01-21 3:06 ` [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo Xiao Wang
@ 2020-02-14 10:46 ` Hunt, David
2020-02-14 10:46 ` Hunt, David
1 sibling, 0 replies; 4+ messages in thread
From: Hunt, David @ 2020-02-14 10:46 UTC (permalink / raw)
To: Xiao Wang; +Cc: dev, stable
On 21/1/2020 3:06 AM, Xiao Wang wrote:
> Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
> Cc: stable@dpdk.org
>
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> ---
> examples/l3fwd-power/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
> index d049d8a5d..ffcc7ecf4 100644
> --- a/examples/l3fwd-power/main.c
> +++ b/examples/l3fwd-power/main.c
> @@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)
> */
> rte_delay_us(lcore_idle_hint);
> else {
> - /* suspend until rx interrupt trigges */
> + /* suspend until rx interrupt triggers */
> if (intr_en) {
> turn_on_intr(qconf);
> sleep_until_rx_interrupt(
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo
2020-01-21 3:06 ` [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo Xiao Wang
2020-02-14 10:46 ` Hunt, David
@ 2020-02-14 10:46 ` Hunt, David
1 sibling, 0 replies; 4+ messages in thread
From: Hunt, David @ 2020-02-14 10:46 UTC (permalink / raw)
To: Xiao Wang; +Cc: dev, stable
On 21/1/2020 3:06 AM, Xiao Wang wrote:
> Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
> Cc: stable@dpdk.org
>
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> ---
> examples/l3fwd-power/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
> index d049d8a5d..ffcc7ecf4 100644
> --- a/examples/l3fwd-power/main.c
> +++ b/examples/l3fwd-power/main.c
> @@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)
> */
> rte_delay_us(lcore_idle_hint);
> else {
> - /* suspend until rx interrupt trigges */
> + /* suspend until rx interrupt triggers */
> if (intr_en) {
> turn_on_intr(qconf);
> sleep_until_rx_interrupt(
Acked-by: David Hunt <david.hunt@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-14 10:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 18:39 [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo Xiao Wang
2020-01-21 3:06 [dpdk-dev] [PATCH 0/2] l3fwd-power fixes Xiao Wang
2020-01-21 3:06 ` [dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo Xiao Wang
2020-02-14 10:46 ` Hunt, David
2020-02-14 10:46 ` Hunt, David
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).