From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 5C3217E99 for ; Thu, 23 Oct 2014 11:36:22 +0200 (CEST) Received: by mail-wi0-f174.google.com with SMTP id q5so219467wiv.13 for ; Thu, 23 Oct 2014 02:44:46 -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=kuHKb1lV8jgWDlmabNBpisdYp0V++KZPqPetwjSpqhg=; b=kOO2m/MSxk0lt4KfVRhiLe1gvKqMBBJ/loN/VPb3eKibYEf0KWx8PGNZ5KG3miKkwF TuaImAvXpdHYLO4gYAjRLDQAbizfkY2ygLvf+C/EKjPegeOQDBUTps9JuyCDFIhZpGpR +ubYsZmIlwJyKS+cyA8rIvpFZQHpHIoPYnH7obkq1Ioxs/i7ZV9pGEtC0xzfTkj/KUNQ qvEx6D8iCYUQ2PmPbPX25FjGJNWeY4EwVCFsb0+v0uTzQQDLWdKNhzIoe0sNMy+5XVTx FDvT73Ay1aDK41SF4zgy/HMopn/+EMGYP5j6BV/0W6+KA9qGXSPwEHKwl8bR2us219PB t6mA== X-Gm-Message-State: ALoCoQmx8Eb6oJdSHm+1S61sMj/eBmLzK3ioLm6u/dWy47FTecQFuaJF74CmKXCG3WLdaUvOx+fn X-Received: by 10.181.27.135 with SMTP id jg7mr11776529wid.56.1414057486576; Thu, 23 Oct 2014 02:44:46 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gt7sm4775279wib.18.2014.10.23.02.44.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Oct 2014 02:44:46 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Thu, 23 Oct 2014 11:44:29 +0200 Message-ID: <2516701.CWUpY48aH5@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.16.4-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1413779906-28113-10-git-send-email-huawei.xie@intel.com> References: <1413779906-28113-1-git-send-email-huawei.xie@intel.com> <1413779906-28113-10-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 09/14] other APIs 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, 23 Oct 2014 09:36:22 -0000 2014-10-20 12:38, Huawei Xie: > other vhost APIs > rte_vhost_driver_register: register vhost driver > rte_vhost_driver_callback_register: register new_device/destroy_device callback > rte_vhost_driver_session_start: start vhost session loop > rte_vhost_feature_disable: disable merge-able feature > rte_vhost_enable_guest_notification: disable guest notification This patch should be splitted. I'm doing the adjustment before applying. -- Thomas