Re: [ovs-dev] Status of Open vSwitch with DPDK

2015-08-14 Thread Thomas F Herbert
On 8/14/15 12:04 PM, Gray, Mark D wrote: Hi Daniele, Thanks for starting this conversation. It is a good list :) I have crossed-posted this to dpdk.org as I feel that some of the points could be interesting to that community as they are related to how DPDK is used. How do "users" of OVS with

Re: [ovs-dev] [PATCH] rhel: add installed but not packaged OVN tools

2015-08-14 Thread Justin Pettit
> On Aug 14, 2015, at 6:23 AM, Russell Bryant wrote: > > On 08/13/2015 03:06 PM, Flavio Leitner wrote: >> This patch adds the following to OVN %files: >> /usr/bin/ovn-controller-vtep >> /usr/bin/ovn-sbctl >> /usr/share/man/man8/ovn-controller-vtep.8.gz >> /usr/share/man/man8/ovn-sbctl.8.

Re: [ovs-dev] Status of Open vSwitch with DPDK

2015-08-14 Thread Gray, Mark D
Hi Daniele, Thanks for starting this conversation. It is a good list :) I have crossed-posted this to dpdk.org as I feel that some of the points could be interesting to that community as they are related to how DPDK is used. How do "users" of OVS with DPDK feel about this list? Does anyone disa

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] rhel: add installed but not packaged OVN tools

2015-08-14 Thread Russell Bryant
On 08/13/2015 03:06 PM, Flavio Leitner wrote: > This patch adds the following to OVN %files: >/usr/bin/ovn-controller-vtep >/usr/bin/ovn-sbctl >/usr/share/man/man8/ovn-controller-vtep.8.gz >/usr/share/man/man8/ovn-sbctl.8.gz > > Signed-off-by: Flavio Leitner Acked-by: Russell Bry

Re: [ovs-dev] [PATCH] coverage: Add coverage_try_clear() for performance-critical threads.

2015-08-14 Thread Ilya Maximets
I've tested that. Looks good for me. Acked-by: Ilya Maximets On 13.08.2015 21:48, Alex Wang wrote: > For performance-critical threads like pmd threads, we currently make them > never call coverage_clear() to avoid contention over the global mutex > 'coverage_mutex'. So, even though pmd thread s