Re: [dpdk-dev] [PATCH 5/8] net/kni: do not count unsent packets as errors

2019-07-26 Thread Ferruh Yigit
On 7/26/2019 8:24 AM, David Marchand wrote: > On Thu, Jul 25, 2019 at 9:07 PM David Marchand > wrote: >> >> On Thu, Jul 25, 2019 at 6:12 PM Ferruh Yigit wrote: >>> >>> On 7/25/2019 10:14 AM, David Marchand wrote: err_pkts reflects the number of packets that the driver did not manage to

Re: [dpdk-dev] [PATCH 5/8] net/kni: do not count unsent packets as errors

2019-07-26 Thread David Marchand
On Thu, Jul 25, 2019 at 9:07 PM David Marchand wrote: > > On Thu, Jul 25, 2019 at 6:12 PM Ferruh Yigit wrote: > > > > On 7/25/2019 10:14 AM, David Marchand wrote: > > > err_pkts reflects the number of packets that the driver did not manage to > > > send. > > > This is a temporary situation, those

Re: [dpdk-dev] [PATCH 5/8] net/kni: do not count unsent packets as errors

2019-07-25 Thread David Marchand
On Thu, Jul 25, 2019 at 6:12 PM Ferruh Yigit wrote: > > On 7/25/2019 10:14 AM, David Marchand wrote: > > err_pkts reflects the number of packets that the driver did not manage to > > send. > > This is a temporary situation, those packets are not freed and the > > application can still retry to sen

Re: [dpdk-dev] [PATCH 5/8] net/kni: do not count unsent packets as errors

2019-07-25 Thread Ferruh Yigit
On 7/25/2019 10:14 AM, David Marchand wrote: > err_pkts reflects the number of packets that the driver did not manage to > send. > This is a temporary situation, those packets are not freed and the > application can still retry to send them later. > Hence, we can't count them as transmit failed. '