[dpdk-dev] [PATCH v14 13/23] event/dlb: add port setup
David Marchand
david.marchand at redhat.com
Sat Oct 31 23:03:21 CET 2020
On Sat, Oct 31, 2020 at 7:20 PM Timothy McDaniel
<timothy.mcdaniel at intel.com> wrote:
>
> Configure the load balanced (ldb) or directed (dir) port.
> The consumer queue (CQ) and producer port (PP) are also
> set up here.
>
> Signed-off-by: Timothy McDaniel <timothy.mcdaniel at intel.com>
> ---
> doc/guides/eventdevs/dlb.rst | 40 +
> drivers/event/dlb/dlb.c | 516 ++++++++++-
> drivers/event/dlb/dlb_iface.c | 11 +
> drivers/event/dlb/dlb_iface.h | 14 +
> drivers/event/dlb/pf/base/dlb_resource.c | 1436 +++++++++++++++++++++++++++++-
> drivers/event/dlb/pf/dlb_pf.c | 210 +++++
> 6 files changed, 2223 insertions(+), 4 deletions(-)
>
> diff --git a/doc/guides/eventdevs/dlb.rst b/doc/guides/eventdevs/dlb.rst
> index d8e936a..f106a07 100644
> --- a/doc/guides/eventdevs/dlb.rst
> +++ b/doc/guides/eventdevs/dlb.rst
> @@ -117,3 +117,43 @@ The queue's ``nb_atomic_flows`` parameter is ignored by the DLB PMD, because
> the DLB does not limit the number of flows a queue can track. In the DLB, all
> load-balanced queues can use the full 16-bit flow ID range.
>
> +Load-balanced and Directed Ports
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Missing one ~.
--
David Marchand
More information about the dev
mailing list