From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id B816DC464 for ; Mon, 27 Apr 2015 19:27:19 +0200 (CEST) Received: by wgin8 with SMTP id n8so123692036wgi.0 for ; Mon, 27 Apr 2015 10:27:19 -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=Z49QyqJcTzI1W2AVmD+3OjNQc/frOTtCu1EzxSqnMj4=; b=BlNi7Uja57hCCxkZluTafDpxD9Rhim1JGx7g0VCTy1p+vBMGjRXzNaRVrBXyAThJX4 bJ5kc6E18h0LGvci1tvf6Nb9bNLXGJWthvtqgILJGb1mTJlWn/649CrlK8as8GkFBBaZ 0tyDAOJRbkVvFZ6EHmzvdOGrOWNx184PJ5jrSO/ySp4dY//VZqmoqYsyyWaYpgo5sWX1 wgV69HD6Q7rPVmpvMODmOq/cZIivA1FmmjM2Hwa0LDS06sKZCpNNVFImTBR73P/wNWPb fjB18GGmfvSROOO0Nod3bGizEKcXeuf+oNpzAEWVkIXvm61JTHAexUfg5rR6jEXQuE69 RGUQ== X-Gm-Message-State: ALoCoQnYdQEIoCVUAQIW4Onq609So5G57l60yOBcY1I5Qy68jM+ttGd+tETaiPgUeOJ2CIXHTzlv X-Received: by 10.180.109.79 with SMTP id hq15mr22267029wib.93.1430155639605; Mon, 27 Apr 2015 10:27:19 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ch2sm12500807wib.18.2015.04.27.10.27.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Apr 2015 10:27:18 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang Date: Mon, 27 Apr 2015 19:26:37 +0200 Message-ID: <4170175.P1QKHMmDD1@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1429518150-28098-13-git-send-email-helin.zhang@intel.com> References: <1429518150-28098-1-git-send-email-helin.zhang@intel.com> <1429518150-28098-13-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, steven.j.murray@intel.com, chiu-pi.shih@intel.com, monica.kenguva@intel.com Subject: Re: [dpdk-dev] [PATCH 12/18] i40e: enhancements of AQ commands and common interfaces 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 17:27:20 -0000 2015-04-20 16:22, Helin Zhang: > 'LE16_TO_CPU' was added in 'i40e_debug_aq()' to support big-endian > and little endian correctly. Fix of determing the PF number was > added for 'i40e_init_shared_code()', which can solve the issue of > PF pass-through. Also enhancements were added for 'i40e_led_get()' > and 'i40e_led_set()'. 'i40e_update_link_info()' was removed and > replaced by 'i40e_aq_get_link_info()' directly. > 'i40e_aq_debug_read_register()' was added for reading internal > registers for debug purpose. It seems there are really several patches in one. Please split to allow good tracking.