Re: [dpdk-dev] [PATCH] net/tap: fix reported number of Tx packets

2018-10-16 Thread Ferruh Yigit
On 10/10/2018 1:39 PM, Wiles, Keith wrote: > > >> On Oct 10, 2018, at 2:01 AM, Raslan Darawsheh wrote: >> >> When writev fails to send packets it doesn't update the >> number of Tx packets, but it still num_tx is updated. >> >> the value that should be returned is the actual number >> of sent pa

Re: [dpdk-dev] [PATCH] net/tap: fix reported number of Tx packets

2018-10-10 Thread Wiles, Keith
> On Oct 10, 2018, at 2:01 AM, Raslan Darawsheh wrote: > > When writev fails to send packets it doesn't update the > number of Tx packets, but it still num_tx is updated. > > the value that should be returned is the actual number > of sent packets which is num_packets. > > Fixes: 02f96a0a ("