From patchwork Fri Jul 23 19:39:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henry Nadeau X-Patchwork-Id: 96261 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 487F9A0C50; Fri, 23 Jul 2021 21:40:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CFFE740DDA; Fri, 23 Jul 2021 21:39:59 +0200 (CEST) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by mails.dpdk.org (Postfix) with ESMTP id AC815406A3 for ; Fri, 23 Jul 2021 21:39:58 +0200 (CEST) Received: by mail-il1-f195.google.com with SMTP id y4so2619175ilp.0 for ; Fri, 23 Jul 2021 12:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PU1dPtejlmFEjGIH5Cdcr859lt1xYwPmTYsZK0mEfnU=; b=eDrhC/6WmCKfZn3T7h20KvYIWheHbDrJigP0xDdNihkwzcD6TXXagITcoGPB+/tEKE nYA5P7r0iR13E2E5w7OJS5F1LVELd+LPBmtlT9f2qIsbORrFwSnRTnSw+J19SP7Mf7NK 3YutoFKdfIhh0lYjOkDqd7wYIB6Gsvlz+eEnM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PU1dPtejlmFEjGIH5Cdcr859lt1xYwPmTYsZK0mEfnU=; b=CccsnxzHd/mmztbuI7d3eEUs5oY1QOV9cx4AgELhValRkBBNzIcg9t4LGtlsIqdSG9 F4kiSgNYOpZUilqL1euYUL73gDL4XyODgrtloeZ2r0Omr+Wrxp/wF07vHKsBqnkL91Ew kfFq72qOyxsn3WUeypvOm/mMEMDgfGKUEBQDpLnRr+Dwe82wwhKUrnVyO7BvvxGaCcNB sWDtyhPOJU9E/gbuPVQLHtyicLqQb3uZBbWZjhrSwzysu6AFPFY9yz/e/B6wuFDe/bJa UwsggJRm14OJJVtETIj3tsGmIp6qHHuIoc7nwH7JYmwLv870YCRhZvgK9EDM8X8fn+sb bSfQ== X-Gm-Message-State: AOAM531gLhCb6maQlJPZMtdzpZjpTkKJ3HSxhtO2styErmikUvQPqSEI Gk6lvJcuvc+jF8hUw42E1dBBw8eivKgQQlygqIQVq5qP3QTnVPpWkDnp1gLNrfqdE6nvtzVqDVP yncfuNFHIX6D6042psgxtQxqwWMdFRLtURulOubbEOhAWw7yoGJA21ydNrZM= X-Google-Smtp-Source: ABdhPJykC7gkLb0Ndd83V48u1q6zqYuRpdO24tyNlOi5sRvChXFqGgHz1m8RewkhyrilZGMNQsKviw== X-Received: by 2002:a92:d305:: with SMTP id x5mr4566303ila.150.1627069197715; Fri, 23 Jul 2021 12:39:57 -0700 (PDT) Received: from hnadeau.iol.unh.edu ([2606:4100:3880:1220:c4ef:5db:7d5a:7542]) by smtp.gmail.com with ESMTPSA id x2sm11607274iob.45.2021.07.23.12.39.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 12:39:57 -0700 (PDT) From: Henry Nadeau To: dev@dpdk.org Cc: Henry Nadeau Date: Fri, 23 Jul 2021 15:39:36 -0400 Message-Id: <20210723193936.6386-1-hnadeau@iol.unh.edu> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210723135220.4455-1-hnadeau@iol.unh.edu> References: <20210723135220.4455-1-hnadeau@iol.unh.edu> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2] Fixed formatting issue in documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" One of the titles needed a dash below as the title was extended. Signed-off-by: Henry Nadeau --- doc/guides/prog_guide/toeplitz_hash_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/toeplitz_hash_lib.rst b/doc/guides/prog_guide/toeplitz_hash_lib.rst index 161135c3c9..f916857efc 100644 --- a/doc/guides/prog_guide/toeplitz_hash_lib.rst +++ b/doc/guides/prog_guide/toeplitz_hash_lib.rst @@ -179,7 +179,7 @@ It expects: Use case example ---------------- +---------------- There could be a number of different use cases, such as NAT, TCP stack, MPLS tag allocation, etc. In the following we will consider a SNAT application.