- Jun 09, 2022
-
-
Lijian Zhang authored
The commit log check tool is ported from DPDK project. As DPDK project is BSD-3-Clause License, so keep the license exceptions in LICENSE.rst file. Add commit log check target in Makefile. Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Tianyu Li <Tianyu.Li@arm.com> Change-Id: Id103f616d621ec0c6f3f0bb6b28614ab13d7634d
-
Lijian Zhang authored
Print the files with license text issues without any additional user input. Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Tianyu Li <Tianyu.Li@arm.com> Change-Id: I3dbdd4b9b045f5735e4938059cdeacc4b26853ab
-
- Update build script: * Remove 'git clone' as repos are managed through manifest file * Update directory structure to match the one in manifest file - Replace quickstart.md with doc/quickstart.rst - Update DPDK L3 Fwd application in user guide - Update README.md * Remove reference to specific solutions releases * To point to quickstart and user guides Signed-off-by:
Dharmik Thakkar <dharmik.thakkar@arm.com> Signed-off-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Reviewed-by:
Tianyu Li <Tianyu.Li@arm.com> Change-Id: Iee9d3b1c9fe8ae1d49aeed8d36173d74bdbf3266
-
The components directory contains code from upstream projects. There is no need to run license-check and license-fix in those directories. Signed-off-by:
Tianyu Li <tianyu.li@arm.com> Reviewed-by:
Lijian Zhang <lijian.zhang@arm.com> Change-Id: I95a0758feef8293a1dd08be0dd2d2f4e029d0e87
-
Lijian Zhang authored
Add scripts to identify and fix issues with license text in various files. Update files with license text issues using these scripts. Use 'make license-check' to identify license issues and 'make license-fix' to fix the issues. Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Tianyu Li <Tianyu.Li@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Change-Id: I33b88f00830aba4471c8065256815a1421cab76f
-
Lijian Zhang authored
Add Sphinx based documentation and the infrastructure to build documentation. Along with this add overview and place holders for user guide. Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by:
Tianyu Li <Tianyu.Li@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Change-Id: I14c705af4c148b3fbbc0b779af2c1e1e0f108d7f
-
Fix the DPDK l3fwd command and add the requirement of root privileges. Add the setup step, run and test section headings. Fix few typos. Signed-off-by:
Dharmik Thakkar <dharmik.thakkar@arm.com> Signed-off-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Change-Id: Iebae259cee36b0b8f2f4b45a7270143ab4f5e744
-
Build script checks out v21.11 release of DPDK. Signed-off-by:
Dharmik Thakkar <dharmik.thakkar@arm.com> Signed-off-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by:
Malvika Gupta <malvika.gupta@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Change-Id: Ibddc5d5116a438d5c5061246b20da7e3cd2f0956
-
Add the following files: setup.sh - installs dependencies for all the components of the solution. Currently, dependencies for DPDK are added. build.sh - builds all the components of the solution. Currently, builds DPDK. quickstart.md - provides instructions on how to get started CHANGELOG.md - contains the changes made in each release. README.md - provides a brief introduction to the dataplane stack solution Signed-off-by:
Dharmik Thakkar <dharmik.thakkar@arm.com> Reviewed-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by:
Nathan Brown <nathan.brown@arm.com> Change-Id: I8347ee52a3ba0562db61a24ae646f147a7a463c1
-
Lijian Zhang authored
Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Change-Id: I69f449c504b2e263ede324de0a7de7523264c265
-
- Apr 12, 2022
-
-
Jingjing Ma authored
-