Re: [dpdk-dev] [PATCH v2] ethdev: warn once for buggy applications

2021-10-27 Thread Ferruh Yigit
On 10/27/2021 1:46 PM, Thomas Monjalon wrote: Warning continuously is a pain when developping or if a unit test is/gets broken. It could also be a problem if application behaves badly only in some corner cases and a DoS results of those logs being continuously displayed. Let's warn once per por

Re: [dpdk-dev] [PATCH v2] ethdev: warn once for buggy applications

2021-10-27 Thread Thomas Monjalon
> > Warning continuously is a pain when developping or if a unit test > > is/gets broken. > > > > It could also be a problem if application behaves badly only in some > > corner cases and a DoS results of those logs being continuously displayed. > > > > Let's warn once per port and per rx/tx. > >

Re: [dpdk-dev] [PATCH v2] ethdev: warn once for buggy applications

2021-10-27 Thread Ananyev, Konstantin
> Warning continuously is a pain when developping or if a unit test > is/gets broken. > > It could also be a problem if application behaves badly only in some > corner cases and a DoS results of those logs being continuously displayed. > > Let's warn once per port and per rx/tx. > > Getting suc

[dpdk-dev] [PATCH v2] ethdev: warn once for buggy applications

2021-10-27 Thread David Marchand
Warning continuously is a pain when developping or if a unit test is/gets broken. It could also be a problem if application behaves badly only in some corner cases and a DoS results of those logs being continuously displayed. Let's warn once per port and per rx/tx. Getting such a log is scary, b