From: Helin Zhang Date: Tue, 9 Sep 2014 07:21:30 +0000 (+0800) Subject: i40e/base: remove useless code for pre-boot X-Git-Tag: spdx-start~10339 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ea1e1787733171da89774d6d6ea44e7841caa1f2;hp=ea1e1787733171da89774d6d6ea44e7841caa1f2;p=dpdk.git i40e/base: remove useless code for pre-boot The code wrapped in '#ifdef PREBOOT_SUPPORT' was added for queue context initialization specifically for A0 silicon. As A0 silicon has gone for a long time, the code should be removed at all. In addition, the checks of 'QV_RELEASE' and 'PREBOOT_SUPPORT' are also not needed anymore and can be removed. Signed-off-by: Helin Zhang Reviewed-by: Chen Jing Tested-by: HuilongX Xu ---