2019-06-25 11:12:58 +00:00
|
|
|
.. SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
Copyright(c) 2010-2014 Intel Corporation.
|
2017-04-21 10:43:26 +00:00
|
|
|
|
|
|
|
.. _Performance_Optimization:
|
|
|
|
|
|
|
|
**Part 3: Performance Optimization**
|
|
|
|
|
|
|
|
Performance Optimization Guidelines
|
|
|
|
===================================
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
2018-05-15 09:49:22 +00:00
|
|
|
The following sections describe optimizations used in DPDK and optimizations that should be considered for new applications.
|
2017-04-21 10:43:26 +00:00
|
|
|
|
|
|
|
They also highlight the performance-impacting coding techniques that should,
|
|
|
|
and should not be, used when developing an application using the DPDK.
|
|
|
|
|
|
|
|
And finally, they give an introduction to application profiling using a Performance Analyzer from Intel to optimize the software.
|