From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 48AC85921 for ; Thu, 9 Jul 2015 00:52:16 +0200 (CEST) Received: by wgov12 with SMTP id v12so23660867wgo.1 for ; Wed, 08 Jul 2015 15:52:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=K5MtiU11ecFvcdG221K0kQH7T/q1q4zr5RqdHcvPAk8=; b=hcFUl6hG1JkHsTJ+UBSDjvD+2UhHGPEsWNVqNbK5QmkVexLlkEDOJPXPp06ncq0KHb JIW3zEvkSoV57CxE7VZgVTEO7dmzaRvkciNrw1tjtgZoiZPYl6VBA72uYpZOioAtsQR2 HCfA4AWTCIyYbEhXgxuZ7By8Hxt7uOBV4s2Gny8szTsHZSKcuZtmCZT/NoPtzHeXX92V xrJXKT6Ch12nRxv3JwubkrTfRn9djL9pJb12uUD8x+ocGpGuecBpKhpeHjwbQIEImbC6 gnAxsTwUzVDKmymu57ojvxaH29YD1/YD0T4wrM8tfE/WLzOs8mpOeUGrziqzFWHJAQsp f/JQ== X-Gm-Message-State: ALoCoQlPSc7N3fJHNF1jzX7hslX84wSQetPrrzO59flebbnG13HRBXa8XQ9fpUy1ugJHw9fPB9wD X-Received: by 10.180.36.129 with SMTP id q1mr81126558wij.10.1436395935970; Wed, 08 Jul 2015 15:52:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id dt1sm5118483wib.7.2015.07.08.15.52.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 15:52:15 -0700 (PDT) From: Thomas Monjalon To: Raz Amir , Bruce Richardson Date: Thu, 09 Jul 2015 00:51:10 +0200 Message-ID: <1460734.qdGxFBnQ8D@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <6544717.r8ii0elbbK@xps13> References: <1424932400-66862-1-git-send-email-razamir22@gmail.com> <0a0a01d05cbf$7f563750$7e02a5f0$@gmail.com> <6544717.r8ii0elbbK@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] pci: save list of detached devices, and re-probe during driver unload X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 22:52:16 -0000 This patch received no more comment about a common BSD/Linux behaviour. Maybe that some documentation is needed. 2015-03-16 17:29, Thomas Monjalon: > Hi, > > 2015-03-12 14:24, Raz Amir: > > Thank you. > > Can you tell when will the patch be pushed to the source code? > > This is changing the behaviour. I think we should keep it for 2.1 and check if > some docs must be updated in the meantime. > Then we should look at general behaviour for binding/unbinding devices in DPDK. > I feel it would be better to have a common behaviour with BSD, Linux UIO, > Linux VFIO, etc. > > > -----Original Message----- > > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > > Sent: 11 March 2015 12:26 > > To: Raz Amir > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v4] pci: save list of detached devices, and > > re-probe during driver unload > > > > On Thu, Mar 05, 2015 at 06:24:23PM +0200, Raz Amir wrote: > > > Added code that saves the pointers to the detached devices, during > > > driver loading, and during driver unloading, go over the list, and > > > re-attach them by calling device_probe_and_attach on each device. > > > > > > Signed-off-by: Raz Amir > > Acked-by: Bruce Richardson Applied, thanks