From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/15] i40e base driver udpate Date: Tue, 07 Oct 2014 18:31:08 +0200 Message-ID: <17441317.gxiFn6uigt@xps13> References: <1410247299-4365-1-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 To: Helin Zhang Return-path: In-Reply-To: <1410247299-4365-1-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" > Here is the update of i40e base driver. Also it involves a few > relevant necessary code changes in i40e PMD. > > Helin Zhang (15): > i40e: make the indentation more consistent in share code > i40e: support nvmupdate by default > i40e: remove useless code which was written for Solaris > i40e: remove test code for 'ethtool' > i40e: force a shifted '1' to be 'unsigned' > i40e: remove useless code for pre-boot support > i40e: Get rid of sparse warnings, and remove unreachable code > i40e: remove code which is for software validation only > i40e: remove code for TPH (TLP Processing Hints) > i40e: support of 10G base T > i40e: expose debug_write_register request > i40e: workaround of get_firmware_version, and enhancements > i40e: Use get_link_status to report FC settings > i40e: fix and enhancement in arq_event_info struct > i40e: support redefined struct of 'i40e_arq_event_info' Applied Nice work, only 2 comments: - title should begin with i40e/base - last 2 patches are dependent and cannot be splitted without breaking compilation Thanks -- Thomas