Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f013200 authored by Kumar Sanghvi's avatar Kumar Sanghvi Committed by Roland Dreier
Browse files

RDMA/cxgb4: Add missing neigh_release in LE-Workaround path

parent 38dbfb59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);