Patch "octeontx2-af: Remove TOS field from MKEX TX" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    octeontx2-af: Remove TOS field from MKEX TX

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     octeontx2-af-remove-tos-field-from-mkex-tx.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit c32a517350461cbaef26755d6b27a400575c2bae
Author: Subbaraya Sundeep <sbhatta@xxxxxxxxxxx>
Date:   Thu Mar 18 19:45:44 2021 +0530

    octeontx2-af: Remove TOS field from MKEX TX
    
    [ Upstream commit ce86c2a531e2f2995ee55ea527c1f39ba1d95f73 ]
    
    The MKEX profile describes what packet fields need to be extracted from
    the input packet and how to place those packet fields in the output key
    for MCAM matching.  The MKEX profile can be in a way where higher layer
    packet fields can overwrite lower layer packet fields in output MCAM
    Key.
    Hence MKEX profile is always ensured that there are no overlaps between
    any of the layers. But the commit 42006910b5ea
    ("octeontx2-af: cleanup KPU config data") introduced TX TOS field which
    overlaps with DMAC in MCAM key.
    This led to AF driver returning error when TX rule is installed with
    DMAC as match criteria since DMAC gets overwritten and cannot be
    supported. This patch fixes the issue by removing TOS field from MKEX TX
    profile.
    
    Fixes: 42006910b5ea ("octeontx2-af: cleanup KPU config data")
    Signed-off-by: Subbaraya Sundeep <sbhatta@xxxxxxxxxxx>
    Signed-off-by: Hariprasad Kelam <hkelam@xxxxxxxxxxx>
    Signed-off-by: Sunil Kovvuri Goutham <sgoutham@xxxxxxxxxxx>
    Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h b/drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h
index 077efc5007dd..0e4af93be0fb 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h
+++ b/drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h
@@ -13499,8 +13499,6 @@ static const struct npc_mcam_kex npc_mkex_default = {
 			[NPC_LT_LC_IP] = {
 				/* SIP+DIP: 8 bytes, KW2[63:0] */
 				KEX_LD_CFG(0x07, 0xc, 0x1, 0x0, 0x10),
-				/* TOS: 1 byte, KW1[63:56] */
-				KEX_LD_CFG(0x0, 0x1, 0x1, 0x0, 0xf),
 			},
 			/* Layer C: IPv6 */
 			[NPC_LT_LC_IP6] = {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux