Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-09-09 Thread Flavio Leitner
On Wed, Sep 09, 2015 at 08:41:06AM -0700, Ben Pfaff wrote: > On Wed, Sep 09, 2015 at 02:49:40PM +, Puha, TimoX wrote: > > Hi, > > > > > From: Flavio Leitner [mailto:f...@sysclose.org] > > > Sent: Friday, August 14, 2015 4:15 PM > > > > > On Wed, Jul 01, 2015 at 11:49:12AM +0100, Timo Puha wro

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-09-09 Thread Ben Pfaff
On Wed, Sep 09, 2015 at 02:49:40PM +, Puha, TimoX wrote: > Hi, > > > From: Flavio Leitner [mailto:f...@sysclose.org] > > Sent: Friday, August 14, 2015 4:15 PM > > > On Wed, Jul 01, 2015 at 11:49:12AM +0100, Timo Puha wrote: > > > New stats for vhost ports are rx_bytes, tx_bytes, multicast, rx

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-09-09 Thread Puha, TimoX
Hi, > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Friday, August 14, 2015 4:15 PM > On Wed, Jul 01, 2015 at 11:49:12AM +0100, Timo Puha wrote: > > New stats for vhost ports are rx_bytes, tx_bytes, multicast, rx_errors and > > rx_length_errors. New stats for PMD ports are rx_dropped, r

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-08-14 Thread Flavio Leitner
On Wed, Jul 01, 2015 at 11:49:12AM +0100, Timo Puha wrote: > New stats for vhost ports are rx_bytes, tx_bytes, multicast, rx_errors and > rx_length_errors. New stats for PMD ports are rx_dropped, rx_length_errors, > rx_crc_errors and rx_missed_errors. DPDK imissed packets are now classified > as dr

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-08-12 Thread Puha, TimoX
Hi, From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Puha, TimoX > From: Weglicki, MichalX > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > > >Do you know how much it is going to impact the vhost throughput? Other than > > this the change looks goo

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-07-13 Thread Puha, TimoX
Hi, From: Weglicki, MichalX > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > >Do you know how much it is going to impact the vhost throughput? Other than > this the change looks good to me. > > I compared the results based on (OVS head) vs (OVS head + patch)

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-07-09 Thread Weglicki, MichalX
iginal Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di Proietto Sent: Monday, July 6, 2015 6:59 PM To: Puha, TimoX Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics. On 01/07/2015 11:49, "Timo Puha" wrote: >

Re: [ovs-dev] [PATCH] netdev-dpdk: Add some missing statistics.

2015-07-06 Thread Daniele Di Proietto
On 01/07/2015 11:49, "Timo Puha" wrote: >New stats for vhost ports are rx_bytes, tx_bytes, multicast, rx_errors and >rx_length_errors. New stats for PMD ports are rx_dropped, >rx_length_errors, >rx_crc_errors and rx_missed_errors. DPDK imissed packets are now >classified >as dropped instead of e