trafgen-libs = $(shell pkg-config --libs libnl-3.0) \ $(shell pkg-config --libs libnl-genl-3.0) \ -lm trafgen-objs = xmalloc.o \ xio.o \ xutils.o \ mac80211.o \ ring_tx.o \ trafgen_lexer.yy.o \ trafgen_parser.tab.o \ trafgen.o trafgen-lex = trafgen_lexer.yy.o trafgen-yaac = trafgen_parser.tab.o type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Marciniszyn <mike.marciniszyn@intel.com>2016-05-12 10:22:57 -0700
committerDoug Ledford <dledford@redhat.com>2016-05-13 19:39:15 -0400
commit17f15bf66884b9e33c5005ee0149b039af8f7af2 (patch)
tree77308e38ae45f9b5313a4404e132cd36bbdab19f
parent1ebe79c9484bb1b9bd51b3dd6e82b8ff87ebaeba (diff)
IB/hfi1: Fix pio wait counter double increment
The code unconditionlly increments the pio wait counter making the counter inacurate and unusable. Fixes: 14553ca11039 ("staging/rdma/hfi1: Adaptive PIO for short messages") Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>