From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 12/18] i40e: enhancements of AQ commands and common interfaces Date: Mon, 27 Apr 2015 19:26:37 +0200 Message-ID: <4170175.P1QKHMmDD1@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org, steven.j.murray-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, chiu-pi.shih-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, monica.kenguva-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1429518150-28098-13-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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.