From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [dpdk-stable] [PATCH 2/2] examples/vhost: fix realloc failure Date: Tue, 15 Jan 2019 14:53:47 +0800 Message-ID: <20190115065347.GB21993@dpdk-tbie.sh.intel.com> References: <20190114033444.13026-1-tiwei.bie@intel.com> <20190114033444.13026-3-tiwei.bie@intel.com> <8511626.MWUO4s5pd4@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: stable@dpdk.org, maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <8511626.MWUO4s5pd4@xps> 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 Tue, Jan 15, 2019 at 02:56:39AM +0100, Thomas Monjalon wrote: > 14/01/2019 04:34, Tiwei Bie: > > Fixes: ad0eef4d2203 ("examples/vhost: support multiple socket files") > > Cc: stable@dpdk.org > > Please add some explanations about what was wrong. My bad. Will do it in the next version. > > About the title, do you mean "fix path allocation failure handling" ? Yeah, thanks for the suggestion! Thanks