From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] virtio: Fix crash issue for secondary process Date: Mon, 30 Mar 2015 22:09:10 +0200 Message-ID: <2388187.Tk0ximy11O@xps13> References: <1427438150-6673-1-git-send-email-changchun.ouyang@intel.com> <1427462595-23701-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ouyang Changchun Return-path: In-Reply-To: <1427462595-23701-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-03-27 21:23, Ouyang Changchun: > It needs Rx function even in the case of secondary process, and it also needs check if > it supports mergeable feature or not. > > Signed-off-by: Changchun Ouyang > --- > > Changes in v3 > -- Extract a function to remove the duplicated codes; > > Changes in v2: > -- Check if it supports mergeable or not for the secondary process. Applied, thanks