numam-dpdk/doc/api
Pablo de Lara 39aad0e88c examples/flow_distributor: new example to demonstrate EFD
This new sample app, based on the client/server sample app,
shows the user an scenario using the EFD library.
It consists of:

- A front-end server which has an EFD table that stores the
  node id for each flow key, which will distribute the incoming
  packets to the different nodes

- A back-end node, which has a hash table where node checks,
  after reading packets coming from the server, whether the packet
  is meant to be used in such node, in which case it will be TXed,
  or not, in which case, packet will be dropped.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
Acked-by: Christian Maciocco <christian.maciocco@intel.com>
2017-01-18 20:54:18 +01:00
..
doxy-api-index.md efd: new Elastic Flow Distributor library 2017-01-18 20:53:28 +01:00
doxy-api.conf efd: new Elastic Flow Distributor library 2017-01-18 20:53:28 +01:00
doxy-html-custom.sh doc: move doxygen files in api subdirectory 2014-10-15 22:25:00 +02:00
examples.dox examples/flow_distributor: new example to demonstrate EFD 2017-01-18 20:54:18 +01:00