[ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 17.05.1.

2017-06-30 Thread mweglicx
Upgrading to DPDK 17.05.1 stable release adds new significant features relevant to OVS, including, but not limited to: - tun/tap PMD, - VFIO hotplug support, - Generic flow API. Following changes are applied: - netdev-dpdk: Changes required by DPDK API modifications. - doc: Because of DPDK API

[ovs-dev] [RFC PATCH v2] Update relevant artifacts to add support for DPDK 17.05.1.

2017-06-29 Thread mweglicx
Patch is marked as RFC because DPDK 17.05.1 is not yet published. Upgrading to DPDK 17.05.1 stable release adds new significant features relevant to OVS, including, but not limited to: - tun/tap PMD, - VFIO hotplug support, - Generic flow API. Following changes are applied: - netdev-dpdk:

[ovs-dev] [RFC PATCH] Update relevant artifacts to add support for DPDK 17.05.1.

2017-06-27 Thread mweglicx
Patch is marked as RFC because DPDK 17.05.1 is not yet published. Upgrading to DPDK 17.05.1 stable release adds new significant features relevant to OVS, including, but not limited to: - tun/tap PMD, - VFIO hotplug support, - Generic flow API. Following changes are applied: - netdev-dpdk:

[ovs-dev] [RFC PATCH v6] Update relevant artifacts to add support for DPDK 17.05.

2017-06-12 Thread mweglicx
Patch is marked as RFC because of DPDK 17.05 possible crash: http://dpdk.org/dev/patchwork/patch/25012/ Upgrading to DPDK 17.05 adds new significant features relevant to OVS, including, but not limited to: - vhost pmd, - tun/tap PMD, - VFIO hotplug support, - Generic flow API. Following changes

[ovs-dev] [PATCH v5] Update relevant artifacts to add support for DPDK 17.05.

2017-06-08 Thread mweglicx
Upgrading to DPDK 17.05 adds new significant features relevant to OVS, including, but not limited to: - vhost pmd, - tun/tap PMD, - VFIO hotplug support, - Generic flow API. Following changes are applied: - netdev-dpdk: Changes required by DPDK API modifications. - doc: Because of DPDK API

[ovs-dev] [PATCH v2] ofproto-dpif-ipfix: total counters.

2017-04-20 Thread mweglicx
Implementation of IPFix counters which hold total values measured since metering process startup. v2: Patch is reapplied for a review because it hasn't been correctly marked in patchwork. Signed-off-by: Michal Weglicki --- ofproto/ofproto-dpif-ipfix.c | 110

[ovs-dev] [PATCH] ofproto-dpif-ipfix: total counters.

2017-04-19 Thread mweglicx
Implementation of IPFix counters which hold total values measured since metering process startup. Signed-off-by: Michal Weglicki --- ofproto/ofproto-dpif-ipfix.c | 110 +-- 1 file changed, 85 insertions(+), 25 deletions(-)

[ovs-dev] [PATCH] ovs-bugtool: Correct "rmdir" error messages during "make distcheck".

2016-07-29 Thread mweglicx
Remove duplicated delete attempts and error messages during distcheck clean procedure. Signed-off-by: Michal Weglicki --- utilities/bugtool/automake.mk | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utilities/bugtool/automake.mk

[ovs-dev] [PATCH] Extended statistics patch.

2016-05-05 Thread mweglicx
Implementation of new statistics extension for DPDK ports: - Add new counters definition to netdev struct and open flow, based on RFC2819. - Initialize netdev statistics as "filtered out" before passing it to particular netdev implementation (because of that change, statistics which are not

[ovs-dev] [PATCH v3] Update relevant artifacts to add support for DPDK 16.04.

2016-04-14 Thread mweglicx
Following changes are applied: - INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been removed because it is no longer present in DPDK configuration (combined library is created by default), - INSTALL.DPDK.md: VHost Cuse configuration is updated, - netdev-dpdk.c: Link speed

[ovs-dev] [PATCH v2] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread mweglicx
Following changes are applied: - INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been removed because it is no longer present in DPDK configuration (combined library is created by default), - INSTALL.DPDK.md: VHost Cuse configuration is updated, - netdev-dpdk.c: Link speed

[ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-12 Thread mweglicx
Following changes are applied: - INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been removed because it is no longer present in DPDK configuration (combined library is created by default), - INSTALL.DPDK.md: VHost Cuse configuration is updated, - netdev-dpdk.c: Link speed

[ovs-dev] [PATCH] Installation steps correction for DPDK 2.2.

2016-02-05 Thread mweglicx
Missing step added to INSTALL.DPDK.md which prevents installation error message. Signed-off-by: Michal Weglicki --- INSTALL.DPDK.md | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index

[ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK v2.2.0.

2015-12-23 Thread mweglicx
Following changes have been applied: - INSTALL.DPDK.md: change DPDK version number, - build.sh: change DPDK version number. Signed-off-by: Michal Weglicki --- .travis/build.sh | 2 +- INSTALL.DPDK.md | 10 +- 2 files changed, 6 insertions(+), 6

[ovs-dev] [PATCH] netdev_dpdk: pci_dev pointer check.

2015-12-02 Thread mweglicx
This change prevents netdev_dpdk from accessing pointer which is not valid. Signed-off-by: Michal Weglicki --- lib/netdev-dpdk.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 4658416..2831a1b

[ovs-dev] [PATCH RFC v2] ofproto: RFC extended statistics patch.

2015-11-23 Thread mweglicx
Implementation of new statistics extension: - new counters definition based on RFC2819, - new statistics are retrieved using experimenter code and are printed as a result to ofctl dump-ports, - new statistics are printed to output via ofctl only if those are present in reply message, - new

[ovs-dev] [PATCH RFC] ofproto: RFC extended statistics patch

2015-10-09 Thread mweglicx
Implementation of new statistics extension: - new counters definition based on RFC2819, - new command line option for ovs-ofctl: port-dump-ext, - new message definition has been created in nicira-ext.h, - new raw types OFPRAW_NXST_PORT_REQUEST, OFPRAW_NXST_PORT_REPLY have been created. - new