From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 459C2312 for ; Mon, 29 Sep 2014 21:37:58 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id ex7so2387026wid.5 for ; Mon, 29 Sep 2014 12:44:35 -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=2nqnX5rP/ivMOt+6W2Kf6RDNXyIfag9AEyvh+lYmfDE=; b=lWxkvAWEEDVct4bm9+S27RqTGRYXkDa9oVcItGbTd+VA2Eg3eN1kLzOOz6/68eGpgI CesEkSJfBnSqe4QApTVTFiFglnxCPakn9sx8+aDuwe9dLoxivtJpvbQnfzrCShWWKJ1i WO4ve5QxJgZLvilFtdAlhp5SZokvI6G2j0yPrHbXL6/SuRHqT20fFdq6QQCSR5BU3Dq+ e/MTCE3Qnf+jq9HFiNpTkiSdb4sn1tcCYVRLy3Z7e+xNBX25PU+vR4RcpbgWXupoGKZC 73OhBEQNE9pxEZazdMZ+BaShSJxs+QGBvmpih3hpMgmQy6Y8gK1YaxNNHPiQzVV2dqWU s6pg== X-Gm-Message-State: ALoCoQnOSRqDf0KgHlV22ZmMFYPflnaSS4nMCQePp52JGLbqa8evKbPop2aphn3uqOs2ZeHUKWg9 X-Received: by 10.180.103.131 with SMTP id fw3mr26199wib.77.1412019875510; Mon, 29 Sep 2014 12:44:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fl6sm12706423wib.21.2014.09.29.12.44.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 12:44:34 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Mon, 29 Sep 2014 21:44:22 +0200 Message-ID: <9382804.Ypo5if4EZ6@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1411724758-27488-6-git-send-email-huawei.xie@intel.com> References: <1411724758-27488-1-git-send-email-huawei.xie@intel.com> <1411724758-27488-6-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 v5 05/11] lib/librte_vhost: merge Oliver's mbuf change 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: Mon, 29 Sep 2014 19:37:58 -0000 > There is no rte_pktmbuf structure in mbuf now. Its fields are merged to > rte_mbuf structure. > > Signed-off-by: Huawei Xie This patch shouldn't appear but should be merged with your previous work. -- Thomas