[ovs-dev] [PATCH v3 3/4] ovs-bugtool: Enhancement of bugtool plugins.

2018-01-10 Thread Dávid Patrik Pintér
Bugtool extended with NUMA related, QoS related and RHEL specific information. Signed-off-by: David Patrik Pinter Signed-off-by: Miklos Pelyva Co-authored-by: Miklos Pelyva ---

[ovs-dev] [PATCH v3 2/4] ovs-bugtool: Refactorize bugtool plugin xml files.

2018-01-10 Thread Dávid Patrik Pintér
Introducing new query calling practice: - single line query called directly from plugin xml - multiple line query saved as script and the script is called from plugin xml Signed-off-by: David Patrik Pinter --- utilities/bugtool/automake.mk

[ovs-dev] [PATCH v3 1/4] ovs-bugtool: Bugfix for bugtool plugin queries.

2018-01-10 Thread Dávid Patrik Pintér
Introducing 'ovs-bugtool-ovs-ofctl-loop-over-bridges' bash script. It calls ovs-ofctl commands given as first parameter for each bridge with the corresponding open flow protocol option. Usage: ovs-bugtool-ovs-ofctl-loop-over-bridges "param1" "param2" - param1: ovs-ofctl command to call (show,

[ovs-dev] [PATCH v3 0/4] ovs-bugtool: Enahncing and refactoring the OVS-Bugtool.

2018-01-10 Thread Dávid Patrik Pintér
The development and maintenance of the OVS-Bugtool is long due. It completely ignores DPDK datapath-related logs and information, which are essential by troubleshooting OVS with DPDK datapath. There is also a wide set of none DPDK-related files and commands already used by the community but not

[ovs-dev] [PATCH v3 4/4] ovs-bugtool: Extend bugtool with query repeat feature.

2018-01-10 Thread Dávid Patrik Pintér
Devs can configure bugtool plugin queries to be repeated using repeat counters. The value of a repeat counter is an integer greater than 1. The outputs of a repeated query are saved in the same output file with date headers. Queries without repeat counter will run only once. Users can set the

[ovs-dev] [PATCH v2 3/4] ovs-bugtool: Enhancement of bugtool plugins.

2018-01-04 Thread Dávid Patrik Pintér
Bugtool extended with NUMA related, QoS related and RHEL specific information. Signed-off-by: David Patrik Pinter --- utilities/bugtool/automake.mk | 6 +++- utilities/bugtool/ovs-bugtool-get-dpdk-nic-numa| 25 ++

[ovs-dev] [PATCH v2 0/4] ovs-bugtool: Enahncing and refactoring the OVS-Bugtool.

2018-01-04 Thread Dávid Patrik Pintér
The development and maintenance of the OVS-Bugtool is long due. It completely ignores DPDK datapath-related logs and information, which are essential by troubleshooting OVS with DPDK datapath. There is also a wide set of none DPDK-related files and commands already used by the community but not

[ovs-dev] [PATCH v2 1/4] ovs-bugtool: Bugfix for bugtool plugin queries.

2018-01-04 Thread Dávid Patrik Pintér
Introducing 'ovs-bugtool-ovs-ofctl-loop-over-bridges' bash script. It calls ovs-ofctl commands given as first parameter for each bridge with the corresponding open flow protocol option. Usage: ovs-bugtool-ovs-ofctl-loop-over-bridges "param1" "param2" - param1: ovs-ofctl command to call (show,

[ovs-dev] [PATCH v2 4/4] ovs-bugtool: Extend bugtool with query repeat feature.

2018-01-04 Thread Dávid Patrik Pintér
Devs can configure bugtool plugin queries to be repeated using repeat counters. The value of a repeat counter is an integer greater than 1. The outputs of a repeated query are saved in the same output file with date headers. Queries without repeat counter will run only once. Users can set the

[ovs-dev] [PATCH v2 2/4] ovs-bugtool: Refactorize bugtool plugin xml files.

2018-01-04 Thread Dávid Patrik Pintér
Introducing new query calling practice: - single line query called directly from plugin xml - multiple line query saved as script and the script is called from plugin xml Signed-off-by: David Patrik Pinter --- utilities/bugtool/automake.mk

Re: [ovs-dev] [PATCH v2 0/4] ovs-bugtool: Enahncing and refactoring the OVS-Bugtool.

2018-01-10 Thread Dávid Patrik Pintér
/ BR, David -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: January 09, 2018 22:11 To: Dávid Patrik Pintér <david.patrik.pin...@ericsson.com> Cc: 'd...@openvswitch.org' <d...@openvswitch.org> Subject: Re: [ovs-dev] [PATCH v2 0/4] ovs-bugtool: Enahncing and

[ovs-dev] [PATCH 1/4] ovs-bugtool: Bugfix for bugtool plugin queries.

2018-01-04 Thread Dávid Patrik Pintér
Introducing 'ovs-bugtool-ovs-ofctl-loop-over-bridges' bash script. It calls ovs-ofctl commands given as first parameter for each bridge with the corresponding open flow protocol option. Usage: ovs-bugtool-ovs-ofctl-loop-over-bridges "param1" "param2" - param1: ovs-ofctl command to call (show,

[ovs-dev] [PATCH 0/4] ovs-bugtool: Enahncing and refactoring the OVS-Bugtool.

2018-01-04 Thread Dávid Patrik Pintér
The development and maintenance of the OVS-Bugtool is long due. It completely ignores DPDK datapath-related logs and information, which are essential by troubleshooting OVS with DPDK datapath. There is also a wide set of none DPDK-related files and commands already used by the community but not

[ovs-dev] [PATCH 2/4] ovs-bugtool: Refactorize bugtool plugin xml files.

2018-01-04 Thread Dávid Patrik Pintér
Introducing new query calling practice: - single line query called directly from plugin xml - multiple line query saved as script and the script is called from plugin xml --- utilities/bugtool/automake.mk| 12 +--- utilities/bugtool/ovs-bugtool-bfd-show

[ovs-dev] [PATCH 3/4] ovs-bugtool: Enhancement of bugtool plugins.

2018-01-04 Thread Dávid Patrik Pintér
Bugtool extended with NUMA related, QoS related and RHEL specific information. --- utilities/bugtool/automake.mk | 6 +++- utilities/bugtool/ovs-bugtool-get-dpdk-nic-numa| 25 ++ .../bugtool/ovs-bugtool-ovs-bridge-datapath-type | 22 +

[ovs-dev] [PATCH 4/4] ovs-bugtool: Extend bugtool with query repeat feature.

2018-01-04 Thread Dávid Patrik Pintér
Devs can configure bugtool plugin queries to be repeated using repeat counters. The value of a repeat counter is an integer greater than 1. The outputs of a repeated query are saved in the same output file with date headers. Queries without repeat counter will run only once. Users can set the