Re: [PATCH rdma-core 5/7] libhns: Add verbs of qp support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 26, 2016 at 09:04:06PM +0800, Lijun Ou wrote:

> +#ifndef min
> +#define min(a, b) \
> +	({ typeof (a) _a = (a); \
> +	typeof (b) _b = (b); \
> +	_a < _b ? _a : _b; })
> +#endif

Nope, use the ccan header

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux