From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id B88A7595E for ; Wed, 15 Jul 2015 14:19:53 +0200 (CEST) Received: by wgjx7 with SMTP id x7so32072718wgj.2 for ; Wed, 15 Jul 2015 05:19:53 -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=/cJLxkZ09Pt9msBHB6VljNI1Syx+ihuWGwsWgXRt4Yo=; b=aJQql5W5W5+EEMEdyxJpgcg03Zz/tZdm/0//bavcmoVfZ/iRalPf3ZCoB3VWR6pvSR X3VZr4KMpngX/XTOXOrwqY7Tx/vGgXiL6zCHUqkJDViKEBkg6EGXf8DKORr59SW30J3Q yiicifUjJSCkbmXvYgpKZmaxEL4HWU7zNhmfEaLZjWjCd+0jTEj6GnphPPRmt2oROZc8 UaYbTOQVDMBu8qGT4rWe0m8LpXZJw3PYk8dWdFldSIVmMYTBGIEgX4Ln105drs9z5yqE GacQ/nRBYTFcASSbOINagKyu2KQuprNZSe1rissDacBqi+s3PYUNPd6M3ie35ILZsIqA 35pw== X-Gm-Message-State: ALoCoQn/cTm1rghOA6BkKKqn9RvfahQchcY9DIBndkcEDDQhWhgY1sti3wUjdqL5Sb9TQvVkdROw X-Received: by 10.194.206.65 with SMTP id lm1mr7867999wjc.117.1436962793577; Wed, 15 Jul 2015 05:19:53 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id dl10sm7632670wjb.42.2015.07.15.05.19.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jul 2015 05:19:52 -0700 (PDT) From: Thomas Monjalon To: Rahul Lakkireddy Date: Wed, 15 Jul 2015 14:18:40 +0200 Message-ID: <2184031.ttDvW3uTLL@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <4ffbd439c1cf7ec90df137c5701197009a86bd63.1436977639.git.rahul.lakkireddy@chelsio.com> References: <4ffbd439c1cf7ec90df137c5701197009a86bd63.1436977639.git.rahul.lakkireddy@chelsio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH] doc: Spell fixes, re-organize and update CXGBE documentation 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: Wed, 15 Jul 2015 12:19:54 -0000 2015-07-15 23:00, Rahul Lakkireddy: > Fix spelling and grammar errors. Re-organize sections for better explanation > in the documentation. Add a section describing compilation of CXGBE with DPDK. > Add a note describing that CXGBE currently only supports binding to PF4. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Kumar Sanghvi Applied, thanks