Skip to content

Latest commit

 

History

History
 
 

DPDK

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DPDK

DPDK is a set of libraries and drivers for fast packet processing. It was designed to run on any processors knowing Intel x86 has been the first CPU to be supported. Ports for other CPUs like IBM Power 8 are under progress. It runs mostly in Linux userland. A FreeBSD port is now available for a subset of DPDK features.

##Pre-requisites

  • DPDK Source file
  • Doxygen

##Generating

  • Download and unzip DPDK Source file
  • Edit doc/api/doxy-api.conf,add those line into end of file:
GENERATE_DOCSET   = YES
DISABLE_INDEX     = YES
GENERATE_TREEVIEW = NO
  • Generator html file using
	doxygen doc/api/doxy-api.conf
  • make a DPDK.docset file
  • Using This Script to generator the searchIndex
  • Pack all file into github and Pull a request

##About me

  • Github
  • Blog
  • I am doing my master degree in Beijing University of Posts and Telecommunication , major in Software Engineer now.