* [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes @ 2018-11-19 12:46 Shahaf Shuler 2018-11-19 12:46 ` [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version Shahaf Shuler 2018-11-21 14:52 ` [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes Ferruh Yigit 0 siblings, 2 replies; 15+ messages in thread From: Shahaf Shuler @ 2018-11-19 12:46 UTC (permalink / raw) To: john.mcnamara, marko.kovacevic; +Cc: dev, erezsc, olgas, yskoh Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> --- doc/guides/rel_notes/release_18_11.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 32ff0e5c08..f66ade2a52 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -142,6 +142,23 @@ New Features See the :doc:`../nics/atlantic` nic driver guide for more details on this driver. +* **Updated mlx5 driver.** + + Updated the mlx5 driver including the following changes: + + * Improved security of PMD to prevent the NIC from getting stuck when + application misbehaves. + * reworked flow engine to supported e-switch flow rules (transfer attribute). + * Supported header re-write(L2-L4), VXLAN encap/decap, count ,match + on TCP flags and multiple flow groups with e-switch flow rules. + * Supported match on medatada, VXLAN and MPLS encap/decap with flow rules. + * Supported RTE_ETH_DEV_CLOSE_REMOVE flag to provide better support for + representors. + * Supported meson build. + * Fixed build issue with PPC. + * Supported BlueField VF. + * Supported externally allocated static memory for DMA. + * **Updated Solarflare network PMD.** Updated the sfc_efx driver including the following changes: -- 2.12.0 ^ permalink raw reply [flat|nested] 15+ messages in thread
* [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2018-11-19 12:46 [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes Shahaf Shuler @ 2018-11-19 12:46 ` Shahaf Shuler 2019-03-14 11:20 ` Tom Barbette 2018-11-21 14:52 ` [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes Ferruh Yigit 1 sibling, 1 reply; 15+ messages in thread From: Shahaf Shuler @ 2018-11-19 12:46 UTC (permalink / raw) To: john.mcnamara, marko.kovacevic; +Cc: dev, erezsc, olgas, yskoh Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> --- doc/guides/nics/mlx4.rst | 2 +- doc/guides/nics/mlx5.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index 4a57c7a6aa..5326d916e1 100644 --- a/doc/guides/nics/mlx4.rst +++ b/doc/guides/nics/mlx4.rst @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel (recommended) Mellanox OFED as a fallback ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- `Mellanox OFED`_ version: **4.3, 4.4**. +- `Mellanox OFED`_ version: **4.4, 4.5**. - firmware version: **2.42.5000** and above. .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel Mellanox OFED ^^^^^^^^^^^^^ -- Mellanox OFED version: **4.3, 4.4**. +- Mellanox OFED version: **4.4, 4.5**. - firmware version: - ConnectX-4: **12.21.1000** and above. -- 2.12.0 ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2018-11-19 12:46 ` [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version Shahaf Shuler @ 2019-03-14 11:20 ` Tom Barbette 2019-03-14 11:20 ` Tom Barbette 2019-03-17 15:27 ` Ali Alnubani 0 siblings, 2 replies; 15+ messages in thread From: Tom Barbette @ 2019-03-14 11:20 UTC (permalink / raw) To: Shahaf Shuler, john.mcnamara, marko.kovacevic; +Cc: dev, erezsc, olgas, yskoh A bit of an old thread, but I just tried to update the OFED 4.5 as this doc patch suggests and DPDK (19.02 or master) do not compile anymore for mlx5? Was the doc updated too soon or should I do something special to clean 4.4 and update 4.5? I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). Error sample: In file included from /usr/include/infiniband/mlx5dv.h:48:0, from /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: nested redefinition of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type = 0, }; ^ /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: redeclaration of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ In file included from /usr/include/infiniband/mlx5_api.h:36:0, from /usr/include/infiniband/mlx5dv.h:48, from /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: On 2018-11-19 13:46, Shahaf Shuler wrote: > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> > --- > doc/guides/nics/mlx4.rst | 2 +- > doc/guides/nics/mlx5.rst | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst > index 4a57c7a6aa..5326d916e1 100644 > --- a/doc/guides/nics/mlx4.rst > +++ b/doc/guides/nics/mlx4.rst > @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel (recommended) > Mellanox OFED as a fallback > ~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -- `Mellanox OFED`_ version: **4.3, 4.4**. > +- `Mellanox OFED`_ version: **4.4, 4.5**. > - firmware version: **2.42.5000** and above. > > .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers > diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst > index 3610e00862..b52f8af708 100644 > --- a/doc/guides/nics/mlx5.rst > +++ b/doc/guides/nics/mlx5.rst > @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel > Mellanox OFED > ^^^^^^^^^^^^^ > > -- Mellanox OFED version: **4.3, 4.4**. > +- Mellanox OFED version: **4.4, 4.5**. > - firmware version: > > - ConnectX-4: **12.21.1000** and above. > ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-14 11:20 ` Tom Barbette @ 2019-03-14 11:20 ` Tom Barbette 2019-03-17 15:27 ` Ali Alnubani 1 sibling, 0 replies; 15+ messages in thread From: Tom Barbette @ 2019-03-14 11:20 UTC (permalink / raw) To: Shahaf Shuler, john.mcnamara, marko.kovacevic; +Cc: dev, erezsc, olgas, yskoh A bit of an old thread, but I just tried to update the OFED 4.5 as this doc patch suggests and DPDK (19.02 or master) do not compile anymore for mlx5? Was the doc updated too soon or should I do something special to clean 4.4 and update 4.5? I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). Error sample: In file included from /usr/include/infiniband/mlx5dv.h:48:0, from /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: nested redefinition of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type = 0, }; ^ /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: redeclaration of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ In file included from /usr/include/infiniband/mlx5_api.h:36:0, from /usr/include/infiniband/mlx5dv.h:48, from /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: On 2018-11-19 13:46, Shahaf Shuler wrote: > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> > --- > doc/guides/nics/mlx4.rst | 2 +- > doc/guides/nics/mlx5.rst | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst > index 4a57c7a6aa..5326d916e1 100644 > --- a/doc/guides/nics/mlx4.rst > +++ b/doc/guides/nics/mlx4.rst > @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel (recommended) > Mellanox OFED as a fallback > ~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -- `Mellanox OFED`_ version: **4.3, 4.4**. > +- `Mellanox OFED`_ version: **4.4, 4.5**. > - firmware version: **2.42.5000** and above. > > .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers > diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst > index 3610e00862..b52f8af708 100644 > --- a/doc/guides/nics/mlx5.rst > +++ b/doc/guides/nics/mlx5.rst > @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel > Mellanox OFED > ^^^^^^^^^^^^^ > > -- Mellanox OFED version: **4.3, 4.4**. > +- Mellanox OFED version: **4.4, 4.5**. > - firmware version: > > - ConnectX-4: **12.21.1000** and above. > ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-14 11:20 ` Tom Barbette 2019-03-14 11:20 ` Tom Barbette @ 2019-03-17 15:27 ` Ali Alnubani 2019-03-17 15:27 ` Ali Alnubani 2019-03-19 9:34 ` Tom Barbette 1 sibling, 2 replies; 15+ messages in thread From: Ali Alnubani @ 2019-03-17 15:27 UTC (permalink / raw) To: Tom Barbette Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Hi Tom, Can you please provide more information? (OS/kernel versions, gcc version and full ofed version) Thanks, Ali > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette > Sent: Thursday, March 14, 2019 1:20 PM > To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; > marko.kovacevic@intel.com > Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern > <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> > Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED > version > > A bit of an old thread, but I just tried to update the OFED 4.5 as this doc patch > suggests and DPDK (19.02 or master) do not compile anymore for mlx5? > > Was the doc updated too soon or should I do something special to clean > 4.4 and update 4.5? > > I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). > > Error sample: > In file included from /usr/include/infiniband/mlx5dv.h:48:0, > from > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: nested > redefinition of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ > enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type > = 0, }; > ^ > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: > redeclaration of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ > In file included from /usr/include/infiniband/mlx5_api.h:36:0, > from /usr/include/infiniband/mlx5dv.h:48, > from > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > > > On 2018-11-19 13:46, Shahaf Shuler wrote: > > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> > > --- > > doc/guides/nics/mlx4.rst | 2 +- > > doc/guides/nics/mlx5.rst | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index > > 4a57c7a6aa..5326d916e1 100644 > > --- a/doc/guides/nics/mlx4.rst > > +++ b/doc/guides/nics/mlx4.rst > > @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel > (recommended) > > Mellanox OFED as a fallback > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > -- `Mellanox OFED`_ version: **4.3, 4.4**. > > +- `Mellanox OFED`_ version: **4.4, 4.5**. > > - firmware version: **2.42.5000** and above. > > > > .. _`Mellanox OFED`: > > > http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li > nux > > _sw_drivers diff --git a/doc/guides/nics/mlx5.rst > > b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 > > --- a/doc/guides/nics/mlx5.rst > > +++ b/doc/guides/nics/mlx5.rst > > @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel > > Mellanox OFED > > ^^^^^^^^^^^^^ > > > > -- Mellanox OFED version: **4.3, 4.4**. > > +- Mellanox OFED version: **4.4, 4.5**. > > - firmware version: > > > > - ConnectX-4: **12.21.1000** and above. > > ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-17 15:27 ` Ali Alnubani @ 2019-03-17 15:27 ` Ali Alnubani 2019-03-19 9:34 ` Tom Barbette 1 sibling, 0 replies; 15+ messages in thread From: Ali Alnubani @ 2019-03-17 15:27 UTC (permalink / raw) To: Tom Barbette Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Hi Tom, Can you please provide more information? (OS/kernel versions, gcc version and full ofed version) Thanks, Ali > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette > Sent: Thursday, March 14, 2019 1:20 PM > To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; > marko.kovacevic@intel.com > Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern > <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> > Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED > version > > A bit of an old thread, but I just tried to update the OFED 4.5 as this doc patch > suggests and DPDK (19.02 or master) do not compile anymore for mlx5? > > Was the doc updated too soon or should I do something special to clean > 4.4 and update 4.5? > > I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). > > Error sample: > In file included from /usr/include/infiniband/mlx5dv.h:48:0, > from > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: nested > redefinition of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ > enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type > = 0, }; > ^ > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: > redeclaration of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ > In file included from /usr/include/infiniband/mlx5_api.h:36:0, > from /usr/include/infiniband/mlx5dv.h:48, > from > /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > > > On 2018-11-19 13:46, Shahaf Shuler wrote: > > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> > > --- > > doc/guides/nics/mlx4.rst | 2 +- > > doc/guides/nics/mlx5.rst | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index > > 4a57c7a6aa..5326d916e1 100644 > > --- a/doc/guides/nics/mlx4.rst > > +++ b/doc/guides/nics/mlx4.rst > > @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel > (recommended) > > Mellanox OFED as a fallback > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > -- `Mellanox OFED`_ version: **4.3, 4.4**. > > +- `Mellanox OFED`_ version: **4.4, 4.5**. > > - firmware version: **2.42.5000** and above. > > > > .. _`Mellanox OFED`: > > > http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li > nux > > _sw_drivers diff --git a/doc/guides/nics/mlx5.rst > > b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 > > --- a/doc/guides/nics/mlx5.rst > > +++ b/doc/guides/nics/mlx5.rst > > @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel > > Mellanox OFED > > ^^^^^^^^^^^^^ > > > > -- Mellanox OFED version: **4.3, 4.4**. > > +- Mellanox OFED version: **4.4, 4.5**. > > - firmware version: > > > > - ConnectX-4: **12.21.1000** and above. > > ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-17 15:27 ` Ali Alnubani 2019-03-17 15:27 ` Ali Alnubani @ 2019-03-19 9:34 ` Tom Barbette 2019-03-19 9:34 ` Tom Barbette 2019-03-20 12:54 ` Ali Alnubani 1 sibling, 2 replies; 15+ messages in thread From: Tom Barbette @ 2019-03-19 9:34 UTC (permalink / raw) To: Ali Alnubani Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Hi Ali, Ubuntu 18.04 Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 mft-4.11.0-103-x86_64-deb Device Type: ConnectX5 Part Number: MCX556A-ECA_Ax Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 PSID: MT_0000000008 PCI Device Name: 0000:73:00.0 Base MAC: XXXX Versions: Current Available FW 16.24.1000 N/A PXE 3.5.0603 N/A UEFI 14.17.0011 N/A gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) Thanks, Tom On 2019-03-17 16:27, Ali Alnubani wrote: > Hi Tom, > > Can you please provide more information? (OS/kernel versions, gcc version and full ofed version) > > Thanks, > Ali > >> -----Original Message----- >> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette >> Sent: Thursday, March 14, 2019 1:20 PM >> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >> marko.kovacevic@intel.com >> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> >> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED >> version >> >> A bit of an old thread, but I just tried to update the OFED 4.5 as this doc patch >> suggests and DPDK (19.02 or master) do not compile anymore for mlx5? >> >> Was the doc updated too soon or should I do something special to clean >> 4.4 and update 4.5? >> >> I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). >> >> Error sample: >> In file included from /usr/include/infiniband/mlx5dv.h:48:0, >> from >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: nested >> redefinition of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ >> enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type >> = 0, }; >> ^ >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >> redeclaration of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ >> In file included from /usr/include/infiniband/mlx5_api.h:36:0, >> from /usr/include/infiniband/mlx5dv.h:48, >> from >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >> >> >> On 2018-11-19 13:46, Shahaf Shuler wrote: >>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> >>> --- >>> doc/guides/nics/mlx4.rst | 2 +- >>> doc/guides/nics/mlx5.rst | 2 +- >>> 2 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index >>> 4a57c7a6aa..5326d916e1 100644 >>> --- a/doc/guides/nics/mlx4.rst >>> +++ b/doc/guides/nics/mlx4.rst >>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel >> (recommended) >>> Mellanox OFED as a fallback >>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> >>> -- `Mellanox OFED`_ version: **4.3, 4.4**. >>> +- `Mellanox OFED`_ version: **4.4, 4.5**. >>> - firmware version: **2.42.5000** and above. >>> >>> .. _`Mellanox OFED`: >>> >> http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li >> nux >>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst >>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 >>> --- a/doc/guides/nics/mlx5.rst >>> +++ b/doc/guides/nics/mlx5.rst >>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel >>> Mellanox OFED >>> ^^^^^^^^^^^^^ >>> >>> -- Mellanox OFED version: **4.3, 4.4**. >>> +- Mellanox OFED version: **4.4, 4.5**. >>> - firmware version: >>> >>> - ConnectX-4: **12.21.1000** and above. >>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-19 9:34 ` Tom Barbette @ 2019-03-19 9:34 ` Tom Barbette 2019-03-20 12:54 ` Ali Alnubani 1 sibling, 0 replies; 15+ messages in thread From: Tom Barbette @ 2019-03-19 9:34 UTC (permalink / raw) To: Ali Alnubani Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Hi Ali, Ubuntu 18.04 Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 mft-4.11.0-103-x86_64-deb Device Type: ConnectX5 Part Number: MCX556A-ECA_Ax Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 PSID: MT_0000000008 PCI Device Name: 0000:73:00.0 Base MAC: XXXX Versions: Current Available FW 16.24.1000 N/A PXE 3.5.0603 N/A UEFI 14.17.0011 N/A gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) Thanks, Tom On 2019-03-17 16:27, Ali Alnubani wrote: > Hi Tom, > > Can you please provide more information? (OS/kernel versions, gcc version and full ofed version) > > Thanks, > Ali > >> -----Original Message----- >> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette >> Sent: Thursday, March 14, 2019 1:20 PM >> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >> marko.kovacevic@intel.com >> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> >> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED >> version >> >> A bit of an old thread, but I just tried to update the OFED 4.5 as this doc patch >> suggests and DPDK (19.02 or master) do not compile anymore for mlx5? >> >> Was the doc updated too soon or should I do something special to clean >> 4.4 and update 4.5? >> >> I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). >> >> Error sample: >> In file included from /usr/include/infiniband/mlx5dv.h:48:0, >> from >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: nested >> redefinition of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ >> enum mlx5dv_flow_action_packet_reformat_type { packet_reformat_type >> = 0, }; >> ^ >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >> redeclaration of ‘enum mlx5_ib_uapi_flow_action_packet_reformat_type’ >> In file included from /usr/include/infiniband/mlx5_api.h:36:0, >> from /usr/include/infiniband/mlx5dv.h:48, >> from >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >> >> >> On 2018-11-19 13:46, Shahaf Shuler wrote: >>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> >>> --- >>> doc/guides/nics/mlx4.rst | 2 +- >>> doc/guides/nics/mlx5.rst | 2 +- >>> 2 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index >>> 4a57c7a6aa..5326d916e1 100644 >>> --- a/doc/guides/nics/mlx4.rst >>> +++ b/doc/guides/nics/mlx4.rst >>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel >> (recommended) >>> Mellanox OFED as a fallback >>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> >>> -- `Mellanox OFED`_ version: **4.3, 4.4**. >>> +- `Mellanox OFED`_ version: **4.4, 4.5**. >>> - firmware version: **2.42.5000** and above. >>> >>> .. _`Mellanox OFED`: >>> >> http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li >> nux >>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst >>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 >>> --- a/doc/guides/nics/mlx5.rst >>> +++ b/doc/guides/nics/mlx5.rst >>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel >>> Mellanox OFED >>> ^^^^^^^^^^^^^ >>> >>> -- Mellanox OFED version: **4.3, 4.4**. >>> +- Mellanox OFED version: **4.4, 4.5**. >>> - firmware version: >>> >>> - ConnectX-4: **12.21.1000** and above. >>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-19 9:34 ` Tom Barbette 2019-03-19 9:34 ` Tom Barbette @ 2019-03-20 12:54 ` Ali Alnubani 2019-03-20 12:54 ` Ali Alnubani 2019-03-20 17:13 ` Tom Barbette 1 sibling, 2 replies; 15+ messages in thread From: Ali Alnubani @ 2019-03-20 12:54 UTC (permalink / raw) To: Tom Barbette Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Hi Tom, I couldn't reproduce that. I'm on (master 239912fa7) and testing with: Ubuntu 18.04.2 LTS / 4.15.1-ubuntu gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 Can you make sure that OFED was installed successfully, and that it's not conflicting with rdma-core libraries already installed on your system (if there are)? Please try uninstalling OFED and rdma-core (if installed) and install OFED again with --force. Let me know if that works. Regards, Ali > -----Original Message----- > From: Tom Barbette <barbette@kth.se> > Sent: Tuesday, March 19, 2019 11:34 AM > To: Ali Alnubani <alialnu@mellanox.com> > Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern > <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com>; Shahaf > Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; > marko.kovacevic@intel.com > Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED > version > > Hi Ali, > > Ubuntu 18.04 > Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 > x86_64 x86_64 x86_64 GNU/Linux > > MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 > mft-4.11.0-103-x86_64-deb > > Device Type: ConnectX5 > Part Number: MCX556A-ECA_Ax > Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and > 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 > PSID: MT_0000000008 > PCI Device Name: 0000:73:00.0 > Base MAC: XXXX > Versions: Current Available > FW 16.24.1000 N/A > PXE 3.5.0603 N/A > UEFI 14.17.0011 N/A > > > gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) > > Thanks, > Tom > > On 2019-03-17 16:27, Ali Alnubani wrote: > > Hi Tom, > > > > Can you please provide more information? (OS/kernel versions, gcc > > version and full ofed version) > > > > Thanks, > > Ali > > > >> -----Original Message----- > >> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette > >> Sent: Thursday, March 14, 2019 1:20 PM > >> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; > >> marko.kovacevic@intel.com > >> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern > >> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> > >> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported > >> OFED version > >> > >> A bit of an old thread, but I just tried to update the OFED 4.5 as > >> this doc patch suggests and DPDK (19.02 or master) do not compile > anymore for mlx5? > >> > >> Was the doc updated too soon or should I do something special to > >> clean > >> 4.4 and update 4.5? > >> > >> I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). > >> > >> Error sample: > >> In file included from /usr/include/infiniband/mlx5dv.h:48:0, > >> from > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: > >> nested redefinition of ‘enum > mlx5_ib_uapi_flow_action_packet_reformat_type’ > >> enum mlx5dv_flow_action_packet_reformat_type { > >> packet_reformat_type = 0, }; > >> ^ > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: > >> redeclaration of ‘enum > mlx5_ib_uapi_flow_action_packet_reformat_type’ > >> In file included from /usr/include/infiniband/mlx5_api.h:36:0, > >> from /usr/include/infiniband/mlx5dv.h:48, > >> from > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > >> > >> > >> On 2018-11-19 13:46, Shahaf Shuler wrote: > >>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> > >>> --- > >>> doc/guides/nics/mlx4.rst | 2 +- > >>> doc/guides/nics/mlx5.rst | 2 +- > >>> 2 files changed, 2 insertions(+), 2 deletions(-) > >>> > >>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst > >>> index > >>> 4a57c7a6aa..5326d916e1 100644 > >>> --- a/doc/guides/nics/mlx4.rst > >>> +++ b/doc/guides/nics/mlx4.rst > >>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel > >> (recommended) > >>> Mellanox OFED as a fallback > >>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >>> > >>> -- `Mellanox OFED`_ version: **4.3, 4.4**. > >>> +- `Mellanox OFED`_ version: **4.4, 4.5**. > >>> - firmware version: **2.42.5000** and above. > >>> > >>> .. _`Mellanox OFED`: > >>> > >> > http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li > >> nux > >>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst > >>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 > >>> --- a/doc/guides/nics/mlx5.rst > >>> +++ b/doc/guides/nics/mlx5.rst > >>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel > >>> Mellanox OFED > >>> ^^^^^^^^^^^^^ > >>> > >>> -- Mellanox OFED version: **4.3, 4.4**. > >>> +- Mellanox OFED version: **4.4, 4.5**. > >>> - firmware version: > >>> > >>> - ConnectX-4: **12.21.1000** and above. > >>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-20 12:54 ` Ali Alnubani @ 2019-03-20 12:54 ` Ali Alnubani 2019-03-20 17:13 ` Tom Barbette 1 sibling, 0 replies; 15+ messages in thread From: Ali Alnubani @ 2019-03-20 12:54 UTC (permalink / raw) To: Tom Barbette Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Hi Tom, I couldn't reproduce that. I'm on (master 239912fa7) and testing with: Ubuntu 18.04.2 LTS / 4.15.1-ubuntu gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 Can you make sure that OFED was installed successfully, and that it's not conflicting with rdma-core libraries already installed on your system (if there are)? Please try uninstalling OFED and rdma-core (if installed) and install OFED again with --force. Let me know if that works. Regards, Ali > -----Original Message----- > From: Tom Barbette <barbette@kth.se> > Sent: Tuesday, March 19, 2019 11:34 AM > To: Ali Alnubani <alialnu@mellanox.com> > Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern > <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com>; Shahaf > Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; > marko.kovacevic@intel.com > Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED > version > > Hi Ali, > > Ubuntu 18.04 > Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 > x86_64 x86_64 x86_64 GNU/Linux > > MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 > mft-4.11.0-103-x86_64-deb > > Device Type: ConnectX5 > Part Number: MCX556A-ECA_Ax > Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and > 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 > PSID: MT_0000000008 > PCI Device Name: 0000:73:00.0 > Base MAC: XXXX > Versions: Current Available > FW 16.24.1000 N/A > PXE 3.5.0603 N/A > UEFI 14.17.0011 N/A > > > gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) > > Thanks, > Tom > > On 2019-03-17 16:27, Ali Alnubani wrote: > > Hi Tom, > > > > Can you please provide more information? (OS/kernel versions, gcc > > version and full ofed version) > > > > Thanks, > > Ali > > > >> -----Original Message----- > >> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette > >> Sent: Thursday, March 14, 2019 1:20 PM > >> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; > >> marko.kovacevic@intel.com > >> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern > >> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> > >> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported > >> OFED version > >> > >> A bit of an old thread, but I just tried to update the OFED 4.5 as > >> this doc patch suggests and DPDK (19.02 or master) do not compile > anymore for mlx5? > >> > >> Was the doc updated too soon or should I do something special to > >> clean > >> 4.4 and update 4.5? > >> > >> I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). > >> > >> Error sample: > >> In file included from /usr/include/infiniband/mlx5dv.h:48:0, > >> from > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: > >> nested redefinition of ‘enum > mlx5_ib_uapi_flow_action_packet_reformat_type’ > >> enum mlx5dv_flow_action_packet_reformat_type { > >> packet_reformat_type = 0, }; > >> ^ > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: > >> redeclaration of ‘enum > mlx5_ib_uapi_flow_action_packet_reformat_type’ > >> In file included from /usr/include/infiniband/mlx5_api.h:36:0, > >> from /usr/include/infiniband/mlx5dv.h:48, > >> from > >> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: > >> > >> > >> On 2018-11-19 13:46, Shahaf Shuler wrote: > >>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> > >>> --- > >>> doc/guides/nics/mlx4.rst | 2 +- > >>> doc/guides/nics/mlx5.rst | 2 +- > >>> 2 files changed, 2 insertions(+), 2 deletions(-) > >>> > >>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst > >>> index > >>> 4a57c7a6aa..5326d916e1 100644 > >>> --- a/doc/guides/nics/mlx4.rst > >>> +++ b/doc/guides/nics/mlx4.rst > >>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel > >> (recommended) > >>> Mellanox OFED as a fallback > >>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >>> > >>> -- `Mellanox OFED`_ version: **4.3, 4.4**. > >>> +- `Mellanox OFED`_ version: **4.4, 4.5**. > >>> - firmware version: **2.42.5000** and above. > >>> > >>> .. _`Mellanox OFED`: > >>> > >> > http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li > >> nux > >>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst > >>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 > >>> --- a/doc/guides/nics/mlx5.rst > >>> +++ b/doc/guides/nics/mlx5.rst > >>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel > >>> Mellanox OFED > >>> ^^^^^^^^^^^^^ > >>> > >>> -- Mellanox OFED version: **4.3, 4.4**. > >>> +- Mellanox OFED version: **4.4, 4.5**. > >>> - firmware version: > >>> > >>> - ConnectX-4: **12.21.1000** and above. > >>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-20 12:54 ` Ali Alnubani 2019-03-20 12:54 ` Ali Alnubani @ 2019-03-20 17:13 ` Tom Barbette 2019-03-20 17:13 ` Tom Barbette 2019-05-14 8:43 ` Tom Barbette 1 sibling, 2 replies; 15+ messages in thread From: Tom Barbette @ 2019-03-20 17:13 UTC (permalink / raw) To: Ali Alnubani Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic I completely removed with apt remove --purge all packages installed by the OFED, deleted with rm -rf /usr/include/infiniband/ and then installed the OFED with --dpdk --upstream-libs (--force) and nothing else and I get the compilation error (with 19.02). Indeed /usr/include/infiniband/mlx5_api.h defines : mlx5_ib_uapi_flow_action_packet_reformat_type Which is also in 19.02's mlx5_glue.h: enum mlx5dv_flow_action_packet_reformat_type Is the MD5SUM of the (result of the install of the) last OFED that one? 35cb5be56993977f1d9d912e263428c8 /usr/include/infiniband/mlx5_api.h If it is, then I would bet the problem is around the ifndef enclosing the re-definition in mlx5_glue.hh : #ifndef HAVE_IBV_FLOW_DV_SUPPORT Thanks, Tom On 2019-03-20 13:54, Ali Alnubani wrote: > Hi Tom, > > I couldn't reproduce that. I'm on (master 239912fa7) and testing with: > Ubuntu 18.04.2 LTS / 4.15.1-ubuntu > gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 > > Can you make sure that OFED was installed successfully, and that it's not conflicting with rdma-core > libraries already installed on your system (if there are)? > Please try uninstalling OFED and rdma-core (if installed) and install OFED again with --force. > > Let me know if that works. > > Regards, > Ali > >> -----Original Message----- >> From: Tom Barbette <barbette@kth.se> >> Sent: Tuesday, March 19, 2019 11:34 AM >> To: Ali Alnubani <alialnu@mellanox.com> >> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com>; Shahaf >> Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >> marko.kovacevic@intel.com >> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED >> version >> >> Hi Ali, >> >> Ubuntu 18.04 >> Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 >> x86_64 x86_64 x86_64 GNU/Linux >> >> MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 >> mft-4.11.0-103-x86_64-deb >> >> Device Type: ConnectX5 >> Part Number: MCX556A-ECA_Ax >> Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and >> 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 >> PSID: MT_0000000008 >> PCI Device Name: 0000:73:00.0 >> Base MAC: XXXX >> Versions: Current Available >> FW 16.24.1000 N/A >> PXE 3.5.0603 N/A >> UEFI 14.17.0011 N/A >> >> >> gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) >> >> Thanks, >> Tom >> >> On 2019-03-17 16:27, Ali Alnubani wrote: >>> Hi Tom, >>> >>> Can you please provide more information? (OS/kernel versions, gcc >>> version and full ofed version) >>> >>> Thanks, >>> Ali >>> >>>> -----Original Message----- >>>> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette >>>> Sent: Thursday, March 14, 2019 1:20 PM >>>> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >>>> marko.kovacevic@intel.com >>>> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >>>> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> >>>> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported >>>> OFED version >>>> >>>> A bit of an old thread, but I just tried to update the OFED 4.5 as >>>> this doc patch suggests and DPDK (19.02 or master) do not compile >> anymore for mlx5? >>>> >>>> Was the doc updated too soon or should I do something special to >>>> clean >>>> 4.4 and update 4.5? >>>> >>>> I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). >>>> >>>> Error sample: >>>> In file included from /usr/include/infiniband/mlx5dv.h:48:0, >>>> from >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>> nested redefinition of ‘enum >> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>> enum mlx5dv_flow_action_packet_reformat_type { >>>> packet_reformat_type = 0, }; >>>> ^ >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>> redeclaration of ‘enum >> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>> In file included from /usr/include/infiniband/mlx5_api.h:36:0, >>>> from /usr/include/infiniband/mlx5dv.h:48, >>>> from >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>> >>>> >>>> On 2018-11-19 13:46, Shahaf Shuler wrote: >>>>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> >>>>> --- >>>>> doc/guides/nics/mlx4.rst | 2 +- >>>>> doc/guides/nics/mlx5.rst | 2 +- >>>>> 2 files changed, 2 insertions(+), 2 deletions(-) >>>>> >>>>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst >>>>> index >>>>> 4a57c7a6aa..5326d916e1 100644 >>>>> --- a/doc/guides/nics/mlx4.rst >>>>> +++ b/doc/guides/nics/mlx4.rst >>>>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel >>>> (recommended) >>>>> Mellanox OFED as a fallback >>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>> >>>>> -- `Mellanox OFED`_ version: **4.3, 4.4**. >>>>> +- `Mellanox OFED`_ version: **4.4, 4.5**. >>>>> - firmware version: **2.42.5000** and above. >>>>> >>>>> .. _`Mellanox OFED`: >>>>> >>>> >> http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li >>>> nux >>>>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst >>>>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 >>>>> --- a/doc/guides/nics/mlx5.rst >>>>> +++ b/doc/guides/nics/mlx5.rst >>>>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel >>>>> Mellanox OFED >>>>> ^^^^^^^^^^^^^ >>>>> >>>>> -- Mellanox OFED version: **4.3, 4.4**. >>>>> +- Mellanox OFED version: **4.4, 4.5**. >>>>> - firmware version: >>>>> >>>>> - ConnectX-4: **12.21.1000** and above. >>>>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-20 17:13 ` Tom Barbette @ 2019-03-20 17:13 ` Tom Barbette 2019-05-14 8:43 ` Tom Barbette 1 sibling, 0 replies; 15+ messages in thread From: Tom Barbette @ 2019-03-20 17:13 UTC (permalink / raw) To: Ali Alnubani Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic I completely removed with apt remove --purge all packages installed by the OFED, deleted with rm -rf /usr/include/infiniband/ and then installed the OFED with --dpdk --upstream-libs (--force) and nothing else and I get the compilation error (with 19.02). Indeed /usr/include/infiniband/mlx5_api.h defines : mlx5_ib_uapi_flow_action_packet_reformat_type Which is also in 19.02's mlx5_glue.h: enum mlx5dv_flow_action_packet_reformat_type Is the MD5SUM of the (result of the install of the) last OFED that one? 35cb5be56993977f1d9d912e263428c8 /usr/include/infiniband/mlx5_api.h If it is, then I would bet the problem is around the ifndef enclosing the re-definition in mlx5_glue.hh : #ifndef HAVE_IBV_FLOW_DV_SUPPORT Thanks, Tom On 2019-03-20 13:54, Ali Alnubani wrote: > Hi Tom, > > I couldn't reproduce that. I'm on (master 239912fa7) and testing with: > Ubuntu 18.04.2 LTS / 4.15.1-ubuntu > gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 > > Can you make sure that OFED was installed successfully, and that it's not conflicting with rdma-core > libraries already installed on your system (if there are)? > Please try uninstalling OFED and rdma-core (if installed) and install OFED again with --force. > > Let me know if that works. > > Regards, > Ali > >> -----Original Message----- >> From: Tom Barbette <barbette@kth.se> >> Sent: Tuesday, March 19, 2019 11:34 AM >> To: Ali Alnubani <alialnu@mellanox.com> >> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com>; Shahaf >> Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >> marko.kovacevic@intel.com >> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED >> version >> >> Hi Ali, >> >> Ubuntu 18.04 >> Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 >> x86_64 x86_64 x86_64 GNU/Linux >> >> MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 >> mft-4.11.0-103-x86_64-deb >> >> Device Type: ConnectX5 >> Part Number: MCX556A-ECA_Ax >> Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and >> 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 >> PSID: MT_0000000008 >> PCI Device Name: 0000:73:00.0 >> Base MAC: XXXX >> Versions: Current Available >> FW 16.24.1000 N/A >> PXE 3.5.0603 N/A >> UEFI 14.17.0011 N/A >> >> >> gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) >> >> Thanks, >> Tom >> >> On 2019-03-17 16:27, Ali Alnubani wrote: >>> Hi Tom, >>> >>> Can you please provide more information? (OS/kernel versions, gcc >>> version and full ofed version) >>> >>> Thanks, >>> Ali >>> >>>> -----Original Message----- >>>> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette >>>> Sent: Thursday, March 14, 2019 1:20 PM >>>> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >>>> marko.kovacevic@intel.com >>>> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >>>> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> >>>> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported >>>> OFED version >>>> >>>> A bit of an old thread, but I just tried to update the OFED 4.5 as >>>> this doc patch suggests and DPDK (19.02 or master) do not compile >> anymore for mlx5? >>>> >>>> Was the doc updated too soon or should I do something special to >>>> clean >>>> 4.4 and update 4.5? >>>> >>>> I did install the OFED with --upsteam-libs and --dpdk (4.4 works fine). >>>> >>>> Error sample: >>>> In file included from /usr/include/infiniband/mlx5dv.h:48:0, >>>> from >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>> nested redefinition of ‘enum >> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>> enum mlx5dv_flow_action_packet_reformat_type { >>>> packet_reformat_type = 0, }; >>>> ^ >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>> redeclaration of ‘enum >> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>> In file included from /usr/include/infiniband/mlx5_api.h:36:0, >>>> from /usr/include/infiniband/mlx5dv.h:48, >>>> from >>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>> >>>> >>>> On 2018-11-19 13:46, Shahaf Shuler wrote: >>>>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> >>>>> --- >>>>> doc/guides/nics/mlx4.rst | 2 +- >>>>> doc/guides/nics/mlx5.rst | 2 +- >>>>> 2 files changed, 2 insertions(+), 2 deletions(-) >>>>> >>>>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst >>>>> index >>>>> 4a57c7a6aa..5326d916e1 100644 >>>>> --- a/doc/guides/nics/mlx4.rst >>>>> +++ b/doc/guides/nics/mlx4.rst >>>>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel >>>> (recommended) >>>>> Mellanox OFED as a fallback >>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>> >>>>> -- `Mellanox OFED`_ version: **4.3, 4.4**. >>>>> +- `Mellanox OFED`_ version: **4.4, 4.5**. >>>>> - firmware version: **2.42.5000** and above. >>>>> >>>>> .. _`Mellanox OFED`: >>>>> >>>> >> http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li >>>> nux >>>>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst >>>>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 >>>>> --- a/doc/guides/nics/mlx5.rst >>>>> +++ b/doc/guides/nics/mlx5.rst >>>>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel >>>>> Mellanox OFED >>>>> ^^^^^^^^^^^^^ >>>>> >>>>> -- Mellanox OFED version: **4.3, 4.4**. >>>>> +- Mellanox OFED version: **4.4, 4.5**. >>>>> - firmware version: >>>>> >>>>> - ConnectX-4: **12.21.1000** and above. >>>>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-03-20 17:13 ` Tom Barbette 2019-03-20 17:13 ` Tom Barbette @ 2019-05-14 8:43 ` Tom Barbette 2019-05-14 8:43 ` Tom Barbette 1 sibling, 1 reply; 15+ messages in thread From: Tom Barbette @ 2019-05-14 8:43 UTC (permalink / raw) To: Ali Alnubani Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Sorry to revamp the old thread, but I found the conditions to create the bug. It does affect 19.05 with OFED 4.5, but is fixed in 4.6. It happens when I build with CONFIG_RTE_IBVERBS_LINK_STATIC=y. I forgot I enabled that one specifically... System: Ubuntu 18.04.2 LTS / 4.15.1-ubuntu gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 Steps: Install OFED 4.5 (4.6 is fixed) Checkout DPDK 19.05 (19.02 confirmed too) Enable MLX5 in config/common_base Enable CONFIG_RTE_IBVERBS_LINK_STATIC=y in config/common_base ./usertools/dpdk-setup.sh 37 (compile x86_64-native-linux-gcc) ... Error in linking either the test library or your own application. Workaround: Update to OFED 4.6, or do not use STATIC linking We could have disabled STATIC if the OFED is 4.5, I guess it's too late now... Sorry about that timing... Tom On 2019-03-20 18:13, Tom Barbette wrote: > I completely removed with apt remove --purge all packages installed by > the OFED, deleted with rm -rf /usr/include/infiniband/ and then > installed the OFED with --dpdk --upstream-libs (--force) and nothing > else and I get the compilation error (with 19.02). > > Indeed /usr/include/infiniband/mlx5_api.h defines : > mlx5_ib_uapi_flow_action_packet_reformat_type > > Which is also in 19.02's mlx5_glue.h: > enum mlx5dv_flow_action_packet_reformat_type > > Is the MD5SUM of the (result of the install of the) last OFED that one? > 35cb5be56993977f1d9d912e263428c8 /usr/include/infiniband/mlx5_api.h > > If it is, then I would bet the problem is around the ifndef enclosing > the re-definition in mlx5_glue.hh : #ifndef HAVE_IBV_FLOW_DV_SUPPORT > > > Thanks, > > Tom > > > > On 2019-03-20 13:54, Ali Alnubani wrote: >> Hi Tom, >> >> I couldn't reproduce that. I'm on (master 239912fa7) and testing with: >> Ubuntu 18.04.2 LTS / 4.15.1-ubuntu >> gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 >> >> Can you make sure that OFED was installed successfully, and that it's >> not conflicting with rdma-core >> libraries already installed on your system (if there are)? >> Please try uninstalling OFED and rdma-core (if installed) and install >> OFED again with --force. >> >> Let me know if that works. >> >> Regards, >> Ali >> >>> -----Original Message----- >>> From: Tom Barbette <barbette@kth.se> >>> Sent: Tuesday, March 19, 2019 11:34 AM >>> To: Ali Alnubani <alialnu@mellanox.com> >>> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >>> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com>; Shahaf >>> Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >>> marko.kovacevic@intel.com >>> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED >>> version >>> >>> Hi Ali, >>> >>> Ubuntu 18.04 >>> Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 >>> x86_64 x86_64 x86_64 GNU/Linux >>> >>> MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 >>> mft-4.11.0-103-x86_64-deb >>> >>> Device Type: ConnectX5 >>> Part Number: MCX556A-ECA_Ax >>> Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and >>> 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 >>> PSID: MT_0000000008 >>> PCI Device Name: 0000:73:00.0 >>> Base MAC: XXXX >>> Versions: Current Available >>> FW 16.24.1000 N/A >>> PXE 3.5.0603 N/A >>> UEFI 14.17.0011 N/A >>> >>> >>> gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) >>> >>> Thanks, >>> Tom >>> >>> On 2019-03-17 16:27, Ali Alnubani wrote: >>>> Hi Tom, >>>> >>>> Can you please provide more information? (OS/kernel versions, gcc >>>> version and full ofed version) >>>> >>>> Thanks, >>>> Ali >>>> >>>>> -----Original Message----- >>>>> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette >>>>> Sent: Thursday, March 14, 2019 1:20 PM >>>>> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >>>>> marko.kovacevic@intel.com >>>>> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >>>>> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> >>>>> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported >>>>> OFED version >>>>> >>>>> A bit of an old thread, but I just tried to update the OFED 4.5 as >>>>> this doc patch suggests and DPDK (19.02 or master) do not compile >>> anymore for mlx5? >>>>> >>>>> Was the doc updated too soon or should I do something special to >>>>> clean >>>>> 4.4 and update 4.5? >>>>> >>>>> I did install the OFED with --upsteam-libs and --dpdk (4.4 works >>>>> fine). >>>>> >>>>> Error sample: >>>>> In file included from /usr/include/infiniband/mlx5dv.h:48:0, >>>>> from >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>>> nested redefinition of ‘enum >>> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>>> enum mlx5dv_flow_action_packet_reformat_type { >>>>> packet_reformat_type = 0, }; >>>>> ^ >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>>> redeclaration of ‘enum >>> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>>> In file included from /usr/include/infiniband/mlx5_api.h:36:0, >>>>> from /usr/include/infiniband/mlx5dv.h:48, >>>>> from >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>>> >>>>> >>>>> On 2018-11-19 13:46, Shahaf Shuler wrote: >>>>>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> >>>>>> --- >>>>>> doc/guides/nics/mlx4.rst | 2 +- >>>>>> doc/guides/nics/mlx5.rst | 2 +- >>>>>> 2 files changed, 2 insertions(+), 2 deletions(-) >>>>>> >>>>>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst >>>>>> index >>>>>> 4a57c7a6aa..5326d916e1 100644 >>>>>> --- a/doc/guides/nics/mlx4.rst >>>>>> +++ b/doc/guides/nics/mlx4.rst >>>>>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel >>>>> (recommended) >>>>>> Mellanox OFED as a fallback >>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> >>>>>> -- `Mellanox OFED`_ version: **4.3, 4.4**. >>>>>> +- `Mellanox OFED`_ version: **4.4, 4.5**. >>>>>> - firmware version: **2.42.5000** and above. >>>>>> >>>>>> .. _`Mellanox OFED`: >>>>>> >>>>> >>> http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li >>>>> nux >>>>>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst >>>>>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 >>>>>> --- a/doc/guides/nics/mlx5.rst >>>>>> +++ b/doc/guides/nics/mlx5.rst >>>>>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel >>>>>> Mellanox OFED >>>>>> ^^^^^^^^^^^^^ >>>>>> >>>>>> -- Mellanox OFED version: **4.3, 4.4**. >>>>>> +- Mellanox OFED version: **4.4, 4.5**. >>>>>> - firmware version: >>>>>> >>>>>> - ConnectX-4: **12.21.1000** and above. >>>>>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version 2019-05-14 8:43 ` Tom Barbette @ 2019-05-14 8:43 ` Tom Barbette 0 siblings, 0 replies; 15+ messages in thread From: Tom Barbette @ 2019-05-14 8:43 UTC (permalink / raw) To: Ali Alnubani Cc: dev, Erez Scop, Olga Shern, Yongseok Koh, Shahaf Shuler, john.mcnamara, marko.kovacevic Sorry to revamp the old thread, but I found the conditions to create the bug. It does affect 19.05 with OFED 4.5, but is fixed in 4.6. It happens when I build with CONFIG_RTE_IBVERBS_LINK_STATIC=y. I forgot I enabled that one specifically... System: Ubuntu 18.04.2 LTS / 4.15.1-ubuntu gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 Steps: Install OFED 4.5 (4.6 is fixed) Checkout DPDK 19.05 (19.02 confirmed too) Enable MLX5 in config/common_base Enable CONFIG_RTE_IBVERBS_LINK_STATIC=y in config/common_base ./usertools/dpdk-setup.sh 37 (compile x86_64-native-linux-gcc) ... Error in linking either the test library or your own application. Workaround: Update to OFED 4.6, or do not use STATIC linking We could have disabled STATIC if the OFED is 4.5, I guess it's too late now... Sorry about that timing... Tom On 2019-03-20 18:13, Tom Barbette wrote: > I completely removed with apt remove --purge all packages installed by > the OFED, deleted with rm -rf /usr/include/infiniband/ and then > installed the OFED with --dpdk --upstream-libs (--force) and nothing > else and I get the compilation error (with 19.02). > > Indeed /usr/include/infiniband/mlx5_api.h defines : > mlx5_ib_uapi_flow_action_packet_reformat_type > > Which is also in 19.02's mlx5_glue.h: > enum mlx5dv_flow_action_packet_reformat_type > > Is the MD5SUM of the (result of the install of the) last OFED that one? > 35cb5be56993977f1d9d912e263428c8 /usr/include/infiniband/mlx5_api.h > > If it is, then I would bet the problem is around the ifndef enclosing > the re-definition in mlx5_glue.hh : #ifndef HAVE_IBV_FLOW_DV_SUPPORT > > > Thanks, > > Tom > > > > On 2019-03-20 13:54, Ali Alnubani wrote: >> Hi Tom, >> >> I couldn't reproduce that. I'm on (master 239912fa7) and testing with: >> Ubuntu 18.04.2 LTS / 4.15.1-ubuntu >> gcc: Ubuntu 7.3.0-3ubuntu1 7.3.0 >> >> Can you make sure that OFED was installed successfully, and that it's >> not conflicting with rdma-core >> libraries already installed on your system (if there are)? >> Please try uninstalling OFED and rdma-core (if installed) and install >> OFED again with --force. >> >> Let me know if that works. >> >> Regards, >> Ali >> >>> -----Original Message----- >>> From: Tom Barbette <barbette@kth.se> >>> Sent: Tuesday, March 19, 2019 11:34 AM >>> To: Ali Alnubani <alialnu@mellanox.com> >>> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >>> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com>; Shahaf >>> Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >>> marko.kovacevic@intel.com >>> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED >>> version >>> >>> Hi Ali, >>> >>> Ubuntu 18.04 >>> Linux XXX 4.15.0-46-generic #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019 >>> x86_64 x86_64 x86_64 GNU/Linux >>> >>> MLNX_OFED_LINUX-4.5-1.0.1.0-ubuntu18.04-x86_64 >>> mft-4.11.0-103-x86_64-deb >>> >>> Device Type: ConnectX5 >>> Part Number: MCX556A-ECA_Ax >>> Description: ConnectX-5 VPI adapter card; EDR IB (100Gb/s) and >>> 100GbE; dual-port QSFP28; PCIe3.0 x16; tall bracket; ROHS R6 >>> PSID: MT_0000000008 >>> PCI Device Name: 0000:73:00.0 >>> Base MAC: XXXX >>> Versions: Current Available >>> FW 16.24.1000 N/A >>> PXE 3.5.0603 N/A >>> UEFI 14.17.0011 N/A >>> >>> >>> gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) >>> >>> Thanks, >>> Tom >>> >>> On 2019-03-17 16:27, Ali Alnubani wrote: >>>> Hi Tom, >>>> >>>> Can you please provide more information? (OS/kernel versions, gcc >>>> version and full ofed version) >>>> >>>> Thanks, >>>> Ali >>>> >>>>> -----Original Message----- >>>>> From: dev <dev-bounces@dpdk.org> On Behalf Of Tom Barbette >>>>> Sent: Thursday, March 14, 2019 1:20 PM >>>>> To: Shahaf Shuler <shahafs@mellanox.com>; john.mcnamara@intel.com; >>>>> marko.kovacevic@intel.com >>>>> Cc: dev@dpdk.org; Erez Scop <erezsc@mellanox.com>; Olga Shern >>>>> <olgas@mellanox.com>; Yongseok Koh <yskoh@mellanox.com> >>>>> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported >>>>> OFED version >>>>> >>>>> A bit of an old thread, but I just tried to update the OFED 4.5 as >>>>> this doc patch suggests and DPDK (19.02 or master) do not compile >>> anymore for mlx5? >>>>> >>>>> Was the doc updated too soon or should I do something special to >>>>> clean >>>>> 4.4 and update 4.5? >>>>> >>>>> I did install the OFED with --upsteam-libs and --dpdk (4.4 works >>>>> fine). >>>>> >>>>> Error sample: >>>>> In file included from /usr/include/infiniband/mlx5dv.h:48:0, >>>>> from >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>>> nested redefinition of ‘enum >>> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>>> enum mlx5dv_flow_action_packet_reformat_type { >>>>> packet_reformat_type = 0, }; >>>>> ^ >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.h:54:6: error: >>>>> redeclaration of ‘enum >>> mlx5_ib_uapi_flow_action_packet_reformat_type’ >>>>> In file included from /usr/include/infiniband/mlx5_api.h:36:0, >>>>> from /usr/include/infiniband/mlx5dv.h:48, >>>>> from >>>>> /home/tom/dpdk-skylake/drivers/net/mlx5/mlx5_glue.c:21: >>>>> >>>>> >>>>> On 2018-11-19 13:46, Shahaf Shuler wrote: >>>>>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> >>>>>> --- >>>>>> doc/guides/nics/mlx4.rst | 2 +- >>>>>> doc/guides/nics/mlx5.rst | 2 +- >>>>>> 2 files changed, 2 insertions(+), 2 deletions(-) >>>>>> >>>>>> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst >>>>>> index >>>>>> 4a57c7a6aa..5326d916e1 100644 >>>>>> --- a/doc/guides/nics/mlx4.rst >>>>>> +++ b/doc/guides/nics/mlx4.rst >>>>>> @@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel >>>>> (recommended) >>>>>> Mellanox OFED as a fallback >>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>>>> >>>>>> -- `Mellanox OFED`_ version: **4.3, 4.4**. >>>>>> +- `Mellanox OFED`_ version: **4.4, 4.5**. >>>>>> - firmware version: **2.42.5000** and above. >>>>>> >>>>>> .. _`Mellanox OFED`: >>>>>> >>>>> >>> http://www.mellanox.com/page/products_dyn?product_family=26&mtag=li >>>>> nux >>>>>> _sw_drivers diff --git a/doc/guides/nics/mlx5.rst >>>>>> b/doc/guides/nics/mlx5.rst index 3610e00862..b52f8af708 100644 >>>>>> --- a/doc/guides/nics/mlx5.rst >>>>>> +++ b/doc/guides/nics/mlx5.rst >>>>>> @@ -557,7 +557,7 @@ RMDA Core with Linux Kernel >>>>>> Mellanox OFED >>>>>> ^^^^^^^^^^^^^ >>>>>> >>>>>> -- Mellanox OFED version: **4.3, 4.4**. >>>>>> +- Mellanox OFED version: **4.4, 4.5**. >>>>>> - firmware version: >>>>>> >>>>>> - ConnectX-4: **12.21.1000** and above. >>>>>> ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes 2018-11-19 12:46 [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes Shahaf Shuler 2018-11-19 12:46 ` [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version Shahaf Shuler @ 2018-11-21 14:52 ` Ferruh Yigit 1 sibling, 0 replies; 15+ messages in thread From: Ferruh Yigit @ 2018-11-21 14:52 UTC (permalink / raw) To: Shahaf Shuler, john.mcnamara, marko.kovacevic; +Cc: dev, erezsc, olgas, yskoh On 11/19/2018 12:46 PM, Shahaf Shuler wrote: > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> Series applied to dpdk-next-net/master, thanks. ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2019-05-14 8:43 UTC | newest] Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-11-19 12:46 [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes Shahaf Shuler 2018-11-19 12:46 ` [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version Shahaf Shuler 2019-03-14 11:20 ` Tom Barbette 2019-03-14 11:20 ` Tom Barbette 2019-03-17 15:27 ` Ali Alnubani 2019-03-17 15:27 ` Ali Alnubani 2019-03-19 9:34 ` Tom Barbette 2019-03-19 9:34 ` Tom Barbette 2019-03-20 12:54 ` Ali Alnubani 2019-03-20 12:54 ` Ali Alnubani 2019-03-20 17:13 ` Tom Barbette 2019-03-20 17:13 ` Tom Barbette 2019-05-14 8:43 ` Tom Barbette 2019-05-14 8:43 ` Tom Barbette 2018-11-21 14:52 ` [dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes Ferruh Yigit
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).