Performance analysis of multi-dimensional packet classification on programmable network processors

  • Authors:
  • Deepa Srinivasan;Wu-chang Feng

  • Affiliations:
  • IBM Corporation, 3039 Cornwallis Road, BL205/N206, Research Triangle Park, NC 27709, USA;Department of Computer Science, Portland State University, P.O. Box 751, Portland, OR 97207, USA

  • Venue:
  • Computer Communications
  • Year:
  • 2005

Quantified Score

Hi-index 0.24

Visualization

Abstract

Multi-field packet classification is frequently performed by network devices such as edge routers and firewalls-such devices can utilize programmable network processors to perform this compute-intensive task at nearly line speeds. The architectures of programmable network processors are typically highly parallel and a single algorithm can be mapped in different ways onto the hardware. In this paper, we study the performance of two different design mappings of the Bit Vector packet classification algorithm on the Intel^(R) IXP1200 network processor. We show that: (i) Overall, the parallel mapping has better packet processing rate (25% more) than the pipelined mapping; (ii) In the parallel mapping, a processing element's utilization can be considerably affected by code complexity, in terms of branching, because of significant time wasted (as much as 40% more) due to aborting instruction execution pipelines; (iii) In the pipelined mapping, multiple memory reads per packet can lower the overall performance.