aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-05-02 07:23:28 +0000
committerPeter Mikus <pmikus@cisco.com>2018-05-02 07:53:02 +0000
commit4c55685fe082a34bf34e28e67dc3e848de6d7f60 (patch)
tree0fe0244451369f15dd8d6a74244537cc50858b08
parentfc3fec34f9befb4781fbdfb4d9cc669f08f70624 (diff)
FIX: Ligato VPP_AGENT_VERSION
Change-Id: Ifce0fd94652498302d3e36f6b83453a701784619 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 1cdddef1e93f3aa040ae2611456ec5825798d5c6)
-rw-r--r--VPP_AGENT_STABLE_VER2
-rw-r--r--bootstrap-verify-perf-ligato.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/VPP_AGENT_STABLE_VER b/VPP_AGENT_STABLE_VER
index 26e5d19510..59c6dc5f53 100644
--- a/VPP_AGENT_STABLE_VER
+++ b/VPP_AGENT_STABLE_VER
@@ -1 +1 @@
-v1.3 \ No newline at end of file
+pantheon-dev \ No newline at end of file
diff --git a/bootstrap-verify-perf-ligato.sh b/bootstrap-verify-perf-ligato.sh
index 44ebd8d9f3..63e2b9b7e8 100644
--- a/bootstrap-verify-perf-ligato.sh
+++ b/bootstrap-verify-perf-ligato.sh
@@ -102,7 +102,7 @@ if [ $? != 0 ]; then
echo "Failed to run: git clone --depth 1 ${LIGATO_REPO_URL}/vpp-agent"
exit 1
fi
-cd vpp-agent && git checkout tags/${VPP_AGENT_STABLE_VER}
+cd vpp-agent && git checkout ${VPP_AGENT_STABLE_VER}
# If the git checkout fails, complain clearly and exit
if [ $? != 0 ]; then
echo "Failed to run: git checkout ${VPP_AGENT_STABLE_VER}"
to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <vppinfra/types.h> #if defined (__SSE2__) u8 u32x4_compare_word_mask_table[256] = { [0xf0] = (1 << 1), [0x0f] = (1 << 0), [0xff] = (1 << 0) | (1 << 1), }; #endif /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */