aboutsummaryrefslogtreecommitdiffstats
path: root/cicn-plugin/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Moving to vpp 17.07Vpp-plugin-v17.07Alberto Compagno1-19/+7
Change-Id: I921db3d057fe96b465c6ebbe0f2156fa8c56ab6f Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2017-09-13Install correct version of the vpp-lib before building.Mauro Sardara1-3/+8
Change-Id: I8c210a133a89a2083ff9523055b9446dcd499f91 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-09-13Minor fix for package buildingAlberto Compagno1-1/+1
Change-Id: I4879067ae627aa9f605beb4984c1c9488f35ba9f Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2017-09-13Added dependency to vpp-plugins package. Fixed indentation in the codeAlberto Compagno1-1/+1
Change-Id: I6c789dbd3d95c7f6341a7a98e9e7ba7f797e53f8 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2017-06-03Triggering master buildsMauro Sardara1-1/+0
Change-Id: I666b81c0559a7a9896ecaa59157385f8cf1fdec0 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-02Update cicn-plugin for vpp v17.04 (from v17.01)Vpp-plugin-v17.04Jim Gibson1-5/+5
1. Changes for cicn-plugin to build under v17.04: - update build files to v17.04, including - no longer need/want plugin to include dpdk headers (though still link in dpdk plugin) - vpp include changes - relocation of vpe.api.h - relocation of pneum.h - for modprobe, replace igb_uio with uio_pci_generic - vnet/ip/udp.h => vnet/udp/udp.h - update cicn vpp plugin registration per vpp changes - use new VLIB_PLUGIN_REGISTER() macro - delete no-loger-supported vlib_plugin_register() function, moving contents of latter to cicn_init - remove sm->ethernet_main, which was not used and is no longer part of plugin boilerplate. - cicn_api_test_plugin.so (plugin for vpp_api_test) - update per 17.04 updated requirements: vat_api_hookup => cicn_vat_api_hookup - buffering/cloning changes needed for building - CICN_FEATURE_VPP_VLIB_CLONING hard-coded enabled and removed, - CICN_FEATURE_DPDK_RTEMBUF_CLONING removed - Small indentation updates from vpp checkstyle.sh 2. Updates for new vlib_buffer_attach_clone() API now exported by vpp - remove code to manage rte_mbuf: cicn plugin now longer depends on dpdk being present. - remove use of indirect header for cloned cs entry: new scheme supports having hdr buffer point directly to shared buffer rather that requiring hdr buffer to poitn to indirect header that points to cs buffer - cicn_rte_mbuf_inlines.h replaced by much smaller cicn_infra_inlines.h - report new characteristic of whether cloning replication is enabled - "cicn show internal" (dbg cli), "cicn_api_node_params_get" (vpp_api_test) - update output accordingly - cicn_show: other tweaks to output 3. In node.c, in code for dropping possibly multiple buffers - delete ifdef'd-out code block for dropping using the drop node [this codepath possibly had buffer problems.] - retain code that instead drops by freeing buffers directly. [this codepath has been robust with respect to buffer management] Change-Id: I6e3d18153f52d8b94773332a39cc452873589baf Signed-off-by: Jim Gibson <gibson+fdio@cisco.com>
2017-04-19Adding possibility to run build script from any folder.Mauro Sardara1-2/+3
Change-Id: I6237ca5282704f83db3df82ba7617defa559896f Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-13Adding support for package creation.Mauro Sardara2-0/+266
The script for creating the package is scripts/build-package.sh, and it will create the correct package depending on the OS and the architecture users are running on. Supported OS: Ubuntu 16.04, Ubuntu 14.04 Change-Id: Ifa8564eda8d7b1f39ea3250500d78b6873072959 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>