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

Commit 4de49474 authored by Michal Kalderon's avatar Michal Kalderon Committed by David S. Miller
Browse files

qed: Remove reserveration of dpi for kernel



Double reservation for kernel dedicated dpi was performed.
Once in the core module and once in qedr.
Remove the reservation from core.

Signed-off-by: default avatarMichal Kalderon <Michal.Kalderon@cavium.com>
Signed-off-by: default avatarAriel Elior <Ariel.Elior@cavium.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 88d1d76d
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -615,9 +615,6 @@ static int qed_rdma_reserve_lkey(struct qed_hwfn *p_hwfn)
{
{
	struct qed_rdma_device *dev = p_hwfn->p_rdma_info->dev;
	struct qed_rdma_device *dev = p_hwfn->p_rdma_info->dev;


	/* The first DPI is reserved for the Kernel */
	__set_bit(0, p_hwfn->p_rdma_info->dpi_map.bitmap);

	/* Tid 0 will be used as the key for "reserved MR".
	/* Tid 0 will be used as the key for "reserved MR".
	 * The driver should allocate memory for it so it can be loaded but no
	 * The driver should allocate memory for it so it can be loaded but no
	 * ramrod should be passed on it.
	 * ramrod should be passed on it.