2018-02-01 17:18:17 +00:00
|
|
|
.. SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
Copyright(c) 2010-2014 Intel Corporation.
|
2014-11-14 11:53:41 +00:00
|
|
|
|
|
|
|
.. _Performance_Optimization:
|
|
|
|
|
|
|
|
**Part 3: Performance Optimization**
|
|
|
|
|
|
|
|
Performance Optimization Guidelines
|
|
|
|
===================================
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
2017-06-08 02:14:24 +00:00
|
|
|
The following sections describe optimizations used in DPDK and optimizations that should be considered for new applications.
|
2014-11-14 11:53:41 +00:00
|
|
|
|
|
|
|
They also highlight the performance-impacting coding techniques that should,
|
2014-12-19 14:30:42 +00:00
|
|
|
and should not be, used when developing an application using the DPDK.
|
2014-11-14 11:53:41 +00:00
|
|
|
|
|
|
|
And finally, they give an introduction to application profiling using a Performance Analyzer from Intel to optimize the software.
|