main.c (6e84f31522f931027bf695752087ece278c10d3f) | main.c (0881e7bd341e2158b314596bcf2059e88e68f04e) |
---|---|
1/* 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 28 unchanged lines hidden (view full) --- 37#include <linux/pci.h> 38#include <linux/dma-mapping.h> 39#include <linux/slab.h> 40#if defined(CONFIG_X86) 41#include <asm/pat.h> 42#endif 43#include <linux/sched.h> 44#include <linux/sched/mm.h> | 1/* 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 28 unchanged lines hidden (view full) --- 37#include <linux/pci.h> 38#include <linux/dma-mapping.h> 39#include <linux/slab.h> 40#if defined(CONFIG_X86) 41#include <asm/pat.h> 42#endif 43#include <linux/sched.h> 44#include <linux/sched/mm.h> |
45#include <linux/sched/task.h> |
|
45#include <linux/delay.h> 46#include <rdma/ib_user_verbs.h> 47#include <rdma/ib_addr.h> 48#include <rdma/ib_cache.h> 49#include <linux/mlx5/port.h> 50#include <linux/mlx5/vport.h> 51#include <linux/list.h> 52#include <rdma/ib_smi.h> --- 3597 unchanged lines hidden --- | 46#include <linux/delay.h> 47#include <rdma/ib_user_verbs.h> 48#include <rdma/ib_addr.h> 49#include <rdma/ib_cache.h> 50#include <linux/mlx5/port.h> 51#include <linux/mlx5/vport.h> 52#include <linux/list.h> 53#include <rdma/ib_smi.h> --- 3597 unchanged lines hidden --- |