From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id B3D885942 for ; Fri, 19 Oct 2018 00:33:00 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id 1-v6so14944824plv.7 for ; Thu, 18 Oct 2018 15:33:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=sHLDf0JOxHrqAHyvB3HAKpXKQtnNjelChaOIZSmFeYk=; b=WsgWdEq2SbAGy+o9Cx2gB/Ctojfg0yP8gr4QChkTG0xl0g7i1k0lJ26dUVBe4zTyJQ pOtaWENRVjyN1NCxt85CEyG+02w5wIIHDDeqVhJmgyUg4l9XFZwSo3dPkOEh7hbOXAqX 05pf6UgzdVQh2IAUhmxb9EVdNbnYmi5+FeFdxNt0uaWjR6UXpKNdeMniTMQMl+qKo2+f yQGSHf4RLLt+lWDmR+06NGP32dJNTygt1+QljcW2X9AaXQohP7LQdqJ2A1ovT1HcBp8o IW+f11zvx3RO25LRbR6etZHJbpX/ntB0NYZIFFMdWZjxpyzIcCFID8fhmytKs5qGbZ8R wPEg== 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=sHLDf0JOxHrqAHyvB3HAKpXKQtnNjelChaOIZSmFeYk=; b=Yi40+JX6/1Vf3Yvp9UbZTFF02f7uuR8bih+6ZNbXJ6yOBEqbSjo1zyp5sOaanE3R8O 78f22KKXZNHNsmmbfcTwXBFpUHtMx498q0I8MqUk8TgHJ0jv7gp8Nw6F95eATbmGtZvL sw4twdIWsDBK+h5zHOVuKEbMZatN7sjR0EWatwKZdRfx7Nh3JJ14ZsI6uIIIS718LLEm 0q7mMn6Y8dwRja3+VlNZ4oCVrLncwxfoe2Y7hTDO2xDfapLUaTIMur9NQf9mykaT0+fe JvkXWOciwYdaomfvPDNfUaAWGR7lZ+/UBO0Q7/c0pjBE1k69RjAEJLg07XRK+sfYPa9C yJKA== X-Gm-Message-State: ABuFfoiomQTeLwqTZw/FmGqGqTmYQe8EWBxLJCcVH/T1VraKlU8uxMY7 +GF7IM+0sWivYEF2heQwT4Ucaf9nqfE= X-Google-Smtp-Source: ACcGV60cxTKwAaJBnkkwCrwFkSziIXzLLBVrfG+0xbd1fQ1wu2w7lwPNtjgw62AqTLfzI/hW2WkZ4g== X-Received: by 2002:a17:902:b907:: with SMTP id bf7-v6mr32127686plb.127.1539901979360; Thu, 18 Oct 2018 15:32:59 -0700 (PDT) Received: from localhost.localdomain ([167.220.103.60]) by smtp.gmail.com with ESMTPSA id u21-v6sm33093667pfa.176.2018.10.18.15.32.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Oct 2018 15:32:58 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 18 Oct 2018 15:32:55 -0700 Message-Id: <20181018223255.12816-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: spelling fixes 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: , X-List-Received-Date: Thu, 18 Oct 2018 22:33:01 -0000 Trivial pelling errors found by codespell. Signed-off-by: Stephen Hemminger --- doc/guides/eventdevs/opdl.rst | 2 +- doc/guides/nics/axgbe.rst | 2 +- doc/guides/nics/enic.rst | 2 +- doc/guides/nics/mvpp2.rst | 2 +- doc/guides/nics/virtio.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guides/eventdevs/opdl.rst b/doc/guides/eventdevs/opdl.rst index 210522329746..0262a337a076 100644 --- a/doc/guides/eventdevs/opdl.rst +++ b/doc/guides/eventdevs/opdl.rst @@ -62,7 +62,7 @@ Queue Dependencies As stated the order in which packets travel through queues is static in nature. They go through the queues in the order the queues are setup at initialisation ``rte_event_queue_setup()``. For example if an application -sets up 3 queues, Q0, Q1, Q2 and has 3 assoicated ports P0, P1, P2 and +sets up 3 queues, Q0, Q1, Q2 and has 3 associated ports P0, P1, P2 and P3 then packets must be * Enqueued onto Q0 (typically through P0), then diff --git a/doc/guides/nics/axgbe.rst b/doc/guides/nics/axgbe.rst index e30f4944fec3..9b270a4226e4 100644 --- a/doc/guides/nics/axgbe.rst +++ b/doc/guides/nics/axgbe.rst @@ -24,7 +24,7 @@ AXGBE PMD has support for: - Multicast mode - RSS (Receive Side Scaling) - Checksum offload -- Jumbo Frame upto 9K +- Jumbo Frame up to 9K Configuration Information diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index c0490302e38b..746d891232c8 100644 --- a/doc/guides/nics/enic.rst +++ b/doc/guides/nics/enic.rst @@ -372,7 +372,7 @@ vectorized handler, take the following steps. -w 12:00.0,enable-avx2-rx=1 As the current implementation is intended for field trials, by default, the - vectorized handler is not considerd (``enable-avx2-rx=0``). + vectorized handler is not considered (``enable-avx2-rx=0``). - Run on a UCS M4 or later server with CPUs that support AVX2. diff --git a/doc/guides/nics/mvpp2.rst b/doc/guides/nics/mvpp2.rst index 59fa0e10d16a..82b9383ec41b 100644 --- a/doc/guides/nics/mvpp2.rst +++ b/doc/guides/nics/mvpp2.rst @@ -584,7 +584,7 @@ MVPP2 PMD supports DPDK traffic metering and policing that allows the following: For an additional description please refer to DPDK :doc:`Traffic Metering and Policing API <../prog_guide/traffic_metering_and_policing>`. -The policer objects defined by this feature can work with the default policer defined via config file as discribed in :ref:`QoS Support `. +The policer objects defined by this feature can work with the default policer defined via config file as described in :ref:`QoS Support `. Limitations ~~~~~~~~~~~ diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index 7c099fb7c0bd..2ae875cb49c5 100644 --- a/doc/guides/nics/virtio.rst +++ b/doc/guides/nics/virtio.rst @@ -47,7 +47,7 @@ In this release, the virtio PMD driver provides the basic functionality of packe * The descriptor number for the Rx/Tx queue is hard-coded to be 256 by qemu 2.7 and below. If given a different descriptor number by the upper application, the virtio PMD generates a warning and fall back to the hard-coded value. - Rx queue size can be configureable and up to 1024 since qemu 2.8 and above. Rx queue size is 256 + Rx queue size can be configurable and up to 1024 since qemu 2.8 and above. Rx queue size is 256 by default. Tx queue size is still hard-coded to be 256. * Features of mac/vlan filter are supported, negotiation with vhost/backend are needed to support them. -- 2.17.1