]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net/ncsi: update response packet length for GCPS/GNS/GNPTS commands
authorBen Wei <benwei@fb.com>
Wed, 21 Aug 2019 22:08:49 +0000 (22:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Aug 2019 02:28:04 +0000 (19:28 -0700)
Update response packet length for the following commands per NC-SI spec
- Get Controller Packet Statistics
- Get NC-SI Statistics
- Get NC-SI Pass-through Statistics command

Signed-off-by: Ben Wei <benwei@fb.com>
Reviewed-by: Justin Lee <justin.lee1@dell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ncsi/ncsi-rsp.c

index 7581bf9198858864fb4854a5e5c8a845e8093387..5254004f2b4264a2ec43fe99ee738d21afbc2899 100644 (file)
@@ -1083,9 +1083,9 @@ static struct ncsi_rsp_handler {
        { NCSI_PKT_RSP_GVI,    40, ncsi_rsp_handler_gvi     },
        { NCSI_PKT_RSP_GC,     32, ncsi_rsp_handler_gc      },
        { NCSI_PKT_RSP_GP,     -1, ncsi_rsp_handler_gp      },
-       { NCSI_PKT_RSP_GCPS,  172, ncsi_rsp_handler_gcps    },
-       { NCSI_PKT_RSP_GNS,   172, ncsi_rsp_handler_gns     },
-       { NCSI_PKT_RSP_GNPTS, 172, ncsi_rsp_handler_gnpts   },
+       { NCSI_PKT_RSP_GCPS,  204, ncsi_rsp_handler_gcps    },
+       { NCSI_PKT_RSP_GNS,    32, ncsi_rsp_handler_gns     },
+       { NCSI_PKT_RSP_GNPTS,  48, ncsi_rsp_handler_gnpts   },
        { NCSI_PKT_RSP_GPS,     8, ncsi_rsp_handler_gps     },
        { NCSI_PKT_RSP_OEM,    -1, ncsi_rsp_handler_oem     },
        { NCSI_PKT_RSP_PLDM,    0, NULL                     },