Bump master's JVPP version to 18.07 41/12841/2 master v18.10-rc0
authorHongjun Ni <[email protected]>
Fri, 1 Jun 2018 18:23:05 +0000 (02:23 +0800)
committerHongjun Ni <[email protected]>
Fri, 1 Jun 2018 18:59:24 +0000 (02:59 +0800)
Change-Id: Ic74ff2da23facce1bf843f3df2ab30cbe2caeb77
Signed-off-by: Hongjun Ni <[email protected]>
nsh-plugin/configure.ac
nsh-plugin/java/jvpp/pom.xml
nsh-plugin/java/pom.xml
nsh-plugin/nsh/nsh.h

index 0557b01..2c69db6 100644 (file)
@@ -1,5 +1,5 @@
 
-AC_INIT(nsh_plugin, 18.04)
+AC_INIT(nsh_plugin, 18.07)
 AM_INIT_AUTOMAKE
 
 AC_PROG_LIBTOOL
index f6229d7..6d29017 100644 (file)
@@ -4,7 +4,7 @@
 
   <groupId>io.fd.nsh_sfc</groupId>
   <artifactId>nsh-sfc</artifactId>
-  <version>18.04-SNAPSHOT</version>
+  <version>18.07-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>nsh-sfc</name>
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>io.fd.vpp</groupId>
       <artifactId>jvpp-registry</artifactId>
-      <version>18.04-SNAPSHOT</version>
+      <version>18.07-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
index 8e913c8..65a7dab 100644 (file)
@@ -4,7 +4,7 @@
 
   <groupId>io.fd.nsh_sfc</groupId>
   <artifactId>nsh-sfc</artifactId>
-  <version>18.04-SNAPSHOT</version>
+  <version>18.07-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>nsh-sfc</name>
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>io.fd.vpp</groupId>
       <artifactId>jvpp-registry</artifactId>
-      <version>18.04-SNAPSHOT</version>
+      <version>18.07-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
index d763f87..1b14567 100644 (file)
@@ -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