Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1488228 Details for
Bug 1634159
Enable support for Mellanox ConnectX-4 & ConnectX-5 (MLX5) PMD on power
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
included to work around the lack of off_t definition for mlx5dv.h.
mlnx-dpdk-fix-build-break-on-power.patch (text/plain), 1.42 KB, created by
David J. Wilder
on 2018-09-28 20:26:17 UTC
(
hide
)
Description:
included to work around the lack of off_t definition for mlx5dv.h.
Filename:
MIME Type:
Creator:
David J. Wilder
Created:
2018-09-28 20:26:17 UTC
Size:
1.42 KB
patch
obsolete
>Fix dpdk build break on power when enabling MLX4/5 support. >Signed-off-by: David Wilder <wilder@us.ibm.com> > >diff -Naur openvswitch-2.9.0.orig/dpdk-17.11/drivers/net/mlx5/mlx5_glue.c openvswitch-2.9.0/dpdk-17.11/drivers/net/mlx5/mlx5_glue.c >--- openvswitch-2.9.0.orig/dpdk-17.11/drivers/net/mlx5/mlx5_glue.c 2018-06-07 19:33:33.556214591 -0400 >+++ openvswitch-2.9.0/dpdk-17.11/drivers/net/mlx5/mlx5_glue.c 2018-06-07 19:34:14.326101911 -0400 >@@ -7,6 +7,12 @@ > #include <stddef.h> > #include <stdint.h> > >+/* >+ * Not needed by this file; included to work around the lack of off_t >+ * definition for mlx5dv.h with unpatched rdma-core versions. >+ */ >+#include <sys/types.h> >+ > /* Verbs headers do not support -pedantic. */ > #ifdef PEDANTIC > #pragma GCC diagnostic ignored "-Wpedantic" >diff -Naur openvswitch-2.9.0.orig/dpdk-17.11/drivers/net/mlx5/mlx5_vlan.c openvswitch-2.9.0/dpdk-17.11/drivers/net/mlx5/mlx5_vlan.c >--- openvswitch-2.9.0.orig/dpdk-17.11/drivers/net/mlx5/mlx5_vlan.c 2018-06-07 19:33:33.555214544 -0400 >+++ openvswitch-2.9.0/dpdk-17.11/drivers/net/mlx5/mlx5_vlan.c 2018-06-07 19:34:14.326101911 -0400 >@@ -36,6 +36,12 @@ > #include <assert.h> > #include <stdint.h> > >+/* >+ * Not needed by this file; included to work around the lack of off_t >+ * definition for mlx5dv.h with unpatched rdma-core versions. >+ */ >+#include <sys/types.h> >+ > /* Verbs headers do not support -pedantic. */ > #ifdef PEDANTIC > #pragma GCC diagnostic ignored "-Wpedantic"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1634159
:
1488228
|
1497254