Re: [dpdk-dev] [PATCH 4/4] examples/l3fwd-power: disable Lsc interrupts

2017-12-13 Thread Hunt, David
On 12/12/2017 10:08 AM, Nikhil Agarwal wrote: This application does not need Link Status Interrupt. It will cause failure for the platforms not supporting LSC. Signed-off-by: Nikhil Agarwal --- ---snip--- Acked-by: David Hunt

[dpdk-dev] [PATCH 4/4] examples/l3fwd-power: disable Lsc interrupts

2017-12-12 Thread Nikhil Agarwal
This application does not need Link Status Interrupt. It will cause failure for the platforms not supporting LSC. Signed-off-by: Nikhil Agarwal --- examples/l3fwd-power/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c index 4ddd0