From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id 346A05A8C
 for <dev@dpdk.org>; Mon, 30 Mar 2015 22:09:52 +0200 (CEST)
Received: by wgdm6 with SMTP id m6so187641110wgd.2
 for <dev@dpdk.org>; Mon, 30 Mar 2015 13:09:52 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=CjibFK012jLU9NYgmoRQ4JBkLVDG5gR35t9JmM01ydw=;
 b=JUo6qvVSyRfuR1d+zbJ6s2mvOGiGskq1+I1BxvZVHASyD/OjdZ3DJgsTE70w/29Vf0
 9IEJFmHGl/tqIM0+Nqz6k/q3JCoeERLdAuH2NuDhZTwiPe+RUwJokypGep80YytHkwK4
 lIny0T0n9Ugav9ojmuDxldyPJxc2KH7B5HU9POOXUjfdD+kdF27VqsACFHsZdEAG3ixC
 nXJkDcvnmMzU5/f9O69tTK1a/hep80kkg0l2sggJJXYY4tQ5ljV0B4eki/E6BKtT7Nqz
 hDk+DE68yMAh+5qNjAoXFgwiuQ7lXNSXYtvy9LDalzeTtoH8k7HzUMHbDm9Iu64EZl4s
 2fzg==
X-Gm-Message-State: ALoCoQlNuDdAYyMQqO+fKC7/5tA7XPxvOWSJzR+YjzRknix426IOAgIgS5pn3TDBVJPCgvygDJtK
X-Received: by 10.180.218.162 with SMTP id ph2mr25389319wic.22.1427746192070; 
 Mon, 30 Mar 2015 13:09:52 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id n3sm17181388wja.36.2015.03.30.13.09.50
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 30 Mar 2015 13:09:51 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ouyang Changchun <changchun.ouyang@intel.com>
Date: Mon, 30 Mar 2015 22:09:10 +0200
Message-ID: <2388187.Tk0ximy11O@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1427462595-23701-1-git-send-email-changchun.ouyang@intel.com>
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-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3] virtio: Fix crash issue for secondary
	process
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Mar 2015 20:09:52 -0000

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 <changchun.ouyang@intel.com>
> ---
> 
> 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