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 A650EA00E6 for ; Tue, 6 Aug 2019 10:08:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B0BC11BD62; Tue, 6 Aug 2019 10:08:10 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C9D731BD52 for ; Tue, 6 Aug 2019 10:08:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 04C3020F24; Tue, 6 Aug 2019 04:08:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 06 Aug 2019 04:08:09 -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=0MiniUNF831x2iJM6y7LOVvotCltuRNUSFx58GgjT0M=; b=H7zb+2aK0HF3 bpXzCChpobQz4mi0GRoAvM8iaNlpFGgD1n3EJS61q53YLxp3zBiyBY682IhXIxhd llJYsYv5Rt8/GKpQjMP+yW1VDz0A98FQhZmgkuhMaMzQBnK2rcBLvwu0fpsgWgqT x5Rh9H6U8Vwy0+C+JDxc9S7VxpCGv34= 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=0MiniUNF831x2iJM6y7LOVvotCltuRNUSFx58GgjT 0M=; b=yyKJ2JoaccMEpWXOO52+YxVtTv3G5D5vCs7/9LnoeH+AGh8tUMECXDX6h iVzKv+NgDRZtyujEKq2DIw3VXZryntUxmPXQXceEz6fB8SmiY5/Za4NSjuha0FqM +UY4Z9XRR3T2UzlN4BK3NMRF3rLtWr1hIhJWjo1VyRQIJLuWnYPK8qi/JEIVrIqk sq3zMudiHaEZBie5OPW0JHwDtLfTAhsiAeaQl4DGoyuOy3gKY4VaaFupdNQ2qVPC y/TRGwP6MvB3qG3QD54IMl2ImeBPPB9PoP05pV8/wfLund66E/vEku/IV3Tn6LKL Gv186exmpXYP59LD504O+dVSOk8rQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtledgudeftdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhephhhurghrmhdrtghomhenucfkphepleefrdeirddugeelrdduudegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd 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 EA62E38008F; Tue, 6 Aug 2019 04:08:06 -0400 (EDT) From: Thomas Monjalon To: Phil Yang , jgrajcia@cisco.com Cc: dev@dpdk.org, anatoly.burakov@intel.com, ferruh.yigit@intel.com, gavin.hu@arm.com, honnappa.nagarahalli@arm.com, nd@arm.com Date: Tue, 06 Aug 2019 10:08:05 +0200 Message-ID: <2404131.uETaXi0Jkk@xps> In-Reply-To: <4150673.WUjg2Ml5sm@xps> References: <1564655727-4142-1-git-send-email-phil.yang@arm.com> <4150673.WUjg2Ml5sm@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/memif: fix multi-process device probe error 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" 02/08/2019 23:01, Thomas Monjalon: > 01/08/2019 12:35, Phil Yang: > > Fixes: c41a04958b ("net/memif: support multi-process") > > > > Signed-off-by: Phil Yang > > Reviewed-by: Gavin Hu > > --- > > --- a/drivers/net/memif/rte_eth_memif.c > > +++ b/drivers/net/memif/rte_eth_memif.c > > @@ -1265,7 +1265,7 @@ rte_pmd_memif_probe(struct rte_vdev_device *vdev) > > eth_dev->dev_ops = &ops; > > eth_dev->device = &vdev->device; > > eth_dev->rx_pkt_burst = eth_memif_rx; > > - eth_dev->tx_pkt_burst = eth_memif_rx; > > + eth_dev->tx_pkt_burst = eth_memif_tx; > > It is not a probe error, but malfunctioning device, right? > What is the current behaviour? You could better explain > the symptom in the commit log, and the root cause (typo). Nobody is replying or sending a v2? Jakub?