Re: [dpdk-dev] [PATCH v2] examples/l3fwd-power: fix zero rxq handling

2017-05-01 Thread Thomas Monjalon
28/04/2017 12:47, Jingjing Wu: > If the number of rx queues is zero, it is meaningless to enable > rx interrupt. This patch fixes it. > > Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and > polling switch") > Cc: sta...@dpdk.org > Signed-off-by: Jingjing Wu Applied, t

[dpdk-dev] [PATCH v2] examples/l3fwd-power: fix zero rxq handling

2017-04-28 Thread Jingjing Wu
If the number of rx queues is zero, it is meaningless to enable rx interrupt. This patch fixes it. Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch") Cc: sta...@dpdk.org Signed-off-by: Jingjing Wu --- v2 changes: - fix typo. examples/l3fwd-power/main

[dpdk-dev] [PATCH v2] examples/l3fwd-power: fix zero rxq handling

2017-04-26 Thread Jingjing Wu
If the number of rx queues is zero, it is meaningless to enable rx interrupt. This patch fixes it. Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch") Cc: sta...@dpdk.org Signed-off-by: Jingjing Wu --- v2 changes: - fix typo. examples/l3fwd-power/main