]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net/ncsi: add response handlers for PLDM over NC-SI
authorBen Wei <benwei@fb.com>
Fri, 30 Aug 2019 20:50:51 +0000 (20:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 06:54:03 +0000 (23:54 -0700)
commit6f671045b642b726f50124439235b6870c2d13ae
tree9600a27561ef875429f45e30e5484af4e71977d2
parent38320f69403d5037b3c7c8bf1754278ba96f3b2a
net/ncsi: add response handlers for PLDM over NC-SI

This patch adds handlers for PLDM over NC-SI command response.

This enables NC-SI driver recognizes the packet type so the responses
don't get dropped as unknown packet type.

PLDM over NC-SI are not handled in kernel driver for now, but can be
passed back to user space via Netlink for further handling.

Signed-off-by: Ben Wei <benwei@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ncsi/ncsi-pkt.h
net/ncsi/ncsi-rsp.c