[dpdk-dev] [PATCH 1/2] examples/flow_filtering: demo of simple rte flow

Thomas Monjalon thomas at monjalon.net
Wed Oct 25 12:35:24 CEST 2017


Hi,

19/10/2017 12:15, Ori Kam:
>  examples/flow_filtering/Makefile      |  17 +++
>  examples/flow_filtering/flow_blocks.c | 150 +++++++++++++++++++++
>  examples/flow_filtering/main.c        | 244 ++++++++++++++++++++++++++++++++++

You must add this example in examples/Makefile.

You must also add an entry in the MAINTAINERS file.

You can probably squash this patch with the doc patch.

> --- /dev/null
> +++ b/examples/flow_filtering/flow_blocks.c
> @@ -0,0 +1,150 @@
> +/*-
> + *   BSD LICENSE
> + *
> + *   Copyright 2017 Mellanox.
> + *
> + *   Redistribution and use in source and binary forms, with or without
> + *   modification, are permitted provided that the following conditions
> + *   are met:
> + *
> + *     * Redistributions of source code must retain the above copyright
> + *       notice, this list of conditions and the following disclaimer.
> + *     * Redistributions in binary form must reproduce the above copyright
> + *       notice, this list of conditions and the following disclaimer in
> + *       the documentation and/or other materials provided with the
> + *       distribution.
> + *     * Neither the name of 6WIND S.A. nor the names of its

I guess you mean Mellanox here.



More information about the dev mailing list