From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 311A35950 for ; Mon, 24 Feb 2014 19:15:57 +0100 (CET) Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1OIH8Ip021001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Feb 2014 13:17:12 -0500 Received: from x220.localdomain (ovpn-113-190.phx2.redhat.com [10.3.113.190]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id s1OIH7eY019115; Mon, 24 Feb 2014 13:17:07 -0500 Date: Mon, 24 Feb 2014 10:17:06 -0800 From: Chris Wright To: Thomas Monjalon Message-ID: <20140224181706.GB10251@x220.localdomain> References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com> <1391529271-24606-5-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391529271-24606-5-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [vmxnet3-usermap PATCH 04/16] pmd: add make help 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, 24 Feb 2014 18:15:57 -0000 * Thomas Monjalon (thomas.monjalon@6wind.com) wrote: > Add help for quick tips. > Also define CC and remove RTE_CONFIG variable. Straight forward addition of help text (useful, thanks) and simple clean up. Looks good to me. Acked-by: Chris Wright