Re: [PATCH] dpaa_eth: use only online CPU portals

From: David Miller
Date: Tue May 28 2019 - 14:23:52 EST


From: Madalin Bucur <madalin.bucur@xxxxxxx>
Date: Mon, 27 May 2019 15:24:05 +0300

> Make sure only the portals for the online CPUs are used.
> Without this change, there are issues when someone boots with
> maxcpus=n, with n < actual number of cores available as frames
> either received or corresponding to the transmit confirmation
> path would be offered for dequeue to the offline CPU portals,
> getting lost.
>
> Signed-off-by: Madalin Bucur <madalin.bucur@xxxxxxx>

Applied.