env: Remove unused DPDK headers.
Remove #includes for all DPDK headers that weren't necessary. Change-Id: Ib02522e0f04e64a1c98afceb7508cc0e8d931a9d Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
535827c559
commit
18a2cc11c1
@ -36,7 +36,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_lcore.h>
|
||||
|
||||
#include "spdk/env.h"
|
||||
|
@ -36,8 +36,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_lcore.h>
|
||||
|
||||
#include "spdk/ioat.h"
|
||||
|
@ -36,9 +36,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_eal.h>
|
||||
|
||||
#include "spdk/ioat.h"
|
||||
#include "spdk/env.h"
|
||||
|
@ -40,7 +40,6 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_version.h>
|
||||
|
||||
|
@ -34,8 +34,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <rte_config.h>
|
||||
#include <rte_memcpy.h>
|
||||
|
||||
#include "blockdev_malloc.h"
|
||||
#include "spdk/bdev.h"
|
||||
|
@ -35,15 +35,12 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_lcore.h>
|
||||
|
||||
#include "spdk/conf.h"
|
||||
#include "spdk/endian.h"
|
||||
#include "spdk/env.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_memcpy.h>
|
||||
|
||||
|
@ -34,10 +34,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "spdk/copy_engine.h"
|
||||
#include "spdk/env.h"
|
||||
|
@ -51,20 +51,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_per_lcore.h>
|
||||
#include <rte_launch.h>
|
||||
#include <rte_atomic.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_branch_prediction.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
||||
#include "spdk/endian.h"
|
||||
#include "spdk/env.h"
|
||||
|
@ -32,27 +32,14 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_per_lcore.h>
|
||||
#include <rte_launch.h>
|
||||
#include <rte_atomic.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_branch_prediction.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_version.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stddef.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_version.h>
|
||||
|
||||
#include "iscsi/iscsi.h"
|
||||
#include "iscsi/init_grp.h"
|
||||
#include "iscsi/portal_grp.h"
|
||||
|
@ -33,8 +33,6 @@
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
|
||||
#include "spdk/log.h"
|
||||
#include "spdk/conf.h"
|
||||
#include "subsystem.h"
|
||||
|
@ -40,9 +40,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_lcore.h>
|
||||
|
||||
#include "nvmf_internal.h"
|
||||
#include "request.h"
|
||||
#include "session.h"
|
||||
|
@ -36,10 +36,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_ring.h>
|
||||
|
||||
#include "spdk/bdev.h"
|
||||
#include "spdk/copy_engine.h"
|
||||
#include "spdk/env.h"
|
||||
|
@ -39,9 +39,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_lcore.h>
|
||||
|
||||
#include "spdk/bdev.h"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_eal.h>
|
||||
|
||||
#include "spdk/nvme.h"
|
||||
#include "spdk/env.h"
|
||||
|
@ -36,9 +36,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_lcore.h>
|
||||
|
||||
#include "spdk_cunit.h"
|
||||
|
||||
#include "spdk/string.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user