From patchwork Fri Jun 5 22:57:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 70889 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6488CA0350; Sat, 6 Jun 2020 00:59:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B83031D51C; Sat, 6 Jun 2020 00:59:01 +0200 (CEST) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id BC1651D51A for ; Sat, 6 Jun 2020 00:58:59 +0200 (CEST) Received: by mail-pl1-f196.google.com with SMTP id y18so4266558plr.4 for ; Fri, 05 Jun 2020 15:58:59 -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=RPc7j4Uf81GlG1NPglUXJUZH/BPZGnQFMvbZlKWFyy0=; b=YjujrUp3Srni0D4nvF4OLtHFVEQ0ktJO1cw5SrqdWKVUywdJ7HglEzOzAwVcLM5gh3 D1ABeJDjN4Q+0FDS7EGqJZRGmJ2TDtbJb8XvL4ay6uqXHwVNMcomylGrf6JiUekyMDzm Ry0USC1Fah7lDHhlCMVjqMh0xxdBnZ/MWXoSRlcQDVMoxZ2Xss54u8brNQPDfb2SgXMr +km8fzuwJSJVJGGzDa7meDk11m9JKTDhGcPxlwvZCNzs8nOEd2p1y7514+JN2/CcFh1L eSX+oK1Ru+qR59tBfqpnJ6mzytM5tIPyKM63gJFwns7YApvyYGsKooXOTsVhw1ow/DLV KruA== 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=RPc7j4Uf81GlG1NPglUXJUZH/BPZGnQFMvbZlKWFyy0=; b=HesUCtQY70iSlVJjk2Vw8gv21pQA3uwwB5R+DfqpF2owJKiBeD0iI5MVA3GT0t5AHA T6bkpCjEIDwljh9DIV37w63bdvamfN3mgrhmrQyy47t65gYt4CJtsjq5OFsG5PzOfRP/ 6ql+eJdWtaIVkK32P6+05C6oBEKZSjIeEQdjas7S65veXg7y7wyj3kygPxDDIxSc/1H2 zbcHf9aAir9V86k5eZ9M96vEtfGB+SL4Y9qxxzmMJVBdIu4Ug3oeyuCP8NvYMQk7mjWt aTKk9KFooPaYM4x77tGJWCRkGyxwxR7Ar/5Bmd0MS6oPGmAQ0c9O663Ad8oAqI/Ml8h6 hDqA== X-Gm-Message-State: AOAM533+KypZXgccTb2KbLX0A8zENwiqS3b7tpNxjMjDYLenjFFkpw73 rK0cjmAa2rl+koLTG7GqdFnvYhge32Q= X-Google-Smtp-Source: ABdhPJwvwCmNFiB3wfWZ/pcs7IS/FZH7bhi4kjDar2JYXud90nXujb8AP+eJLdAFqKx7kBH6f4dpyQ== X-Received: by 2002:a17:90a:648b:: with SMTP id h11mr5237238pjj.59.1591397938200; Fri, 05 Jun 2020 15:58:58 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id j186sm543121pfb.220.2020.06.05.15.58.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 15:58:57 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Fri, 5 Jun 2020 15:57:47 -0700 Message-Id: <20200605225811.26342-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605225811.26342-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200605225811.26342-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [RFC v2 02/26] kni: fix reference to master/slave process 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" In DPDK, the correct terms for process are primary/secondary. This is bugfix, not a change in terms for new release. Fixes: f2e7592c474c ("kni: fix multi-process support") Signed-off-by: Stephen Hemminger --- lib/librte_kni/rte_kni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index f1bb782c68ea..855facd1a319 100644 --- a/lib/librte_kni/rte_kni.h +++ b/lib/librte_kni/rte_kni.h @@ -212,7 +212,7 @@ const char *rte_kni_get_name(const struct rte_kni *kni); /** * Register KNI request handling for a specified port,and it can - * be called by master process or slave process. + * be called by primary process or secondary process. * * @param kni * pointer to struct rte_kni.