From patchwork Mon Jul 1 18:25:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55797 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 7B8522BA5; Mon, 1 Jul 2019 20:25:47 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by dpdk.org (Postfix) with ESMTP id 5AD5125D9 for ; Mon, 1 Jul 2019 20:25:45 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id j2so6967747pfe.6 for ; Mon, 01 Jul 2019 11:25:45 -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:mime-version :content-transfer-encoding; bh=73V9vd0tsc6zrX4X1a+vRh+g74zXVHkVWdHvEClJqPE=; b=JLjLxrFaLKo07HdhF03gSdGtwZWd6LivKP4nh7U5pbL9FDFCiQPa2KL7FB2xPWKvb9 WMEHB1vdUiUFtYivGkokaUPY3hqgLnial/Xy5Yf9kNApyUWMcxuToU6tEkqc1t0X8yKF eVIkTi7AYX7VbJsNGLM0QNp+eQ9K++DrgQv+boh8tz97TIPylWqSAsKeF5dO9yEMp1QU MZuZEcReM306d8U97XdvbVlNeEeJaQXJijMI/gpbAQMMtCleOBeUZazPrs2h/NlItZSN oKFMScXD45Ac8JJjWrATlPGNfCfCczqNqmRny0RMGd/1GH+PjgzW5t07r1lqWqjEDeqW DYLQ== 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:mime-version :content-transfer-encoding; bh=73V9vd0tsc6zrX4X1a+vRh+g74zXVHkVWdHvEClJqPE=; b=E3JDrk22wRXanAqYrwUlzPdtRxmoGVxmvmiX8yJDWHQBP6hcn5tfSM4tX4aMp1uEqk EGNoa2jGIrd39JDWuTLj/Ctw2zSxI0J42Ftv80HpOWUkbR4SrcI2hq7c7sPqs+UbX1AX gD7m0h3CDdSIKL7/loI3sTFXz4qaO/CED4vKOOj8cr0VDxpwjwNR7Y846Z9+M+OhgSeb W4YOL5+j0yuuMllXbF2OgI+a2JCeFtZ2xW5IB4oPbpnskDI8cLVTLjS/7rV43CzLZRl/ Bk/y9PTIopc+lpiChOKosWQQmztTA9boLpqbFFqYznhQeDeYu7ZkjU69hx/0SagDejOU WUEg== X-Gm-Message-State: APjAAAXFHRCJ22G/nrMs/VdCef6zOlT2R7BJ26yNcmJnhJZ8gEnR2c/H RFBPf/HaniJfRP82LWpw3rqPrp/MC2M= X-Google-Smtp-Source: APXvYqw81bN8BWwPRJRy3FPJ2fNwx9YSkjE9dDqz2sCVeQ5wUPpL5NnE0YF7HKM3fj0XjZNixLb8PQ== X-Received: by 2002:a63:5b0e:: with SMTP id p14mr25734533pgb.353.1562005543865; Mon, 01 Jul 2019 11:25:43 -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.25.43 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:43 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:06 -0700 Message-Id: <20190701182536.20110-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 00/30] fix spelling errors in comments and messages 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" Ran the codespell tool against the lib and examples. Lots of little repeated errors fixed. Stephen Hemminger (30): lpm: fix spelling errors eal/windows: fix comment about fnmatch bsd/eal: fix spelling error eal: fix spelling errors bpf: fix spelling errors power: fix spelling errors ipsec: fix spelling errors acl: fix spelling errors bbdev: fix spelling error eventdev: fix spelling error ethdev: fix spelling error ip_frag: fix spelling error examples/multi_process: fix spelling errors examples/l3fwd: fix misspelling of destination examples/performance-thread: fix spelling errors examples/ethtool: fix spelling errors examples/vmdq: fix spelling errors examples/bond: fix spelling errors examples/l3fwd-power: fix spelling errors examples/netmap_compat: fix spelling errors examples/packet_ordering: fix spelling errors examples/service_cores: fix spelling errors examples/vhost: fix spelling errors examples/vhost_scsi: fix spelling errors examples/tep_termination: fix spelling errors examples/vm_power_manager: fix spelling errors test-pmd: fix spelling errors test: fix multiple spelling errors proc-info: fix spelling error test-compress-perf: fix spelling errors app/proc-info/main.c | 2 +- app/test-compress-perf/main.c | 4 ++-- app/test-pmd/cmdline.c | 11 ++++++----- app/test-pmd/config.c | 4 ++-- app/test-pmd/csumonly.c | 2 +- app/test-pmd/softnicfwd.c | 2 +- app/test/test_barrier.c | 2 +- app/test/test_func_reentrancy.c | 6 +++--- app/test/test_ipsec.c | 2 +- app/test/test_kni.c | 2 +- app/test/test_link_bonding.c | 2 +- app/test/test_lpm.c | 6 +++--- app/test/test_lpm6.c | 14 +++++++------- app/test/test_mbuf.c | 2 +- app/test/test_mempool.c | 2 +- app/test/test_mempool_perf.c | 2 +- app/test/test_meter.c | 6 +++--- app/test/test_pmd_perf.c | 2 +- app/test/test_ring.c | 2 +- app/test/test_rwlock.c | 2 +- examples/bbdev_app/main.c | 2 +- examples/bond/main.c | 2 +- examples/ethtool/lib/rte_ethtool.c | 2 +- examples/ethtool/lib/rte_ethtool.h | 4 ++-- examples/ip_fragmentation/main.c | 2 +- examples/ipsec-secgw/parser.c | 2 +- examples/ipsec-secgw/test/linux_test4.sh | 4 ++-- examples/ipsec-secgw/test/linux_test6.sh | 4 ++-- examples/l3fwd-power/main.c | 2 +- examples/l3fwd/l3fwd_common.h | 2 +- examples/l3fwd/l3fwd_neon.h | 2 +- examples/l3fwd/l3fwd_sse.h | 2 +- examples/multi_process/hotplug_mp/commands.c | 2 +- examples/multi_process/simple_mp/main.c | 2 +- examples/multi_process/symmetric_mp/main.c | 2 +- examples/netmap_compat/lib/compat_netmap.c | 2 +- examples/packet_ordering/main.c | 2 +- examples/performance-thread/common/lthread_tls.c | 2 +- examples/performance-thread/l3fwd-thread/main.c | 4 ++-- examples/service_cores/main.c | 2 +- examples/tep_termination/main.c | 6 +++--- examples/vhost/main.c | 6 +++--- examples/vhost_scsi/scsi.c | 2 +- examples/vhost_scsi/vhost_scsi.c | 2 +- examples/vm_power_manager/channel_monitor.c | 2 +- examples/vmdq/main.c | 2 +- examples/vmdq_dcb/main.c | 2 +- lib/librte_acl/acl.h | 4 ++-- lib/librte_acl/acl_bld.c | 2 +- lib/librte_acl/acl_run_avx2.h | 2 +- lib/librte_bbdev/rte_bbdev.c | 2 +- lib/librte_bpf/bpf_jit_x86.c | 2 +- lib/librte_bpf/bpf_validate.c | 2 +- lib/librte_eal/common/eal_common_fbarray.c | 2 +- lib/librte_eal/common/eal_common_log.c | 2 +- lib/librte_eal/common/eal_common_proc.c | 2 +- lib/librte_eal/common/eal_hugepages.h | 2 +- .../common/include/arch/arm/rte_cycles_32.h | 2 +- .../common/include/arch/x86/rte_atomic.h | 2 +- lib/librte_eal/common/include/rte_dev.h | 2 +- lib/librte_eal/common/malloc_elem.c | 2 +- lib/librte_eal/freebsd/eal/eal_memory.c | 2 +- lib/librte_eal/linux/eal/eal_vfio.c | 6 +++--- lib/librte_eal/windows/eal/include/fnmatch.h | 2 +- lib/librte_ethdev/rte_ethdev.c | 2 +- lib/librte_eventdev/rte_event_timer_adapter.c | 2 +- lib/librte_ip_frag/rte_ipv4_reassembly.c | 2 +- lib/librte_ipsec/esp_inb.c | 2 +- lib/librte_ipsec/sa.c | 2 +- lib/librte_ipsec/sa.h | 4 ++-- lib/librte_lpm/rte_lpm6.c | 6 +++--- lib/librte_power/power_acpi_cpufreq.c | 6 +++--- lib/librte_power/power_pstate_cpufreq.c | 6 +++--- lib/librte_power/rte_power.h | 2 +- 74 files changed, 111 insertions(+), 110 deletions(-)