]> git.baikalelectronics.ru Git - kernel.git/commit
nfp: use full 40 bits of the NSP buffer address
authorDirk van der Merwe <dirk.vandermerwe@netronome.com>
Wed, 4 Apr 2018 00:24:23 +0000 (17:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Apr 2018 15:45:24 +0000 (11:45 -0400)
commitb307fc1ba7ac79b05516e972c7594b834c613861
tree33296e0bee77f1486f3a4e992d17511aa6c88b19
parentc1910b518be189c1bdff37d66447e4829df3b3ce
nfp: use full 40 bits of the NSP buffer address

The NSP default buffer is a piece of NFP memory where additional
command data can be placed.  Its format has been copied from
host buffer, but the PCIe selection bits do not make sense in
this case.  If those get masked out from a NFP address - writes
to random place in the chip memory may be issued and crash the
device.

Even in the general NSP buffer case, it doesn't make sense to have the
PCIe selection bits there anymore. These are unused at the moment, and
when it becomes necessary, the PCIe selection bits should rather be
moved to another register to utilise more bits for the buffer address.

This has never been an issue because the buffer used to be
allocated in memory with less-than-38-bit-long address but that
is about to change.

Fixes: d7dbd1e2d5f8 ("nfp: add support for service processor access")
Signed-off-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c