]> git.baikalelectronics.ru Git - kernel.git/commit
octeontx2: Modify mbox request and response structures
authorRatheesh Kannoth <rkannoth@marvell.com>
Fri, 8 Jul 2022 04:41:47 +0000 (10:11 +0530)
committerJakub Kicinski <kuba@kernel.org>
Mon, 11 Jul 2022 17:52:14 +0000 (10:52 -0700)
commit48542e35bcdfedd0abdfe7155e6bac37de2d72f9
treed0d89e3ba29b94c7ad67fdd3410bddb0f3de44c4
parentfa3a069f0a81a7a17882fd81920d340972c231f5
octeontx2: Modify mbox request and response structures

Exact match table modification requires wider fields as it has
more number of slots to fill in. Modifying an entry in exact match
table may cause hash collision and may be required to delete entry
from 4-way 2K table and add to fully associative 32 entry CAM table.

Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dmac_flt.c