From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/ifc: do not notify before HW ready Date: Wed, 26 Sep 2018 08:53:48 +0100 Message-ID: <4dc9c3b5-e4ad-463e-8634-064a6e4928a0@intel.com> References: <20180910110531.138449-1-xiao.w.wang@intel.com> <20180914012517.44977-1-xiao.w.wang@intel.com> <57299da3-af0a-01a1-d4f5-0fbe8b9ce0be@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "Ye, Xiaolong" , "Bie, Tiwei" , "dev@dpdk.org" , "stable@dpdk.org" To: "Wang, Xiao W" , Kevin Traynor Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/26/2018 1:12 AM, Wang, Xiao W wrote: > Hi, > >> -----Original Message----- >> From: Kevin Traynor [mailto:ktraynor@redhat.com] >> Sent: Wednesday, September 26, 2018 1:16 AM >> To: Wang, Xiao W >> Cc: Ye, Xiaolong ; Bie, Tiwei ; >> dev@dpdk.org; stable@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v2] net/ifc: do not notify before HW ready >> >> On 09/14/2018 02:25 AM, Xiao Wang wrote: >>> If the device is not clearly reset by the previous driver and holds >>> some invalid ring addr, and the relay thread kicks it before HW is >>> properly re-configured, a bad DMA request may happen. >>> >>> Besides, the notify_addr which is used by the relay thread is set in >>> the vdpa_ifcvf_start function, if a kick relay happens before >>> vdpa_ifcvf_start finishes, a null addr is accessed. >>> >>> Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") >>> >> >> Looks like this should be in stable branch too. Can you confirm? > > Yes, they should go also into stable branch, thanks for the notice. "Cc: stable@dpdk.org" already has been added while merging next-net Commit c5ea24905585 ("net/ifc: do not notify before HW ready") Thanks for checking.