Small typos below. > Signed-off-by: Konstantin Ananyev <konstantin.anan...@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.