Re: [ovs-dev] [PATCH v4] Detailed packet drop statistics per dpdk and vhostuser ports

2019-07-17 Thread Sriram Vatala via dev
-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v4] Detailed packet drop statistics per dpdk and vhostuser ports On Tue, Jul 16, 2019 at 07:02:29PM +0530, Sriram Vatala via dev wrote: > OVS may be unable to transmit packets for multiple reasons and today > there is a single counter to

Re: [ovs-dev] [PATCH v4] Detailed packet drop statistics per dpdk and vhostuser ports

2019-07-16 Thread Ben Pfaff
On Tue, Jul 16, 2019 at 07:02:29PM +0530, Sriram Vatala via dev wrote: > OVS may be unable to transmit packets for multiple reasons and > today there is a single counter to track packets dropped due to > any of those reasons. The most common reason is that a VM is > unable to read packets fast enou

Re: [ovs-dev] [PATCH v4] Detailed packet drop statistics per dpdk and vhostuser ports

2019-07-16 Thread 0-day Robot
Bleep bloop. Greetings Sriram Vatala via dev, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 138 characters long (recommended limit is 79) #347 FILE: utilities/bu

[ovs-dev] [PATCH v4] Detailed packet drop statistics per dpdk and vhostuser ports

2019-07-16 Thread Sriram Vatala via dev
OVS may be unable to transmit packets for multiple reasons and today there is a single counter to track packets dropped due to any of those reasons. The most common reason is that a VM is unable to read packets fast enough causing the vhostuser port transmit queue on the OVS side to become full. Th