From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D5CD9A00E6 for ; Tue, 6 Aug 2019 11:28:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B0D8A1BE31; Tue, 6 Aug 2019 11:28:36 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DC1C41BDF7 for ; Tue, 6 Aug 2019 11:28:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 78CD520963; Tue, 6 Aug 2019 05:28:35 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 06 Aug 2019 05:28:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=FTUprinUapVYBFMJ1f51QWHLAvSq879nyecQC4YRj2s=; b=bPcb5qwDJYPH UDFP1iF7RbYnXsf4LaT4Wb8MGWPcfrW/SjOa4W0lV9+7bXeDy8axG3QffjCANPNj 4+nKIjcBg2JzggT+cra/8rZ0eSDmO0W/b8yPV6YwFo6yXSKf1xv+dGQqOdcxB6bg rr0fZBcPoJMGBZ9XnHhrSj6GsX7ceqM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=FTUprinUapVYBFMJ1f51QWHLAvSq879nyecQC4YRj 2s=; b=dg+jrIaHwEgdWsDXmRHmn6sdD+ZUWZeTx4fyLCyLhLrCWWV8VY+eJ2vf+ QBSKD+8Z0pCgePrl9VjmnULYU6/fu8U0oacTJb5rBvCJk7kEe5O1M1GMZLgc+10N g074CbvtuH7fXmGhQ45OLI5xgPh9mNs+rVvpBphn2nQjnNjv82lNiWj+3AlG+O0E oURBMKeOwP8BYwQyMNZyLH32QtTKuYfkYvzO1t87rkLi7vbqF3shX76ZgG4XAZZW pb3Besgia1rrF3cBrEpq0j8h5usFelEn/nmEAw4N+8yyqev4APv8Ha2cr+qO5CWG UcwOsh3U+YSYGP67E5MP60tiaDTaQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddutddgudeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehhuhgrrhhmrdgtohhmnecukfhppeelfedriedrudegledruddugeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id B80068005B; Tue, 6 Aug 2019 05:28:33 -0400 (EDT) From: Thomas Monjalon To: Phil Yang Cc: dev@dpdk.org, jgrajcia@cisco.com, anatoly.burakov@intel.com, ferruh.yigit@intel.com, gavin.hu@arm.com, honnappa.nagarahalli@arm.com, nd@arm.com Date: Tue, 06 Aug 2019 11:28:32 +0200 Message-ID: <2221615.G8e8XJN2Ak@xps> In-Reply-To: <1565081126-14432-1-git-send-email-phil.yang@arm.com> References: <1564655727-4142-1-git-send-email-phil.yang@arm.com> <1565081126-14432-1-git-send-email-phil.yang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] net/memif: fix multi-process malfunctioning device 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" 06/08/2019 10:45, Phil Yang: > When working as a secondary process, it uses eth_memif_rx in PMD egress. > It should be eth_memif_tx. > > Fixes: c41a04958b ("net/memif: support multi-process") > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu Applied, thanks Instead of the vague "malfunctioning device", I replaced with "Tx" in the title.