-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov
Sent: Friday, July 27, 2018 4:25 PM
To: dev@dpdk.org
Cc: Richardson, Bruce <bruce.richard...@intel.com>; tho...@monjalon.net; Wu, 
ChangqingX <changqingx...@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.bura...@intel.com>
Tested-by: Wu, ChangqingX <changqingx...@intel.com>

Reply via email to