Skip to content

Commit

Permalink
Merge pull request ofiwg#24 from hppritcha/topic/remove_cdm_struct
Browse files Browse the repository at this point in the history
prov/gni: remove gnix_cdm struct
  • Loading branch information
hppritcha committed Feb 25, 2015
2 parents e281f06 + fc5c449 commit b3d65b8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions prov/gni/src/gnix.h
Expand Up @@ -207,19 +207,6 @@ struct gnix_domain {
int ref_cnt;
};

struct gnix_cdm {
struct list_node list;
gni_cdm_handle_t gni_cdm_hndl;
/* list nics this cdm is attached to, TODO: thread safety */
struct list_head nic_list;
uint32_t inst_id;
uint8_t ptag;
uint32_t cookie;
uint32_t modes;
/* TODO: thread safety */
int ref_cnt;
};

/*
* gnix cm nic struct - to be used only for GNI_EpPostData, etc.
*/
Expand Down Expand Up @@ -272,8 +259,6 @@ struct gnix_nic {
struct list_head wc_datagram_active_list;
/* free list of wc datagrams */
struct list_head wc_datagram_free_list;
/* pointer to cdm this nic is attached to */
struct gnix_cdm *cdm;
struct gnix_datagram *datagram_base;
uint32_t device_id;
uint32_t device_addr;
Expand Down

0 comments on commit b3d65b8

Please sign in to comment.