Date: Tue, 8 Feb 2022 06:55:53 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0330cf6769cd - stable/13 - mlx5ib: normalize use of the opt_*.h files Message-ID: <202202080655.2186trWC053473@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0330cf6769cd73c00d4ce4593d19f7130c2682dc commit 0330cf6769cd73c00d4ce4593d19f7130c2682dc Author: Konstantin Belousov <konstantinb@nvidia.com> AuthorDate: 2021-06-14 10:29:39 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-02-08 06:42:07 +0000 mlx5ib: normalize use of the opt_*.h files (cherry picked from commit 7060097908ea189827ed401dd57d948d7892f019) --- sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_cong.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c | 3 +++ sys/dev/mlx5/mlx5_ib/mlx5_ib_virt.c | 3 +++ 12 files changed, 36 insertions(+) diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c index 1c3ee38353df..ce3ef156147a 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include "mlx5_ib.h" static struct ib_ah *create_ib_ah(struct mlx5_ib_dev *dev, diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_cong.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_cong.c index 85ba77362cca..afc2609919fb 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_cong.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_cong.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include "mlx5_ib.h" #include <dev/mlx5/cmd.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c index 495aabb01bfe..26bc8f70779f 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/kref.h> #include <rdma/ib_umem.h> #include <rdma/ib_user_verbs.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c index 490363fe3bc9..04579fbc2346 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/kref.h> #include <linux/slab.h> #include <rdma/ib_umem.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c index dc90b1348378..cb9b5cfabf48 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include "mlx5_ib.h" struct mlx5_ib_gsi_wr { diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c index 719cddec9c34..6abca62ebe47 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <dev/mlx5/vport.h> #include <rdma/ib_mad.h> #include <rdma/ib_smi.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c index fd4c0b1acb05..23fc38424d02 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/module.h> #include <linux/errno.h> #include <linux/pci.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c index b780fd2f72fd..91e48bce00f0 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/module.h> #include <rdma/ib_umem.h> #include <rdma/ib_umem_odp.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c index 145ec55d6757..0884ba3f4506 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/kref.h> #include <linux/random.h> #include <linux/delay.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c index 90c6d69e30c2..0ee66192a191 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/module.h> #include <rdma/ib_umem.h> #include <rdma/ib_cache.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c index f0d09a2aca8d..3d9165fd71d3 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/module.h> #include <dev/mlx5/qp.h> #include <dev/mlx5/srq.h> diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_virt.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_virt.c index 6088fb48bb5f..5bd72e7475fc 100644 --- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_virt.c +++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_virt.c @@ -25,6 +25,9 @@ * $FreeBSD$ */ +#include "opt_rss.h" +#include "opt_ratelimit.h" + #include <linux/module.h> #include <dev/mlx5/vport.h> #include "mlx5_ib.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202080655.2186trWC053473>