[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL1RGDVQD_Uk0ZJse=Xc74nzAeUMAwYjYAhaPp2OJvgBD=TcOQ@mail.gmail.com>
Date: Mon, 1 Jul 2013 14:22:49 -0700
From: Roland Dreier <roland@...nel.org>
To: Or Gerlitz <or.gerlitz@...il.com>
Cc: Eli Cohen <eli@....mellanox.co.il>,
"linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
Eli Cohen <eli@...lanox.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH for-next 0/8] Add Mellanox mlx5 driver for Connect-IB devices
Also, sparse warns about the following. It seems there's an endianness bug in
int mlx5_ib_umem_populate_pas(struct mlx5_ib_dev *dev, struct ib_umem *umem,
int npages, u64 *pas)
in mem.c, since it doesn't match what
void mlx5_ib_populate_pas(struct mlx5_ib_dev *dev, struct ib_umem *umem,
int page_shift, __be64 *pas, int umr)
does, nor does it match the declaration
int mlx5_ib_umem_populate_pas(struct mlx5_ib_dev *dev, struct ib_umem *umem,
int npages, __be64 *pas);
in mlx5_ib.h. Nor does it have any callers, so it's a bit hard to
tell if it's really and truly a bug.
- R.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists