- Jun 30, 2025
-
-
Add additional details and links to documentation. Signed-off-by:
Robin Shapley <robin.shapley@arm.com>
-
- Feb 15, 2024
-
-
Signed-off-by:
Luca Vizzarro <Luca.Vizzarro@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Change-Id: I90751410445fa5a130d58bd5d70487b69a50100a
-
- Feb 14, 2024
-
-
Reviewed-by:
Dhruv Tripathi <Dhruv.Tripathi@arm.com> Reviewed-by:
Paul Szczepanek <Paul.Szczepanek@arm.com> Reviewed-by:
Nathan Brown <Nathan.Brown@arm.com> Signed-off-by:
Luca Vizzarro <Luca.Vizzarro@arm.com> Change-Id: I2816a14565f4d020a48ddb2ac7f85636cea29c4b
-
- Jan 26, 2024
-
-
Improve verbiage of security disclaimer. Suggested-by:
Dhruv Tripathi <dhruv.tripathi@arm.com> Signed-off-by:
Nathan Brown <nathan.brown@arm.com> Reviewed-by:
Dhruv Tripathi <dhruv.tripathi@arm.com> Change-Id: Ica6b7bff9f8e6f236d313ef616da8b36b94a2708
-
- May 06, 2023
-
-
Yefeng Lin authored
Copyright (c) 2022 replace with Copyright (c) 2022-2023 Signed-off-by:
Yefeng Lin <yefeng.lin@arm.com> Reviewed-by:
Nathan Brown <nathan.brown@arm.com> Change-Id: I084397cc0f06ac802aae20ff60518ccc9f23885a
-
- Apr 27, 2023
-
-
- Fix some typos in docs - Adjust sentences structure - Update words list Signed-off-by:
Yefeng Lin <yefeng.lin@arm.com> Reviewed-by:
Liangxing Wang <liangxing.wang@arm.com> Reviewed-by:
Nathan Brown <nathan.brown@arm.com> Change-Id: I2dbe98237c618719eedf36d4a11cc4e92e6a26d9
-
- Update maintainer email to dataplane-stack@arm.com - Update MAINTAINERS descriptions Signed-off-by:
Yefeng Lin <yefeng.lin@arm.com> Reviewed-by:
Liangxing Wang <liangxing.wang@arm.com> Reviewed-by:
Nathan Brown <nathan.brown@arm.com> Change-Id: I9051018cef09293076179a8bc9969eca1f4beb4f
-
Only the release version of project online document [2] is accessible to public, and the latest version link [1] is made invisible. The online document link [0] will be redirected to the lastest release version of document, which is the v22.06 release [2] as of now. [0] https://dataplane-stack.docs.arm.com [1] https://dataplane-stack.docs.arm.com/en/latest [2] https://dataplane-stack.docs.arm.com/en/nw-ds-2022.06.30/ Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Yefeng Lin <Yefeng.Lin@arm.com> Reviewed-by:
Liangxing Wang <Liangxing.Wang@arm.com> Change-Id: I4e40e83c9b03d82773706c03560b66c3d5bc80ea
-
- Jun 16, 2022
-
-
Lijian Zhang authored
- Keep "Feedback and Support" section consistent in README.md and overview.rst. - Remove support@arm.com, as customer support is not available yet by Customer Support team. - Replace 'Fast Model' with more formal 'Fixed Virtual Platforms', and update the architecture diagram accordingly. - Mention software traffic generator support in the future. Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Tianyu Li <tianyu.li@arm.com> Reviewed-by:
Willen Yang <Willen.Yang@arm.com> Change-Id: I6c8028343c37bed292756713f460d19886c11b30
-
- Jun 14, 2022
-
-
Fix typo and unify headers in README.md Signed-off-by:
Jieqiang Wang <jieqiang.wang@arm.com> Reviewed-by:
Lijian Zhang <lijian.zhang@arm.com> Reviewed-by:
Tianyu Li <tianyu.li@arm.com> Change-Id: I3e237662ea091d6679f8f660c4e683f359190256
-
- Jun 09, 2022
-
-
Fix typo and improve sentence readability in documentation. Signed-off-by:
Jieqiang Wang <jieqiang.wang@arm.com> Reviewed-by:
Lijian Zhang <lijian.zhang@arm.com> Reviewed-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Change-Id: I06ce3bb3527a8d924035f2bc0abfc8194111f92f
-
For dataplane solution architecture figure, - Remove deliverables. - Change the colors. - Add title below the figure. Signed-off-by:
Joyce Kong <joyce.kong@arm.com> Reviewed-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Change-Id: I4150db29b7d3e855996c0c36ad05e4cb2eec4097
-
Lijian Zhang authored
The solution use cases are validated on Ampere Altra and Ubuntu 20.04 platform, so limit the supported platforms to Ampere Altra only. Signed-off-by:
Lijian Zhang <Lijian.Zhang@arm.com> Reviewed-by:
Tianyu Li <tianyu.li@arm.com> Reviewed-by:
Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Change-Id: Ib88ce3a773911617d7c8e85dbef84c1e35dcd5ab
-
- 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
-
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
-