From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id E5AD25A8A for ; Fri, 10 Jul 2015 03:03:20 +0200 (CEST) Received: by wgck11 with SMTP id k11so237105278wgc.0 for ; Thu, 09 Jul 2015 18:03:20 -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=jctbE8SlR5N5IAuD7wtUiuog0KoVU2R5iGbDVYBuNE0=; b=E3yq1GBOrxslGH94au0BmJIOZYqCX9PT9TITiAqTBCgnS6Von3bv2o2F/NCxELM5cw mPLdUury/SGzmeHr7WCoLhSsKvf++M1O+0YEiGlfQOVYTHwuYi9kH8lgp6P3kEjYpHil tJxisdLg765tMpHruXS/32q3YXY0+sqCSXVGKjaUyh5Z/DH8wJpUnAgkQCBziCw1z7Nl IYAi9jRB+3xQg4x5Xd8/m5afQ55kGDpyCh21yxwlaqj9bn2+5Qz6pG+F+of0IhEVWeTb qFBGTe3KLT6Hv5wJenBbeIwGP3lhUPIZiuWMh2i8EOkzQIW9qT9XRrST0AAzoDOEP1Tm O9fA== X-Gm-Message-State: ALoCoQlKHGjlIgllodk3/CsYVYeYcRTvCNPXgP5uf4Zdobxw7zP+7wGYY/udem8njZHEIIEog9QA X-Received: by 10.180.95.10 with SMTP id dg10mr1094455wib.41.1436490200692; Thu, 09 Jul 2015 18:03:20 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ft5sm552339wib.4.2015.07.09.18.03.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jul 2015 18:03:20 -0700 (PDT) From: Thomas Monjalon To: Rahul Lakkireddy Date: Fri, 10 Jul 2015 03:02:12 +0200 Message-ID: <1923995.FIIeSBjnK7@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: 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 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices 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, 10 Jul 2015 01:03:21 -0000 2015-07-07 22:42, Rahul Lakkireddy: > This series of patches do the following: > 1. RX performance fixes for cxgbe Poll Mode Driver. > 2. Add more supported Chelsio T5 device ids. > 3. Update cxgbe documentation to include instructions on how to flash > firmware and enable/disable flow control. Also, provide a list of > supported Chelsio T5 devices. > > Rahul Lakkireddy (3): > cxgbe: Fix RX performance for cxgbe PMD. > cxgbe: Add more supported Chelsio T5 devices. > doc: Update cxgbe documentation Applied, thanks