From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 0/5] vhost: optimize enqueue Date: Tue, 23 Aug 2016 14:16:40 +0200 Message-ID: <8e719d6a-5371-d4fc-f70e-6b36ca674c92@redhat.com> References: <1471319402-112998-1-git-send-email-zhihong.wang@intel.com> <1471585430-125925-1-git-send-email-zhihong.wang@intel.com> <2a5320b9-c9dd-f7e3-e659-7d14cd1e5620@redhat.com> <8F6C2BD409508844A0EFC19955BE09411077348E@SHSMSX103.ccr.corp.intel.com> <8F6C2BD409508844A0EFC19955BE0941107747D9@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: "Wang, Zhihong" , "'dev@dpdk.org'" , "'yuanhan.liu@linux.intel.com'" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8BDF82142 for ; Tue, 23 Aug 2016 14:16:43 +0200 (CEST) In-Reply-To: <8F6C2BD409508844A0EFC19955BE0941107747D9@SHSMSX103.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 08/23/2016 12:43 PM, Wang, Zhihong wrote: > > >> -----Original Message----- >> From: Wang, Zhihong >> Sent: Tuesday, August 23, 2016 10:31 AM >> To: Maxime Coquelin ; dev@dpdk.org >> Cc: yuanhan.liu@linux.intel.com >> Subject: RE: [PATCH v3 0/5] vhost: optimize enqueue >> >> >> >>> -----Original Message----- >>> From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] >>> Sent: Monday, August 22, 2016 6:02 PM >>> To: Wang, Zhihong ; dev@dpdk.org >>> Cc: yuanhan.liu@linux.intel.com >>> Subject: Re: [PATCH v3 0/5] vhost: optimize enqueue .. >>>> >>> I forgot to add that before this series, I think we should first fix the windows >> bug. >>> Else we will need a dedicated fix for the stable branch. >> >> Okay I'll try to fix it, though I can't make any promises at present. >> >> Have tried once but stopped since we don't have enough debug info from the >> frontend side so basically I was debugging the backend based on guesses. > > Hi Maxime, Yuanhan, > > I've identified the root cause, do you think it makes sense to put the fix > in the same patch set? Or send it as a separated patch? Good work! Agree with Yuanhan, send it before the optimization series. Thanks, Maxime