From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 709C39E3 for ; Tue, 19 Jul 2016 07:35:35 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 18 Jul 2016 22:35:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,388,1464678000"; d="scan'208";a="998006690" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga001.jf.intel.com with ESMTP; 18 Jul 2016 22:35:33 -0700 Date: Tue, 19 Jul 2016 13:39:18 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: huawei.xie@intel.com, dev@dpdk.org, Thomas Monjalon Message-ID: <20160719053918.GM5146@yliu-dev.sh.intel.com> References: <1468861764-22197-1-git-send-email-maxime.coquelin@redhat.com> <20160719013934.GI5146@yliu-dev.sh.intel.com> <91d5b0a9-fbc6-ece4-f4cb-f3cb8eb27c3d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91d5b0a9-fbc6-ece4-f4cb-f3cb8eb27c3d@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net: virtio: clear reserved vring properly at setup time 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: Tue, 19 Jul 2016 05:35:35 -0000 On Tue, Jul 19, 2016 at 07:31:35AM +0200, Maxime Coquelin wrote: > >And to Thomas, I don't find a good reason to have this in 16.07. Let's > >delay the apply to v16.11. > Yes, that's why I mentioned it didn't fixed any problem on my side. > > So I propose we skip this patch, I'll resend one removing the memset for > v16.11. Good to me. --yliu