Skip to content

Commit

Permalink
Merge pull request ofiwg#5193 from nikitaxgusev/buf
Browse files Browse the repository at this point in the history
prov/rxd: Delete post_bufs tracking
  • Loading branch information
aingerson authored Jul 29, 2019
2 parents b27848b + 0cd3071 commit 37a511c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion prov/rxd/src/rxd.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ struct rxd_ep {
size_t tx_size;
size_t tx_prefix_size;
size_t rx_prefix_size;
uint32_t posted_bufs;
size_t min_multi_recv_size;
int do_local_mr;
int next_retry;
Expand Down
1 change: 0 additions & 1 deletion prov/rxd/src/rxd_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ int rxd_ep_post_buf(struct rxd_ep *ep)
return ret;
}

ep->posted_bufs++;
slist_insert_tail(&pkt_entry->s_entry, &ep->rx_pkt_list);

return 0;
Expand Down

0 comments on commit 37a511c

Please sign in to comment.