]> 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)
commitd389db7421b8bb2063b40c1d4f36eafcdc7d74fc
tree33296e0bee77f1486f3a4e992d17511aa6c88b19
parent672df5b34fdd1212801abe93ee0faeec370631ec
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: 3defda184e8f ("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