From patchwork Mon Jul 1 18:25:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55822 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 B2A441BB65; Mon, 1 Jul 2019 20:26:32 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id ACC061BA5E for ; Mon, 1 Jul 2019 20:26:13 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id p10so6434583pgn.1 for ; Mon, 01 Jul 2019 11:26:13 -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=9ES1q8WNnRhRkUX5731fGLabjNT2NFjPOf80yWC8fSI=; b=yBNugJQCJ8LiwVo06UPl3IIwYvrwHZB8qZnQR7n9JthJZnOLusszq+LEwOXCrQSorT Fa+7AlCvw4JpGSUN2PfkY8Mc+qAe+JI5LoCP2IIZujcRmqKCkaWfVyCPRCCHjHkqzQz3 Irs61/V/m/x804y43X1RBcLEJVFoCSP10FMiNyoJXWhPCzl+DCjNTgEwqYWacCcw9CbO vIsb8SFRK2p/RwyCGBUqJ2NQXkmWrMnv7FGCesa6gUabH1/FHfxA6rjfA58GbOr4kVj6 gimGr1v82JmaOuMtJfbPP9lghfbPzIq5XfbwwUs44nyPU7STKTZHIwaVsAvXZ+z+coWy dnNQ== 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=9ES1q8WNnRhRkUX5731fGLabjNT2NFjPOf80yWC8fSI=; b=oDWS20qkIjo8Gc0ErLaTAaqM9+Mg22VfmWIloFDLbRkG8RDZIdOCHKA95SFxMWtXbs KjIe0G9niJaRnpzr39x6C2fW34+Y6m4rNRC6un6gnI/qEbMTPLkmaZOWd57vunDAj+pX ootvb0yTtTtcsm40ix/Zv5KinVaTM5csEIWBbWSmT8djXHoh/Py9W0isgSj+RjD2nBy3 LF9565Y/vXDqr4FvwozFkeKZ0/eT8oNAM/RxtVO7tEWbE8Ear9Dr0vYh8FX1xWTAg7OR s5fQ2rTpAC3OOjA/nWRrBNK2is9899KD0YgzF+UBCeK+FKDRNGWegRuEtuh18zollXh5 Vzvg== X-Gm-Message-State: APjAAAXJjEGG0hsVKsig3iLPND79EjTvV+0T+vrqvbpc1zY04/3lm2g4 c5Kk/Hbt1s5CHOQNbvrt5RMSTnxQ9gk= X-Google-Smtp-Source: APXvYqwGdwVT6SU6iYmBXYeo/mr+4z/0NAYofqwCC77NOde4SDcS4ES6fc6E2ciMDzBr4pbrkTUblw== X-Received: by 2002:a65:5248:: with SMTP id q8mr17306966pgp.259.1562005572621; Mon, 01 Jul 2019 11:26:12 -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.11 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:26:11 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:31 -0700 Message-Id: <20190701182536.20110-26-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 25/30] examples/tep_termination: 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/tep_termination/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/tep_termination/main.c b/examples/tep_termination/main.c index 9d8ab17ddc86..57e65a8822ca 100644 --- a/examples/tep_termination/main.c +++ b/examples/tep_termination/main.c @@ -596,7 +596,7 @@ switch_worker(__rte_unused void *arg) uint16_t tx_count; uint32_t retry = 0; - 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); lcore_ll = lcore_info[lcore_id].lcore_ll; prev_tsc = 0; @@ -872,7 +872,7 @@ init_data_ll(void) /** * Remove a device from the specific data core linked list and - * from the main linked list. Synchonization occurs through the use + * from the main linked list. Synchronization occurs through the use * of the lcore dev_removal_flag. */ static void @@ -1150,7 +1150,7 @@ main(int argc, char *argv[]) if (rte_lcore_is_enabled(lcore_id)) lcore_ids[core_id++] = lcore_id; - /* set the number of swithcing cores available */ + /* set the number of switching cores available */ nb_switching_cores = rte_lcore_count()-1; /* Get the number of physical ports. */