From: Yujun Zhang Date: Tue, 18 Apr 2017 08:51:46 +0000 (+0800) Subject: Optimize nDPI repeating speed X-Git-Tag: opnfv-5.0.0~185^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=da8479496691122d49a6bbf61a2dd3355af85fba;p=qtip.git Optimize nDPI repeating speed - check existence of target file for nDPI build task - skip git updating Change-Id: I7e91df0a38845b2ba8a2dec938b51e1ccc6554cc Signed-off-by: Yujun Zhang --- diff --git a/resources/metric/nDPI.yaml b/resources/metric/nDPI.yaml index c73d367f..79225443 100644 --- a/resources/metric/nDPI.yaml +++ b/resources/metric/nDPI.yaml @@ -46,6 +46,7 @@ repo: https://github.com/ntop/nDPI.git dest: "{{ nDPI_cwd }}" depth: 1 + update: no - name: build nDPI library command: '{{ item }}' @@ -55,6 +56,7 @@ - make args: chdir: "{{ nDPI_cwd }}" + creates: example/ndpiReader - name: copy sample packet file copy: