On Wed, 2 Dec 2020 08:15:02 -0600 Alex Elder wrote: > Jon Hunter reported observing a build bug in the IPA driver: > > https://lore.kernel.org/netdev/5b5d9d40-94d5-5dad-b861-fd9bef826...@nvidia.com > > The problem is that the QMB0 max read value set for IPA v4.5 (16) is > too large to fit in the 4-bit field. > > The actual value we want is 0, which requests that the hardware use > the maximum it is capable of. > > Reported-by: Jon Hunter <jonath...@nvidia.com> > Tested-by: Jon Hunter <jonath...@nvidia.com> > Signed-off-by: Alex Elder <el...@linaro.org>
Applied, thanks!