From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3648BA05D3 for ; Fri, 29 Mar 2019 10:51:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE4452BD3; Fri, 29 Mar 2019 10:51:11 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A969A1DB8; Fri, 29 Mar 2019 10:51:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 381DC203E1; Fri, 29 Mar 2019 05:51:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 29 Mar 2019 05:51: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=OJxCm9/92EhkXjJDPZZjnLA8rVzSBrAqVKic2jg/TKo=; b=fHg30SVffD3y dk32DfxR3QUBh75PXHg7rwAe0QTmMnxI5g4N7Rr7n/PPlDBS4bJ63WCYiXPzZ1Dr Ep8Aq+CyalPeHQAmtHcbVnBHCDSUuKocxWvIJFPDQoKBM69n3kKsP1aZz5ATZADa GlX23BQQJlLf+YgRl1qRAz05pzCHZG4= 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=fm2; bh=OJxCm9/92EhkXjJDPZZjnLA8rVzSBrAqVKic2jg/T Ko=; b=ABSP0B5fWa7FFJFallW0J42RMGenQoBDjsnmz8gvuhqnCv0wihN0Pl1sY kpQIruIE8H+aBYPlpjnpH2i/NDQf6ilt3Ip7n64mLsqz339dYm5CYAda6xCNrB7l JZZ50sC3TXJ9BDIIIHEFfv0DopyFlnk7STOREPhDgXGtFpe3xMXbuUzI7MKGx0I/ LjsIjA9Knt7SZVr2cICGWpEEy92JmKURkAlZMEuwD3ckd9WJcAYWqe6EkC6v0DU8 rTqxUalbNL5FCq2o8X9xoY/3h62Hij5jZ9lnTkwJB1m0R9xrOj7Jgh9lks9NChhc GGeODwuUWXkbGARDFnGgdvrMqfm5Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeeigddtlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E37A51030F; Fri, 29 Mar 2019 05:51:07 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger , Stephen Hemminger Cc: stable@dpdk.org, dev@dpdk.org Date: Fri, 29 Mar 2019 10:51:05 +0100 Message-ID: <221983826.KSRiA1B6R4@xps> In-Reply-To: <20190208034407.7865-1-stephen@networkplumber.org> References: <20190208034407.7865-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 0/7] vmbus/netvsc: fix multi-process support 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" Message-ID: <20190329095105.TUpCNHrHTLhG2ncsjfb8wd9_POT6xk2B2HKh7PqE0sA@z> 08/02/2019 04:44, Stephen Hemminger: > These fix the primary/secondary process model support in the > vmbus and netvsc PMD. They do NOT fix the failsafe PMD. > > The last two are not bug fixes but address unnecessary > code found while debugging the mp support. > > Stephen Hemminger (7): > bus/vmbus: fix secondary process setup > net/netvsc: fix VF support with secondary process > bus/vmbus: fix check for mmap failure > bus/vmbus: stop mapping if empty resource found > bus/vmbus: map ring in secondary > bus/vmbus: refactor secondary mapping > net/netvsc: remove unnecessary format of ether address Adding Cc: stable@dpdk.org for fixes. If you do not want to backport, please check with LTS maintainers. Applied, thanks