RDMA/cxgb4: Add missing neigh_release in LE-Workaround path
authorKumar Sanghvi <kumaras@chelsio.com>
Thu, 6 Feb 2014 10:30:16 +0000 (16:00 +0530)
committerRoland Dreier <roland@purestorage.com>
Thu, 13 Feb 2014 22:46:40 +0000 (14:46 -0800)
Signed-off-by: Kumar Sanghvi <kumaras@chelsio.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/cm.c

index 4512687..d286bde 100644 (file)
@@ -3352,6 +3352,7 @@ static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb)
                goto free_dst;
        }
 
+       neigh_release(neigh);
        step = dev->rdev.lldi.nrxq / dev->rdev.lldi.nchan;
        rss_qid = dev->rdev.lldi.rxq_ids[pi->port_id * step];
        window = (__force u16) htons((__force u16)tcph->window);