On Tue, 23 Jun 2020 00:03:06 +0800 yunaixin03...@163.com wrote: > From: yunaixin <yunaixin03...@163.com> > > This patch set contains 5 communication drivers for Huawei BMA software. > The BMA software is a system management software. It supports the status > monitoring, performance monitoring, and event monitoring of various > components, including server CPUs, memory, hard disks, NICs, IB cards, > PCIe cards, RAID controller cards, and optical modules. > > These 5 drivers are used to send/receive message through PCIe channel in > different ways by BMA software.
Please make sure patches build cleanly with W=1 C=1 flags and recent version of gcc (preferably gcc-10). Please address errors which checkpatch points out. Please do no use static inline in C sources, only headers. Compiler will know when to inline, anyway.