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

2018-08-02 Thread Zhao, MeijuanX
-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 ; tho...@monjalon.net; Wu, ChangqingX Subject: [dpdk-dev] [PATCH] eal/bsd: silence not supported error in interrupts

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

2018-08-01 Thread Thomas Monjalon
27/07/2018 10:24, Anatoly Burakov: > 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

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

2018-07-27 Thread Anatoly Burakov
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 containi