From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 6A3BAC432 for ; Mon, 27 Apr 2015 16:59:46 +0200 (CEST) Received: by wgin8 with SMTP id n8so118967364wgi.0 for ; Mon, 27 Apr 2015 07:59:46 -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=l7LoJ5f3lRROLDwCbkm5NeEtSiF5ixZANxpWDuwx0ho=; b=LiCSae9oqnjOsWjdTdjfj+Z31DHC8961DegohpGhD1fyM/IiguotgwE2a7qGueJn4y v3tSkuak4s5bajjEcO83++LDL+rcEhFOTK02f2b1z/xwJ2a/Abd+POICXNtb6GAPitK/ cXMeAUktjvhrIgJG39qdeCNngXzoUHoq0JsUEeG9IRA1H2/pDxnj/0mSLSvErI476het xYtFzLR+yWQwGtGOU4Q6kunnppJCuXLFVqRhSFBRF1C586gvxpJvAUWxjyvjpnS0hXZ5 y1myI6AIRGTzjQ7JU+8G9YQe8SPN2wyW2z5Qi69woIqY3iS7tX731xrfcLVFhxEXT0Hd d5og== X-Gm-Message-State: ALoCoQl7JpPVJOBt+v7v9LmXvJfXJgnBI9U7FU0k38pe7lVbr82H1Zxl72tkNNIYV8JiOROTOIC4 X-Received: by 10.180.211.2 with SMTP id my2mr3495895wic.78.1430146786181; Mon, 27 Apr 2015 07:59:46 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id e2sm12000990wij.5.2015.04.27.07.59.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Apr 2015 07:59:44 -0700 (PDT) From: Thomas Monjalon To: "Ouyang, Changchun" Date: Mon, 27 Apr 2015 16:59:03 +0200 Message-ID: <1764062.jrH0OtbpFb@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF833@SHSMSX101.ccr.corp.intel.com> References: <1423742468-30404-1-git-send-email-changchun.ouyang@intel.com> <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF833@SHSMSX101.ccr.corp.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 00/36] Update IXGBE base codes 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, 27 Apr 2015 14:59:46 -0000 > > This patch set update IXGBE base codes to the version of cid-10g-shared- > > code.2015.02.03. > > and this patch set add 2 new device id as following: > > #define IXGBE_DEV_ID_X550EM_X_10G_T 0x15AD > > #define IXGBE_DEV_ID_X550EM_X_1G_T 0x15AE > > > > Changchun Ouyang (36): > > ixgbe base codes: Code cleanup and minor changes > > ixgbe base codes: Debug output macro > > ixgbe base codes: Fix bus type issue > > ixgbe base codes: Fix link speed issue > > ixgbe base codes: Fix early return > > ixgbe base codes: Update the CS address > > ixgbe base codes: Extract function for management capability > > ixgbe base codes: Set phy power > > ixgbe base codes: Use mng present function > > ixgbe base codes: Get host interface command status > > ixgbe base codes: Refine function for host interface command > > ixgbe base codes: Refine struct for physical information > > ixgbe base codes: Clear Tx pending > > ixgbe base codes: Use IOMEM > > ixgbe base codes: Update macros > > ixgbe base codes: New phy ID > > ixgbe base codes: Get bus info > > ixgbe base codes: Restructure host interface command > > ixgbe base codes: Fix mac type issue > > ixgbe base codes: API for setup internal phy > > ixgbe base codes: API for set phy power > > ixgbe base codes: API for read i2c combined > > ixgbe base codes: API for write i2c combined > > ixgbe base codes: Support 5G link speed > > ixgbe base codes: Refine branch statement > > ixgbe base codes: SFP probe > > ixgbe base codes: Set LAN ID > > ixgbe base codes: Calculate checksum > > ixgbe base codes: Command for flow director > > ixgbe base codes: Auto-negotiation > > ixgbe base codes: Bit-bang mode > > ixgbe base codes: Setup kx4 phy > > ixgbe base codes: Read/write iosf sb stat > > ixgbe base codes: New device id > > ixgbe base codes: Update readme > > eal: Add 2 device ids for ixgbe > > Acked-by: Jijiang Liu Some changes were put in the wrong patch and some patches required to be merged to improve atomicity. As it's a long serie, I did these git changes, without impacting the code itself. Maybe that I'll ask you to do those changes next time :) Applied, thanks