eal/x86: move header file for vector instructions

lib/librte_eal/common/include/rte_common_vect.h ->
lib/librte_eal/common/include/arch/x86/rte_vect.h

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Konstantin Ananyev 2015-03-18 17:08:15 +00:00 committed by Thomas Monjalon
parent fe4810a01e
commit 1e496d6fdf
6 changed files with 8 additions and 9 deletions

View File

@ -43,7 +43,7 @@
#include <getopt.h>
#include <rte_common.h>
#include <rte_common_vect.h>
#include <rte_vect.h>
#include <rte_byteorder.h>
#include <rte_log.h>
#include <rte_memory.h>

View File

@ -61,7 +61,7 @@
#define DIM(x) RTE_DIM(x)
#include <rte_common.h>
#include <rte_common_vect.h>
#include <rte_vect.h>
#include <rte_memory.h>
#include <rte_log.h>
#include <rte_memcpy.h>

View File

@ -39,7 +39,6 @@ INC += rte_rwlock.h rte_tailq.h rte_interrupts.h rte_alarm.h
INC += rte_string_fns.h rte_version.h
INC += rte_eal_memconfig.h rte_malloc_heap.h
INC += rte_hexdump.h rte_devargs.h rte_dev.h
INC += rte_common_vect.h
INC += rte_pci_dev_feature_defs.h rte_pci_dev_features.h
ifeq ($(CONFIG_RTE_INSECURE_FUNCTION_WARNING),y)

View File

@ -43,7 +43,7 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <rte_common_vect.h>
#include <rte_vect.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,7 +1,7 @@
/*-
* BSD LICENSE
*
* Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
* Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -31,8 +31,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _RTE_COMMON_VECT_H_
#define _RTE_COMMON_VECT_H_
#ifndef _RTE_VECT_H_
#define _RTE_VECT_H_
/**
* @file
@ -125,4 +125,4 @@ typedef union rte_ymm {
}
#endif
#endif /* _RTE_COMMON__VECT_H_ */
#endif /* _RTE_VECT_H_ */

View File

@ -46,7 +46,7 @@
#include <rte_branch_prediction.h>
#include <rte_memory.h>
#include <rte_common.h>
#include <rte_common_vect.h>
#include <rte_vect.h>
#ifdef __cplusplus
extern "C" {