From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by dpdk.org (Postfix) with ESMTP id 78D0D5A4B for ; Thu, 5 Mar 2015 22:09:22 +0100 (CET) Received: by wesx3 with SMTP id x3so8946986wes.4 for ; Thu, 05 Mar 2015 13:09:22 -0800 (PST) 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=pY9/VJ65fhSxD3cDBDeMBYxiyOn2UC6JAeEgY2wqO7g=; b=iYaOXEPcP0sAsrTVySKwWF/S/r8rEs4qiZ78B7gNj6fxUkmo2TvsH0TwlYbxXvPUwz SByYw4/Cp5wlNzGGccVfiFzRJv+ztCOjw0c9Sith6WhfJil3GhdKMBnoIPL0vPDx9x/b BxAHGY+qhFkz7gwnAEpWYrSZ9UbJeYyk6AZ08RiajXxSavTmdgbtQgaBXZPVd+Opxu/r iHO3nN4X1xWlIhEbKK093ZkqS7Y3zgo+EEQHtEJyB7cNPu/c0QMMMQ4gZcJdb2+jKjZY vceRB3P1lxkv8F+I96LEPknnyRUd4hyYQOxl4NuVasrCsL2QdL8GinaAWXgpKUCNgMAT gg8A== X-Gm-Message-State: ALoCoQnPyLUlz3mLldexWOAxDbEGFWstf7r8DmELG7D/omb+nCtiv+s7mlcxUuCBQh8bpeMvufkb X-Received: by 10.194.20.67 with SMTP id l3mr22199184wje.94.1425589762302; Thu, 05 Mar 2015 13:09:22 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bf8sm10472628wjb.37.2015.03.05.13.09.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Mar 2015 13:09:21 -0800 (PST) From: Thomas Monjalon To: "Xie, Huawei" Date: Thu, 05 Mar 2015 22:08:46 +0100 Message-ID: <95042185.iHaGzORS9u@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425349564-30489-1-git-send-email-huawei.xie@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] lib/librte_vhost: remove vhost device from data plane when receive VHOST_SET_MEM_TABLE message 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: Thu, 05 Mar 2015 21:09:22 -0000 > > This patch fixes the segfault issue in the case vhost receives new > > VHOST_SET_MEM_TABLE message without VHOST_VRING_GET_VRING_BASE(which > > we uses as the stop message). > > > > Signed-off-by: Huawei Xie > > Acked-by: Tommy Long Applied, thanks