From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/2] remove registers for early hardware only Date: Thu, 23 Oct 2014 14:01:17 +0800 Message-ID: <1414044079-10006-1-git-send-email-helin.zhang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" For those registers for early hardware only, they should neither be defined nor be used. According to this, a header file which defines all those registers should be deleted at all, and code lines of accessing those registers should be deleted as well. Helin Zhang (2): i40e: remove registers for early hardware only i40e: code style fix lib/librte_pmd_i40e/i40e/i40e_register_x710_int.h | 10712 -------------------- lib/librte_pmd_i40e/i40e_ethdev.c | 25 +- 2 files changed, 11 insertions(+), 10726 deletions(-) delete mode 100644 lib/librte_pmd_i40e/i40e/i40e_register_x710_int.h -- 1.8.1.4