1 .. SPDX-License-Identifier: BSD-3-Clause
2 Copyright(c) 2010-2014 Intel Corporation.
4 .. _Performance_Optimization:
6 **Part 3: Performance Optimization**
8 Performance Optimization Guidelines
9 ===================================
14 The following sections describe optimizations used in DPDK and optimizations that should be considered for new applications.
16 They also highlight the performance-impacting coding techniques that should,
17 and should not be, used when developing an application using the DPDK.
19 And finally, they give an introduction to application profiling using a Performance Analyzer from Intel to optimize the software.