File: perf_opt_guidelines.rst

package info (click to toggle)
dpdk 18.11.11-1~deb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 61,672 kB
  • sloc: ansic: 953,781; makefile: 6,546; python: 3,059; sh: 2,661; awk: 52; perl: 32
file content (19 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
..  SPDX-License-Identifier: BSD-3-Clause
    Copyright(c) 2010-2014 Intel Corporation.

.. _Performance_Optimization:

**Part 3: Performance Optimization**

Performance Optimization Guidelines
===================================

Introduction
------------

The following sections describe optimizations used in DPDK and optimizations that should be considered for new applications.

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.