From 1c0965c40377d43ae3810cd0581347cc24960d18 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Sat, 2 Jun 2018 02:23:05 +0800 Subject: Bump master's JVPP version to 18.07 Change-Id: Ic74ff2da23facce1bf843f3df2ab30cbe2caeb77 Signed-off-by: Hongjun Ni --- nsh-plugin/configure.ac | 2 +- nsh-plugin/java/jvpp/pom.xml | 4 ++-- nsh-plugin/java/pom.xml | 4 ++-- nsh-plugin/nsh/nsh.h | 6 ++++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/nsh-plugin/configure.ac b/nsh-plugin/configure.ac index 0557b01..2c69db6 100644 --- a/nsh-plugin/configure.ac +++ b/nsh-plugin/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(nsh_plugin, 18.04) +AC_INIT(nsh_plugin, 18.07) AM_INIT_AUTOMAKE AC_PROG_LIBTOOL diff --git a/nsh-plugin/java/jvpp/pom.xml b/nsh-plugin/java/jvpp/pom.xml index f6229d7..6d29017 100644 --- a/nsh-plugin/java/jvpp/pom.xml +++ b/nsh-plugin/java/jvpp/pom.xml @@ -4,7 +4,7 @@ io.fd.nsh_sfc nsh-sfc - 18.04-SNAPSHOT + 18.07-SNAPSHOT jar nsh-sfc @@ -14,7 +14,7 @@ io.fd.vpp jvpp-registry - 18.04-SNAPSHOT + 18.07-SNAPSHOT diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml index 8e913c8..65a7dab 100644 --- a/nsh-plugin/java/pom.xml +++ b/nsh-plugin/java/pom.xml @@ -4,7 +4,7 @@ io.fd.nsh_sfc nsh-sfc - 18.04-SNAPSHOT + 18.07-SNAPSHOT jar nsh-sfc @@ -18,7 +18,7 @@ io.fd.vpp jvpp-registry - 18.04-SNAPSHOT + 18.07-SNAPSHOT diff --git a/nsh-plugin/nsh/nsh.h b/nsh-plugin/nsh/nsh.h index d763f87..1b14567 100644 --- a/nsh-plugin/nsh/nsh.h +++ b/nsh-plugin/nsh/nsh.h @@ -34,6 +34,9 @@ typedef struct { * rewrite and rewrite_size used to support varied nsh header */ typedef struct { + /* Required for pool_get_aligned */ + CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); + nsh_base_header_t nsh_base; union { nsh_md1_data_t md1_data; @@ -54,6 +57,9 @@ typedef struct { } nsh_add_del_entry_args_t; typedef struct { + /* Required for pool_get_aligned */ + CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); + /** Key for nsh_header_t entry: 24bit NSP 8bit NSI */ u32 nsp_nsi; /** Key for nsh_header_t entry to map to. : 24bit NSP 8bit NSI -- cgit 1.2.3-korg