[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 5/6] rdma: remove unused VENDOR_ERR_NO_SGE ma
From: |
Yuval Shaia |
Subject: |
Re: [Qemu-devel] [PATCH v2 5/6] rdma: remove unused VENDOR_ERR_NO_SGE macro |
Date: |
Thu, 13 Dec 2018 07:19:55 +0200 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Thu, Dec 13, 2018 at 01:00:38AM +0530, P J P wrote:
> From: Prasad J Pandit <address@hidden>
>
> With commit 4481985c (rdma: check num_sge does not exceed MAX_SGE)
> macro VENDOR_ERR_NO_SGE is no longer in use - delete it.
>
> Signed-off-by: Prasad J Pandit <address@hidden>
> ---
> hw/rdma/rdma_backend.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> Update: change commit log message
> -> https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02793.html
>
> diff --git a/hw/rdma/rdma_backend.c b/hw/rdma/rdma_backend.c
> index bd4710d16f..c28bfbd44d 100644
> --- a/hw/rdma/rdma_backend.c
> +++ b/hw/rdma/rdma_backend.c
> @@ -37,12 +37,11 @@
> #define VENDOR_ERR_TOO_MANY_SGES 0x202
> #define VENDOR_ERR_NOMEM 0x203
> #define VENDOR_ERR_QP0 0x204
> -#define VENDOR_ERR_NO_SGE 0x205
> +#define VENDOR_ERR_INV_NUM_SGE 0x205
> #define VENDOR_ERR_MAD_SEND 0x206
> #define VENDOR_ERR_INVLKEY 0x207
> #define VENDOR_ERR_MR_SMALL 0x208
> #define VENDOR_ERR_INV_MAD_BUFF 0x209
> -#define VENDOR_ERR_INV_NUM_SGE 0x210
>
> #define THR_NAME_LEN 16
> #define THR_POLL_TO 5000
Thanks.
Reviewed-by: Yuval Shaia <address@hidden>
> --
> 2.19.2
>
- [Qemu-devel] [PATCH v2 0/6] rdma: various issues in rdma/pvrdma backend, P J P, 2018/12/12
- [Qemu-devel] [PATCH v2 2/6] pvrdma: add uar_read routine, P J P, 2018/12/12
- [Qemu-devel] [PATCH v2 1/6] rdma: check num_sge does not exceed MAX_SGE, P J P, 2018/12/12
- [Qemu-devel] [PATCH v2 3/6] pvrdma: check number of pages when creating rings, P J P, 2018/12/12
- [Qemu-devel] [PATCH v2 4/6] pvrdma: release ring object in case of an error, P J P, 2018/12/12
- [Qemu-devel] [PATCH v2 5/6] rdma: remove unused VENDOR_ERR_NO_SGE macro, P J P, 2018/12/12
- Re: [Qemu-devel] [PATCH v2 5/6] rdma: remove unused VENDOR_ERR_NO_SGE macro,
Yuval Shaia <=
- [Qemu-devel] [PATCH v2 6/6] pvrdma: check return value from pvrdma_idx_ring_has_ routines, P J P, 2018/12/12