From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id B14E17E99 for ; Thu, 23 Oct 2014 11:37:17 +0200 (CEST) Received: by mail-wi0-f177.google.com with SMTP id ex7so1271906wid.16 for ; Thu, 23 Oct 2014 02:45:42 -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=eTsWyWo9XvNSRE75cmVO1z8UDaXyIRn375gZrxqMXGE=; b=dRjhruh8IiE/03Zrro0O2+TKLgR3PnVSbB4U7ZqxiA/ubHd+jpSpyMFxWaFRNhqepI 5qseqbEbCbn01RLA3xcjva4mhDVY5j4XukGm/hUTWgLR72U/6/36f0r+ZgccA6UYdtsn kSNN60MGjcOgvRBNgK+jvG/8lhfvJw+6HEEEv5CHkrqSQAPw1ivKRqszFixMmukUawkT SgObJhzZ2O3TbctJwnk8++HJJ0q0ZOlIcJShyMBORRSS4gn1/tOUCgbJiCeNNaZ+Rxj1 EjRtOpISSxeRbfCn3L3WA/ZhPOE3btqOyvg+htczrotgen5UzUj7gayIfBVCj68V9wtX oC9g== X-Gm-Message-State: ALoCoQlEJb7sEUm63op5AJ+tdpQZ4I44FoSsCUcljCmRG+RKXrsXPfCQeSTzXZigssX+nY/o0mFZ X-Received: by 10.180.103.33 with SMTP id ft1mr42994155wib.71.1414057541996; Thu, 23 Oct 2014 02:45:41 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hu3sm1533487wjb.17.2014.10.23.02.45.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Oct 2014 02:45:41 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Thu, 23 Oct 2014 11:45:25 +0200 Message-ID: <2381153.ooAtyKaDYG@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-11-git-send-email-huawei.xie@intel.com> References: <1413779906-28113-1-git-send-email-huawei.xie@intel.com> <1413779906-28113-11-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 10/14] vmdq_rx_q 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:37:17 -0000 2014-10-20 12:38, Huawei Xie: > vmdq_rx_q minior change This patch should be merged with vhost_dev structure definition (patch 4). -- Thomas