examples/flow_filtering: add simple demo of flow API
authorOri Kam <orika@mellanox.com>
Wed, 1 Nov 2017 09:42:37 +0000 (11:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 21:40:55 +0000 (22:40 +0100)
commit4a3ef59a10c89adf1040eb308939317fcbc06962
tree2cbc1e0b9a7bda73df88b1d20d8bd54f32f8701d
parent015f9489c448bfbf940a7f36d10f03219362031c
examples/flow_filtering: add simple demo of flow API

This application shows a simple usage of the
rte_flow API for hardware filtering offloading.

In this demo we are filtering specific IP to
specific target queue, while sending all the
rest of the packets to other queue.

Signed-off-by: Ori Kam <orika@mellanox.com>
MAINTAINERS
doc/guides/sample_app_ug/flow_filtering.rst [new file with mode: 0644]
doc/guides/sample_app_ug/index.rst
examples/Makefile
examples/flow_filtering/Makefile [new file with mode: 0644]
examples/flow_filtering/flow_blocks.c [new file with mode: 0644]
examples/flow_filtering/main.c [new file with mode: 0644]