From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 0F8BB68AF for ; Mon, 19 May 2014 18:00:06 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id cc10so1777855wib.10 for ; Mon, 19 May 2014 09:00:16 -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=UH9SMj/KjkqPsGGL96s0Y7/QdIlhsETkLwPbPmEc1Vs=; b=gAQjnDYWBLmst7AccddVc5PGtAlVX4EAjUHE56IO+FP44xbBgGebBpLAIFCTNZdjrr jr4KYRE9393mdYeJr0d7O9bca/JdTkuCtB37AE+VW7fznq0sTp/XwH16bH3OB/sfRGl9 YHGzhb/g0S02ToaL+oeGFC0GRFmJPGuev4x/865oNqxrD5cYYMg8UrgLSS9Mz5Usz22M 8mKFf1cx+ijb/Rpsfz4gvm5GWRwy+Rsldo+eBGQKcsrasEozZkOhGX6bvoJcFZPmQhYT u+4lOCSxA/em1y0CKT3Os3iMFF6DNnaQCqklKPDVrLbbF1L+EOpj+jzHwdp74afCKBj+ Caqg== X-Gm-Message-State: ALoCoQnqbLYHS4qDsol6cy97ca0FUROyKLa4xpsiUTjQydqU/IVqFQxjoNnxGeqS1NrAwdW3CVIW X-Received: by 10.180.126.33 with SMTP id mv1mr13930938wib.6.1400515215883; Mon, 19 May 2014 09:00:15 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id qq5sm15737681wic.10.2014.05.19.09.00.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 May 2014 09:00:15 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Mon, 19 May 2014 18:00:13 +0200 Message-ID: <1478243.AGf3d0Vu1X@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1400512177-19315-1-git-send-email-changchun.ouyang@intel.com> References: <1400512177-19315-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] [PMD] [VHOST] Revert unnecessary definition and fix wrong referring in user space vhost zero copy patches 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, 19 May 2014 16:00:07 -0000 Hi Changchun, 2014-05-19 23:09, Ouyang Changchun: > 1. Revert the change of metadata macro definition for referring to headroom > space in mbuf; > 2. Fix wrongly referring to RX queues number in TX queues > start/stop function. > > Signed-off-by: Ouyang Changchun You are fixing commits which are not yet applied. Please merge and re-send the whole serie by suffixing with "v2". The title was "[PATCH 0/3] [PMD] [VHOST] *** Support zero copy RX/TX in user space vhost ***" It should be "[PATCH v2 0/3] Support zero copy RX/TX in user space vhost" Other notes: - please split API and ixgbe changes - set a significant title to each patch - use prefixes like "ethdev:", "ixgbe:" or "examples/vhost:" In general, this page is a good help: http://dpdk.org/dev#send Thanks -- Thomas