diff options
author | Jack Wang <jinpu.wang@profitbricks.com> | 2017-01-02 13:17:36 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-01-12 22:59:55 -0500 |
commit | aaaca121c7cf9217ab81d9db0a04835d52aabebe (patch) | |
tree | efaef9192a68a244e50d44903a13d687df8c2ec2 /include/rdma | |
parent | 27d41d29c7f093f6f77843624fbb080c1b4a8b9c (diff) | |
download | linux-aaaca121c7cf9217ab81d9db0a04835d52aabebe.tar.gz |
RDMA/core: add port state cache
We need a port state cache in ib_core, later we will use in rdma_cm.
Signed-off-by: Jack Wang <jinpu.wang@profitbricks.com>
Reviewed-by: Michael Wang <yun.wang@profitbricks.com>
Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 958a24d8fae7..fafa988e0e9a 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1781,6 +1781,7 @@ struct ib_cache { struct ib_pkey_cache **pkey_cache; struct ib_gid_table **gid_cache; u8 *lmc_cache; + enum ib_port_state *port_state_cache; }; struct ib_dma_mapping_ops { |