eal/bsd: silence unsupported interrupts error
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 27 Jul 2018 08:24:35 +0000 (09:24 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Aug 2018 16:25:05 +0000 (18:25 +0200)
commit4268cf49e8be2ebcddcb37ffa19a1d7198105540
tree81dfaf5a07377e1ed8393a19fcf84db57a589085
parent45fdc3ed87649d9f4d263a3745a57f29de340667
eal/bsd: silence unsupported interrupts error

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@intel.com>
lib/librte_eal/bsdapp/eal/eal_interrupts.c