Re: [dpdk-dev] [PATCH] eal: change debug diagnostic message from udev handler

2020-09-16 Thread David Marchand
On Fri, Aug 14, 2020 at 7:45 PM Stephen Hemminger wrote: > > The debug message was poorly worded and did not include the > part that would be useful. I.e it never said what was being ignored. > Change it to print the message so that if udev changes format or > other subsystems need to be added the

Re: [dpdk-dev] [PATCH] eal: change debug diagnostic message from udev handler

2020-08-18 Thread Jeff Guo
hi, stephen Agree, it is make sense that the ignore event will sometimes involve the information which should not be ignore. On 8/15/2020 1:45 AM, Stephen Hemminger wrote: The debug message was poorly worded and did not include the part that would be useful. I.e it never said what was being i

[dpdk-dev] [PATCH] eal: change debug diagnostic message from udev handler

2020-08-14 Thread Stephen Hemminger
The debug message was poorly worded and did not include the part that would be useful. I.e it never said what was being ignored. Change it to print the message so that if udev changes format or other subsystems need to be added then the necessary information will be in the debug log. Fixes: 0d0f47