Making packet processing more efficient with network-optimized multicore designs: Part 3
Using Intel Dual-/Quad-core CPUs for packet processing Ideally, a single core processor should be powerful enough to handle all the application processing. However, a single core cannot keep up with the constant demand for ever increased computing performance.
The impact of improving the core internal architecture or moving to the latest manufacturing process is limited. Higher clock frequencies also results in considerably higher energy consumption and further increase in the processor-memory frequency gap.
A way to move forward to continue delivering more energy-efficient computing power is to make use of the advantages of parallel processing. In fact, Intel multi-core chips deliver significantly more performance while consuming less energy. This approach is highly effective for applications such as packet processing.
The latest multi-core Intel processors are represented by the Intel Core i7 processor family which uses the Intel Hyper-Threading Technology to combine the advantages of multi-processing with those of multi-threading.Table 2 below summarizes the main features of the latest Intel multicore processors.
![]() |
| Table 2. Comparison between selected multi-core Intel processors |
The multi-core Intel architecture processors are designed to serve as vehicles for the development of complete networking applications. The full processing required by the control plane as well as the data plane can be implemented on the same multi-core Intel architecture chip, although in terms of computing the two network planes have completely opposite sets of requirements.
It is standard practice to have the cores allocated to control plane/application layer running under the control of an operating system, as these tasks do not have any real time constraints attached to them with regard to packet processing. In fact, the complex processing which has to be applied and the need to reuse the existing code base make the interaction with the OS a prerequisite.
Historically, the Intel architecture cores have benefited from excellent support from all the major OS vendors and their programmability and computing performance have recommended them as an excellent choice for the development of complex applications.
Using Intel QuickAssist Technology
To facilitate the integration of the various solutions for specialized Accelerators (the topic of Part 2 in this series) currently offered by the industry with the Intel architecture processors, Intel has introduced the Intel QuickAssist Technology.
It is a design framework that standardizes both hardware and software interfaces to enable portability from one hardware platform to another while requiring minimal modifications to the application software.
On the hardware side, this framework specifies the interfaces for connecting the accelerators as IP blocks on the same die with Intel architecture cores, as well as connecting external accelerators with the Intel architecture processors through the PCI Express, Front Side Bus or Intel QuickPath Interconnect interfaces.
From the software perspective, the well defined APIs have the role of abstracting the underlying hardware implementation of accelerators, including the connectivity method to the Intel architecture processors, so that upgrading to a new platform does not impact the software application.
The first Intel architecture chip that is Intel QuickAssist Technology enabled is the Intel EP80579 Integrated Processor, which provides accelerated on-chip support for encryption/decryption, as well as other packet and voice processing tasks.
To read Part 1, go to Pipelining versus clustering cores for networking.
To read Part 2, go to Minimizing and hiding latency.
Cristian F. Dumitrescu is a Senior Software Engineer with the Embedded and Communications Group at Intel. He is the author of Design Patterns for Packet Processing Applications on Multicore Intel Architecture Processors from which this article is derived. He has worked extensively in the past with network and communications processors from AMCC, C-Port, Freescale and Intel. He is currently focusing on delivering packet processing performance on multi-core Intel Architecture processors.



Loading comments... Write a comment