commit | 7aae703f8096d21e34ce5f34f16715587bc30902 | [log] [tgz] |
---|---|---|
author | Madalin Bucur <madalin.bucur@nxp.com> | Mon May 27 15:24:05 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue May 28 11:19:55 2019 -0700 |
tree | 57450c747a85ea74bac6a8362304325c049b034a | |
parent | d484e06e25ebb937d841dac02ac1fe76ec7d4ddd [diff] |
dpaa_eth: use only online CPU portals 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@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>