[dpdk-dev] [PATCH] eal/bsd: silence not supported error in interrupts

Zhao, MeijuanX meijuanx.zhao at intel.com
Fri Aug 3 03:54:12 CEST 2018



-----Original Message-----
From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anatoly Burakov
Sent: Friday, July 27, 2018 4:25 PM
To: dev at dpdk.org
Cc: Richardson, Bruce <bruce.richardson at intel.com>; thomas at monjalon.net; Wu, ChangqingX <changqingx.wu at intel.com>
Subject: [dpdk-dev] [PATCH] eal/bsd: silence not supported error in interrupts

Currently, nic_uio driver does not support interrupts, so any attempts to install an interrupt handler will fail with a not supported error, which will cause an error message that is confusing to the user.

Silence this error by moving it to debug log level, and reword the message to avoid containing the word "Error", to avoid triggering DTS test failures [1].

[1] https://git.dpdk.org/tools/dts/tree/tests/
TestSuite_scatter.py?#n110

Fixes: 23150bd8d8a8 ("eal/bsd: add interrupt thread")

Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
Tested-by: Wu, ChangqingX <changqingx.wu at intel.com>


More information about the dev mailing list