From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 126607EC4 for ; Fri, 7 Nov 2014 13:11:44 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id h11so4397416wiw.0 for ; Fri, 07 Nov 2014 04:21:15 -0800 (PST) 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=yX/lgwEiHH3bN+LnNN+VGeihatPVL9UfMeOiu1uxRro=; b=jSQeDELFc5zMSZCLuS1LjcWwCOKplyIhquDyvI3tJaj+gl2lXJHh95AAf/XTxr7MvN 41W/zfPYCtknx16EoVJgrEUf6W7lJ11xq2jWVryDC6LYE0o2f1c9w/Fy61xEQSnDjTz8 rCSA3viVjWklj1wJ3ov8qiFcV6i/rHyDiqPBhKwFEN4eJlBaF7Iwmf+U3Si/0vVacrg8 AXT0pKZfi796by3WcbqtVnDo059hj5FoGnItR6mk9qf8a4cJrLaFFACYKgIOtAhot2q/ pELNMGydfleZ0dQYWZvixpmedXJHbgoKk7F/IsZSgz/dposntBzLNf0vtVfRqjkPs4d4 PlKQ== X-Gm-Message-State: ALoCoQmjlze4NXTejePXnyE2VtfL33xpkwydu1moMXmLeFRL1chR2BlSmhp5yqKBqfhTYoORe2Hq X-Received: by 10.180.78.36 with SMTP id y4mr4546495wiw.52.1415362875750; Fri, 07 Nov 2014 04:21:15 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ws2sm11585885wjc.32.2014.11.07.04.21.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Nov 2014 04:21:15 -0800 (PST) From: Thomas Monjalon To: Sujith Sankar Date: Fri, 07 Nov 2014 13:20:55 +0100 Message-ID: <4302720.jNiraD804k@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415390747-9532-8-git-send-email-ssujith@cisco.com> References: <1415390747-9532-1-git-send-email-ssujith@cisco.com> <1415390747-9532-8-git-send-email-ssujith@cisco.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 7/7] Release notes for ENIC PMD 1.0.0.3 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: Fri, 07 Nov 2014 12:11:44 -0000 Many informations in the release notes are not well adapted to an integration. Please could you rework it? I'd like to create a doc directory for drivers (doc/drivers) as doc/guides. So this doc should be in rst format in order to be processed by sphinx and published on the web site (like guides). Could you also include a performance test report based on testpmd? Thanks a lot -- Thomas