From patchwork Mon Nov 27 09:02:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gong Deli X-Patchwork-Id: 31681 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E931E5D; Mon, 27 Nov 2017 10:02:48 +0100 (CET) Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by dpdk.org (Postfix) with ESMTP id 82459239 for ; Mon, 27 Nov 2017 10:02:47 +0100 (CET) Received: by mail-pg0-f66.google.com with SMTP id s11so18397691pgc.5 for ; Mon, 27 Nov 2017 01:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=c8l8KxO8vu3Y4zXiULsKVppBQhREHTkNenqtGGnqzZ8=; b=KBiHGjNrakuN38mdrkmCmE4545famcKDuGqfcC6VgJDDRUe1p3S1LHUIpi8nh35uJr XebAkB/2wnXvGY6jJXwZgBVXbREQsFhoIuZcA6XWo4rtIIt2Zu1SekZX57WeYjh6srIu 2r1L3RC90AsbXJyIS30cQWKG3Klozk7Y887rzjmYQXwV6NG0aGTVF36sv0So+z1Cnz1x 74joeOWypZ9gxctDX52DuhEmBiBvHzwRPy8gd+6PsRuF4strXNMDkTZNIguv1J7MRg/s fEBgFlosJ11tBQwozh5f89WQ9P6Nj8PhPgOsrIazDVQPqeYdhGXt6U7EE7OuXaSiXutP uyhg== 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; bh=c8l8KxO8vu3Y4zXiULsKVppBQhREHTkNenqtGGnqzZ8=; b=KGBEl5g06LLKm//wd73wUZOj/AIitJ3hknDrvA6aTF9VflEKHhpGBI1pHSZoLhma7g Yif4HaZDJCu1Yywns7P4V8NLXoDsCplH5LRRk+evxIwmIZlnSxBK7sDl81nghHOzjWl2 epuT8z6SUXpTgWh++dBtm1QNU9IZd0KrHQtOxVDhpJ6W1baKMcyDJwIV1sWB6W3Djook 5LQQnA/n1T4X6f+PeMpUmCLB6LD78sbS1VCSgtpVIcSdGQmL6VKG1wFUaphkvZox9s5P Oy76Q11RZTRq9irZY/hySwDFBsloEBaINngNbBS7+Unt7giyfvS6lv0VsXtSYI27LIvC NR1w== X-Gm-Message-State: AJaThX72u56lsPTPRQv9B5Z0vwrNDUvDRpLsIGDgtWZwGC5R+pKU+Hzb Ck8OF/Whiw2y6vmTAfqdDlc= X-Google-Smtp-Source: AGs4zMbZ+6onVBibiEKTRApd2lc4e88vQdDAFztja4TFrKQW6tXlvuMtqKwQuUhA3P8UMRc9MTrnKQ== X-Received: by 10.98.7.149 with SMTP id 21mr35975419pfh.14.1511773366158; Mon, 27 Nov 2017 01:02:46 -0800 (PST) Received: from soyeon-Inspiron-3250.comp.nus.edu.sg ([137.132.228.36]) by smtp.gmail.com with ESMTPSA id 10sm33631603pfi.72.2017.11.27.01.02.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Nov 2017 01:02:45 -0800 (PST) From: Gong Deli To: Cristian Dumitrescu , John McNamara Cc: dev@dpdk.org, Gong Deli Date: Mon, 27 Nov 2017 17:02:15 +0800 Message-Id: <20171127090215.13688-1-gnnnnng@gmail.com> X-Mailer: git-send-email 2.15.0 Subject: [dpdk-dev] [PATCH] doc: fix a typo in programmer's guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Fix the mismatch of two table's title and content Signed-off-by: Gong Deli Acked-by: John McNamara --- doc/guides/prog_guide/qos_framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide/qos_framework.rst index f3f60b8..31030a2 100644 --- a/doc/guides/prog_guide/qos_framework.rst +++ b/doc/guides/prog_guide/qos_framework.rst @@ -612,7 +612,7 @@ The token bucket generic parameters and operations are presented in :numref:`tab .. _table_qos_6: -.. table:: Token Bucket Generic Operations +.. table:: Token Bucket Generic Parameters +---+------------------------+--------------------+---------------------------------------------------------+ | # | Token Bucket Parameter | Unit | Description | @@ -627,7 +627,7 @@ The token bucket generic parameters and operations are presented in :numref:`tab .. _table_qos_7: -.. table:: Token Bucket Generic Parameters +.. table:: Token Bucket Generic Operations +---+------------------------+------------------------------------------------------------------------------+ | # | Token Bucket Operation | Description |