[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(-)