diff options
author | Jack Wang <jinpu.wang@profitbricks.com> | 2017-01-02 13:17:36 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-01-13 04:59:55 +0100 |
commit | aaaca121c7cf9217ab81d9db0a04835d52aabebe (patch) | |
tree | efaef9192a68a244e50d44903a13d687df8c2ec2 /include/rdma | |
parent | IB/ipoib: Change list_del to list_del_init in the tx object (diff) | |
download | linux-aaaca121c7cf9217ab81d9db0a04835d52aabebe.tar.xz linux-aaaca121c7cf9217ab81d9db0a04835d52aabebe.zip |
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 { |