Patch "nfp: devlink: initialize the devlink port attribute "lanes"" 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

    nfp: devlink: initialize the devlink port attribute "lanes"

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:
     nfp-devlink-initialize-the-devlink-port-attribute-la.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 71ffc2874b46441c624b509c4efb3089575bc729
Author: Yinjun Zhang <yinjun.zhang@xxxxxxxxxxxx>
Date:   Wed Apr 21 11:24:15 2021 +0200

    nfp: devlink: initialize the devlink port attribute "lanes"
    
    [ Upstream commit 90b669d65d99a3ee6965275269967cdee4da106e ]
    
    The number of lanes of devlink port should be correctly initialized
    when registering the port, so that the input check when running
    "devlink port split <port> count <N>" can pass.
    
    Fixes: a21cf0a8330b ("devlink: Add a new devlink port lanes attribute and pass to netlink")
    Signed-off-by: Yinjun Zhang <yinjun.zhang@xxxxxxxxxxxx>
    Signed-off-by: Louis Peens <louis.peens@xxxxxxxxxxxx>
    Signed-off-by: Simon Horman <simon.horman@xxxxxxxxxxxxx>
    Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/ethernet/netronome/nfp/nfp_devlink.c b/drivers/net/ethernet/netronome/nfp/nfp_devlink.c
index 97d2b03208de..7a8187458724 100644
--- a/drivers/net/ethernet/netronome/nfp/nfp_devlink.c
+++ b/drivers/net/ethernet/netronome/nfp/nfp_devlink.c
@@ -364,6 +364,7 @@ int nfp_devlink_port_register(struct nfp_app *app, struct nfp_port *port)
 
 	attrs.split = eth_port.is_split;
 	attrs.splittable = !attrs.split;
+	attrs.lanes = eth_port.port_lanes;
 	attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL;
 	attrs.phys.port_number = eth_port.label_port;
 	attrs.phys.split_subport_number = eth_port.label_subport;



[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