[dpdk-dev] [PATCH v4 09/10] doc: add librte_bpf related info

Kovacevic, Marko marko.kovacevic at intel.com
Mon Apr 23 15:26:24 CEST 2018


Small typos below.

> Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> ---
>  doc/api/doxy-api-index.md         |  3 ++-
>  doc/api/doxy-api.conf             |  1 +
>  doc/guides/prog_guide/bpf_lib.rst | 37
> +++++++++++++++++++++++++++++++++++++


<...>

> +..  SPDX-License-Identifier: BSD-3-Clause
> +    Copyright(c) 2018 Intel Corporation.
> +
> +Berkeley Packet Filter Library
> +==============================
> +
> +The DPDK provides an BPF library that gives the ability to load and 
> +execute Enhanced Berkeley Packet Filter (eBPF) bytecode within 
> +user-space dpdk appilication.

appilication / application


<...>

> +*  Create a new BPF execution context and load user provided eBPF 
> +code
> into it.
> +
> +*   Destroy an BPF execution context and its runtime structures and free the
> associated memory.
> +
> +*   Execute eBPF bytecode associated with provied input parameter.

provied  /  provided 


> +
> +*   Provide information about natively compield code for given BPF context.

compield  /  compiled
 

<...>


Marko K.



More information about the dev mailing list