From patchwork Mon Jul 1 18:25:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55820 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 2965B1BB42; Mon, 1 Jul 2019 20:26:30 +0200 (CEST) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 720E41BA30 for ; Mon, 1 Jul 2019 20:26:11 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id i18so1753769pgl.11 for ; Mon, 01 Jul 2019 11:26:11 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=tDVh7pmTq5X423l2E86Bthao7cN7TOKLg81QiGN1rNo=; b=eG8QUdqB+e8UwoSrKm0tWoHEar+64GrvUJLAoGGzoLNh8zz3ss7XYPwSN50iQNqezW +5R3pcQ4zCijTNTrK7nMlhJ5q8ZBoifp7XWF4NK3HUa2quky1KV+l4WpMTtjYfRlDjzU X9zWdHBuyPRVX3L50SkxDyDqZLmB2lm6kNZlIXbIcOTUYV7EfgWOrvZpK0AoZwUPcQnr 05cssr7q89N6qM+1xQqxuxdrnSbCInjQxy7D6r1k6YlVMDmpHTFtvtTERypZ40Jt519R hR1bvTAruUqmPN0JYc7Hbt1+tdIh3SABxWRoq11zoiewU5y1FhEjLaBhqVq1pDpaspD2 jH7A== 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=tDVh7pmTq5X423l2E86Bthao7cN7TOKLg81QiGN1rNo=; b=cSuNmjv5iBW8n2f3/kHSObIkaJvxp+9fCPTuLMQyiznPUW+BrIbyBGqmtnaTEYj0cl JIFwNrW7VMAGKQK/dKMOcyGlfLx/WcBiYDIxMHumq1dvTqHjgx/Wv15slcVApxEjaTBE mGsT7VtDAp4smV8kVDj1staVdTY8W4FgxRHMKdZGmbPV6J0hmVh30p5fihTspEodMc8H jvWyXOTfTQwHY4W5hsYdTSc7oUbMhc82LICDCddaZiPtl8MxKDwSwLyJEz5dje83qxAQ CVFCfaJonM9EPsWgdjb/HX5vWCbuqDuQ6F0hZlsMrfbD1yhnUNW+Au64Q8rlGv3mwy+t 3tCw== X-Gm-Message-State: APjAAAXzGGZh4yBK7RzYxfpSLm7kJgMGYP/+EbJguIIVtVPyAaA9B6kO X1sUrD6p5yQaXUDL515aKkmbEkKxJa8= X-Google-Smtp-Source: APXvYqw1Cy9p0mVieUHs31hn3gKCylQcybKmGBFrkxBRgfqXpCGQ0pgmH0H348uPT+aXrEnI6c8Pkg== X-Received: by 2002:a63:7358:: with SMTP id d24mr23574325pgn.224.1562005570300; Mon, 01 Jul 2019 11:26:10 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 12sm11397340pfi.60.2019.07.01.11.26.09 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:26:09 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:29 -0700 Message-Id: <20190701182536.20110-24-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 23/30] examples/vhost: fix spelling errors 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" Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- examples/vhost/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/vhost/main.c b/examples/vhost/main.c index 0961db0803b9..62c33138d2f3 100644 --- a/examples/vhost/main.c +++ b/examples/vhost/main.c @@ -105,7 +105,7 @@ static uint32_t burst_rx_retry_num = BURST_RX_RETRIES; static char *socket_files; static int nb_sockets; -/* empty vmdq configuration structure. Filled in programatically */ +/* empty vmdq configuration structure. Filled in programmatically */ static struct rte_eth_conf vmdq_conf_default = { .rxmode = { .mq_mode = ETH_MQ_RX_VMDQ_ONLY, @@ -1109,7 +1109,7 @@ switch_worker(void *arg __rte_unused) struct vhost_dev *vdev; struct mbuf_table *tx_q; - RTE_LOG(INFO, VHOST_DATA, "Procesing on Core %u started\n", lcore_id); + RTE_LOG(INFO, VHOST_DATA, "Processing on Core %u started\n", lcore_id); tx_q = &lcore_tx_queue[lcore_id]; for (i = 0; i < rte_lcore_count(); i++) { @@ -1153,7 +1153,7 @@ switch_worker(void *arg __rte_unused) /* * Remove a device from the specific data core linked list and from the - * main linked list. Synchonization occurs through the use of the + * main linked list. Synchronization occurs through the use of the * lcore dev_removal_flag. Device is made volatile here to avoid re-ordering * of dev->remove=1 which can cause an infinite loop in the rte_pause loop. */