From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 860BA1B7B7 for ; Tue, 17 Oct 2017 09:57:40 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id k4so2029367wmc.1 for ; Tue, 17 Oct 2017 00:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=uclAseoj53FnNSgn5r19CAar2utuwd49htjpWzttr7Q=; b=JOUj9uPTjdehCoppuCEeMCexRlG4ETRS/hc1rQvbFN7Zbc4Ga0ZwPo+aUmQupQ8OSj W2VDf35nI2fv8vC1A6XPG2jP1aEufDwN9UrkE5+dS7tIl8VRRH8zpcFumFFtF6bXfUA3 KCqirp3yY5pWsWjsjcasOetKWjp3PndmrIrK4MBdY8p7B8GlGenNZG07JJYFuQhBibg/ ECK25l7XcyNZqeQCsELIRZg4DWq10y56YQWQkGBwqQZId64M305dK4Wlr8nQDnXrl/Lh pe46duK9G3VzI+HY0aNhCenubYI8o8IwY9P86HJAOXfch1Pwu06P3Wa9AnW38Hqg5+Kh qE9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=uclAseoj53FnNSgn5r19CAar2utuwd49htjpWzttr7Q=; b=ABh6WHf0R1JVv+EJRlUiPuKbXwvsZZ0ghB1RUSHtqSCFBfpuuSwON/kf3Dh+Cdnnzq 6ipBWcDpLh+09YBN0KEUIhoyBI0JUprdMjSS6LzTdRswqzdQTDPwUcWdWmoza6jiewv5 oDgeeiMX3xicCUrvkXnebxLAp4VZi/IhESstejzUT88J6sBPfEj8r1oJEBzlJF99g3KL dzGYbdqaEUvOEWgmNsb+M5Eemvrvy0mXCoyB0PEqssorDn/6XuwTdGSvktncnfZES+lU wMSVfrL2fHMEb/o6mx1LZ5nfDs7cdTJyiKXEu0cRZgIah8aFuipAYvwwxZax+2Z1mn+m KQjA== X-Gm-Message-State: AMCzsaWPaxmwgBUjXZwvPc/iugV4IIe9gWTbFRnP1KexZz6LfBeydcF/ jpA14BiCTFr86MUYkueNjnND0i9XpA== X-Google-Smtp-Source: AOwi7QDdZXbUeHq1K7kFCH0ty3MtCMEd/+yaGUsJKaa86hMQMoODjC5RBxZRjVHvMGs9kgdMIDBlTQ== X-Received: by 10.80.132.101 with SMTP id 92mr16115684edp.165.1508227059974; Tue, 17 Oct 2017 00:57:39 -0700 (PDT) Received: from laranjeiro-vm (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id h2sm6259144edc.89.2017.10.17.00.57.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 17 Oct 2017 00:57:39 -0700 (PDT) Date: Tue, 17 Oct 2017 09:57:35 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Xueming Li Cc: dev@dpdk.org Message-ID: <20171017075735.hrj335upr2wzkkyb@laranjeiro-vm> References: <20171017074535.80245-1-xuemingl@mellanox.com> <20171017075117.80527-1-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171017075117.80527-1-xuemingl@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: fix secondary process TX 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: , X-List-Received-Date: Tue, 17 Oct 2017 07:57:40 -0000 On Tue, Oct 17, 2017 at 03:51:17PM +0800, Xueming Li wrote: > Uninitialized UAR mmap offset caused secondary tx doorbell mapped to > wrong address. This patch restores missing UAR mmap offset init code > overridden by wrong merge. > > Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx queue ...") > > Signed-off-by: Xueming Li Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND