[ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-16 Thread Anju Thomas
Currently OVS maintains explicit packet drop/error counters only on port level. Packets that are dropped as part of normal OpenFlow processing are counted in flow stats of “drop” flows or as table misses in table stats. These can only be interpreted by controllers that know the semantic

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-17 Thread Anju Thomas
Hi Ben, Were you able to apply this patch successfully? Regards Anju -Original Message- From: Anju Thomas [mailto:anju.tho...@ericsson.com] Sent: Thursday, January 17, 2019 10:19 AM To: d...@openvswitch.org Cc: Anju Thomas ; Rohith Basavaraja ; Keshav Gupta Subject: [PATCH v6] Improved

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-17 Thread Ben Pfaff
Yes. Thank you. I'll review it tomorrow. On Fri, Jan 18, 2019 at 04:54:51AM +, Anju Thomas wrote: > Hi Ben, > Were you able to apply this patch successfully? > Regards > Anju > > -Original Message- > From: Anju Thomas [mailto:anju.tho...@ericsson.com] > Sent: Thursday, January 17,

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-17 Thread Anju Thomas
Thank you Ben, Regards Anju -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Friday, January 18, 2019 10:35 AM To: Anju Thomas Cc: d...@openvswitch.org; Rohith Basavaraja ; Keshav Gupta Subject: Re: [PATCH v6] Improved Packet Drop Statistics in OVS Yes. Thank you. I'l

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-18 Thread Ben Pfaff
On Thu, Jan 17, 2019 at 04:49:20AM +, Anju Thomas wrote: > Currently OVS maintains explicit packet drop/error counters only on port > level. Packets that are dropped as part of normal OpenFlow processing are > counted in flow stats of “drop” flows or as table misses in table stats. >

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-20 Thread Anju Thomas
Hi Ben, Thank you for the comments. Replies inline Regards Anju -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Friday, January 18, 2019 11:45 PM To: Anju Thomas Cc: d...@openvswitch.org; Keshav Gupta Subject: Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-22 Thread Ben Pfaff
On Mon, Jan 21, 2019 at 07:01:33AM +, Anju Thomas wrote: > On Thu, Jan 17, 2019 at 04:49:20AM +, Anju Thomas wrote: > > Currently OVS maintains explicit packet drop/error counters only on port > > level. Packets that are dropped as part of normal OpenFlow processing > > are > > cou

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-23 Thread Anju Thomas
Hi Ben, Thanks for reply. I just have one doubt . Reply inline Regards Anju -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Wednesday, January 23, 2019 5:57 AM To: Anju Thomas Cc: d...@openvswitch.org; Keshav Gupta Subject: Re: [ovs-dev] [PATCH v6] Improved Packet

Re: [ovs-dev] [PATCH v6] Improved Packet Drop Statistics in OVS

2019-01-23 Thread Ben Pfaff
On Wed, Jan 23, 2019 at 09:52:02AM +, Anju Thomas wrote: > On Mon, Jan 21, 2019 at 07:01:33AM +, Anju Thomas wrote: > > On Thu, Jan 17, 2019 at 04:49:20AM +, Anju Thomas wrote: > > > Currently OVS maintains explicit packet drop/error counters only on port > > > level. Packets that a