Edited copy to be simpler based on feedback. --- doc/guides/getting_started_guide/intro.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/guides/getting_started_guide/intro.rst
diff --git a/doc/guides/getting_started_guide/intro.rst b/doc/guides/getting_started_guide/intro.rst new file mode 100644 index 0000000000..538b3bacec --- /dev/null +++ b/doc/guides/getting_started_guide/intro.rst @@ -0,0 +1,13 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2010-2014 Intel Corporation. + +Introduction +============ + +Welcome to the getting started guide for the Data Plane Development Kit (DPDK) covering Linux, FreeBSD, and Windows. DPDK is a set of libraries and +drivers that accelerate packet processing and allow the user to create high-performance +networking applications. + +The guide is structured to provide basic step-by-step instructions with OS-specific instructions for each operating system where necessary. +By the end of this guide, you should have a solid understanding of how to implement and +use DPDK in your networking projects, regardless of the operating system you are using. \ No newline at end of file -- 2.41.0.windows.1