On 5/10/25 02:03, Simon Horman wrote:
On Thu, May 08, 2025 at 10:29:57AM +0530, Abhijit Gangurde wrote:
Add ionic to the kernel build environment.
Co-developed-by: Allen Hubbe <allen.hubbe@xxxxxxx>
Signed-off-by: Allen Hubbe <allen.hubbe@xxxxxxx>
Signed-off-by: Abhijit Gangurde <abhijit.gangurde@xxxxxxx>
---
.../ethernet/pensando/ionic_rdma.rst | 43 +++++++++++++++++++
MAINTAINERS | 9 ++++
drivers/infiniband/Kconfig | 1 +
drivers/infiniband/hw/Makefile | 1 +
drivers/infiniband/hw/ionic/Kconfig | 17 ++++++++
drivers/infiniband/hw/ionic/Makefile | 9 ++++
6 files changed, 80 insertions(+)
create mode 100644 Documentation/networking/device_drivers/ethernet/pensando/ionic_rdma.rst
create mode 100644 drivers/infiniband/hw/ionic/Kconfig
create mode 100644 drivers/infiniband/hw/ionic/Makefile
diff --git a/Documentation/networking/device_drivers/ethernet/pensando/ionic_rdma.rst b/Documentation/networking/device_drivers/ethernet/pensando/ionic_rdma.rst
new file mode 100644
index 000000000000..80c4d9876d3e
--- /dev/null
+++ b/Documentation/networking/device_drivers/ethernet/pensando/ionic_rdma.rst
Please add this new file to
Documentation/networking/device_drivers/ethernet/index.rst
(or some other index.rst).
Flagged by make htmldocs
...
Thanks for pointing this. Will add the new file to
Documentation/networking/device_drivers/index.rst
in next spin.
Abhijit