summaryrefslogtreecommitdiff
path: root/sys-fabric/libcxgb3/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sys-fabric/libcxgb3/files
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sys-fabric/libcxgb3/files')
-rw-r--r--sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch b/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch
deleted file mode 100644
index e23ffa8682c2..000000000000
--- a/sys-fabric/libcxgb3/files/libcxgb3-1.3.1-fno-common.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- a/src/cxio_wr.h
-+++ b/src/cxio_wr.h
-@@ -638,9 +638,9 @@ static inline unsigned t3_cq_depth(struct t3_cq *cq)
- return (1UL<<cq->size_log2);
- }
-
--unsigned long iwch_page_size;
--unsigned long iwch_page_shift;
--unsigned long iwch_page_mask;
-+extern unsigned long iwch_page_size;
-+extern unsigned long iwch_page_shift;
-+extern unsigned long iwch_page_mask;
-
- #define PAGE_ALIGN(x) (((x) + iwch_page_mask) & ~iwch_page_mask)
-
---- a/src/iwch.c
-+++ b/src/iwch.c
-@@ -63,6 +63,10 @@
- .device = PCI_DEVICE_ID_CHELSIO_##d, \
- .type = CHELSIO_##t }
-
-+extern unsigned long iwch_page_size;
-+extern unsigned long iwch_page_mask;
-+extern unsigned long iwch_page_shift;
-+
- struct {
- unsigned vendor;
- unsigned device;
---- a/src/verbs.c
-+++ b/src/verbs.c
-@@ -45,6 +45,10 @@
- #include "iwch.h"
- #include "iwch-abi.h"
-
-+unsigned long iwch_page_size;
-+unsigned long iwch_page_shift;
-+unsigned long iwch_page_mask;
-+
- int iwch_query_device(struct ibv_context *context, struct ibv_device_attr *attr)
- {
- struct ibv_query_device cmd;