Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Compatibility Changes to Run ONVM on Ubuntu 18.04.1 (#72)
Modifies necessary files to make ONVM compatible with Ubuntu 18.04.1 LTS. With the new Ubuntu version comes an upgraded version of gcc, which has stricter checks in place with regards to strict aliasing, formatting, etc. This pull request modifies code where these errors occurred. Commit log: * Updating makefiles * Updating makefiles for gcc 7.3.0 * Update Makefile * Updating Makefiles for Ubuntu 18.04.1 LTS compatibility * Updating Makefiles * Update Makefile * Update onvm_common.h * Update onvm_common.h * Update onvm_common.h * Update onvm_common.h * Update cJSON.c * Update onvm_nflib.c * Update onvm_nflib.c * testing * Update cJSON.c * tests * testing * Update Makefile * Update onvm_init.c * Update onvm_init.c * Update onvm_init.c * Update onvm_init.c * Update onvm_init.c * Update onvm_init.c * Remove no changes * Removing modified pr file * Removing modified pr file * Removing modified pr file * Removing modified pr file * Update pktgen-dpdk * Revert "Update pktgen-dpdk" This reverts commit aae8018. * Update pktgen-dpdk * Revert "Update pktgen-dpdk" This reverts commit 1099ed8. * Update pktgen-dpdk * Revert "Update pktgen-dpdk" This reverts commit 356de57. * Update cJSON.c * Fallthrough comments * Update fallthrough comments
- Loading branch information