Deleted Added
full compact
mlx4_ib_ah.c (255932) mlx4_ib_ah.c (273135)
1/*
2 * Copyright (c) 2007 Cisco Systems, Inc. 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:

--- 24 unchanged lines hidden (view full) ---

33
34#include <sys/types.h>
35#include <sys/param.h>
36#include <sys/systm.h>
37#include <rdma/ib_addr.h>
38#include <rdma/ib_cache.h>
39
40#include <linux/slab.h>
1/*
2 * Copyright (c) 2007 Cisco Systems, Inc. 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:

--- 24 unchanged lines hidden (view full) ---

33
34#include <sys/types.h>
35#include <sys/param.h>
36#include <sys/systm.h>
37#include <rdma/ib_addr.h>
38#include <rdma/ib_cache.h>
39
40#include <linux/slab.h>
41#include <linux/inet.h>
42#include <linux/string.h>
43
44#include "mlx4_ib.h"
45
46int mlx4_ib_resolve_grh(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah_attr,
47 u8 *mac, int *is_mcast, u8 port)
48{
49 struct in6_addr in6;

--- 154 unchanged lines hidden ---
41#include <linux/string.h>
42
43#include "mlx4_ib.h"
44
45int mlx4_ib_resolve_grh(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah_attr,
46 u8 *mac, int *is_mcast, u8 port)
47{
48 struct in6_addr in6;

--- 154 unchanged lines hidden ---