Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1537867
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info |
| Date | 2016-12-07 17:00 +0100 |
| Message-ID | <sLMNs-1Yv-25@gated-at.bofh.it> (permalink) |
| References | <sLBIl-3hz-3@gated-at.bofh.it> <sLBIl-3hz-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Date: Tue, 6 Dec 2016 20:01:56 -0800
> rds-tools already support it.
>
> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
> ---
> include/uapi/linux/rds.h | 1 +
> net/rds/ib.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/include/uapi/linux/rds.h b/include/uapi/linux/rds.h
> index 3833113..410ae3c 100644
> --- a/include/uapi/linux/rds.h
> +++ b/include/uapi/linux/rds.h
> @@ -183,6 +183,7 @@ struct rds_info_rdma_connection {
> uint32_t max_send_sge;
> uint32_t rdma_mr_max;
> uint32_t rdma_mr_size;
> + uint32_t cache_allocs;
> };
>
> /* RDS message Receive Path Latency points */
What level of compatability exists here? If we run an old tool on a new
kernel, or a new tool on an old kernel, does it work properly?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-12-07 05:10 +0100
Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info David Miller <davem@davemloft.net> - 2016-12-07 17:00 +0100
Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-12-07 17:50 +0100
Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info David Miller <davem@davemloft.net> - 2016-12-07 18:10 +0100
Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-12-07 18:30 +0100
Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info David Miller <davem@davemloft.net> - 2016-12-07 18:40 +0100
Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-12-07 21:50 +0100
csiph-web