]> git.openfabrics.org - ~emulex/for-vlad/compat-rdma.git/commit
iw_cxgb4: Fix bug 2369 in OFED bugzilla
authorVipul Pandya <vipul@chelsio.com>
Fri, 21 Sep 2012 13:07:06 +0000 (06:07 -0700)
committerVipul Pandya <vipul@chelsio.com>
Fri, 21 Sep 2012 13:07:06 +0000 (06:07 -0700)
commitf448351c70319930e504fdbf49d974f0ab744d2f
tree36106062134b3b76c4f71eafeedcdd7f007a4110
parentb289be60bc1e563867d86706670ac34ba9d741bd
iw_cxgb4: Fix bug 2369 in OFED bugzilla

Bug 2369 - [OFED-3.5] Trace observed in dmesg while running IMB-MPI1 using
openmpi-1.6

dst_neigh_lookup and neigh_release function has been introduced
in kernel >= 3.4.0. neigh_release function was introduced to
decrement the reference acquired by dst_neigh_lookup function.
neigh_release was getting called unnecessary for the kernel < 3.4.0
which was resulting in the trace.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
patches/0022-iw_cxgb4-Fix-bug-2369-in-OFED-bugzilla.patch [new file with mode: 0644]