From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-3.sys.kth.se (smtp-3.sys.kth.se [130.237.48.192]) by dpdk.org (Postfix) with ESMTP id 8390111A4 for ; Tue, 19 Mar 2019 10:34:16 +0100 (CET) Received: from smtp-3.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-3.sys.kth.se (Postfix) with ESMTP id 3315A9834; Tue, 19 Mar 2019 10:34:16 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-3.sys.kth.se ([127.0.0.1]) by smtp-3.sys.kth.se (smtp-3.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6_LYxtEdT1dG; Tue, 19 Mar 2019 10:34:15 +0100 (CET) X-KTH-Auth: barbette [130.237.20.142] DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1552988055; bh=Wipxq68s36I+swPz7DYdSzpY9ma0lIlfzBxFBcvE57E=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=OKw/rqRFZejS05sVlLvSMDstUcLVCgCaK20CBMQK1oLKiCnuJn2U+sbx1/qTynaxr WVZzfZcRa4VUt4K5tlW0K/eojcwRtDTbzb2bpWAz6CYkTI/XWsOoZ4R2i+w4XlFmCV GohskCTyLM9pA1JyrGfEy7dYiublsLoM8Wyu6Uyg= X-KTH-mail-from: barbette@kth.se Received: from [130.237.20.142] (s2587.it.kth.se [130.237.20.142]) by smtp-3.sys.kth.se (Postfix) with ESMTPSA id 5BDD7582C; Tue, 19 Mar 2019 10:34:13 +0100 (CET) To: Ali Alnubani Cc: "dev@dpdk.org" , Erez Scop , Olga Shern , Yongseok Koh , Shahaf Shuler , "john.mcnamara@intel.com" , "marko.kovacevic@intel.com" References: <20181119124645.11705-1-shahafs@mellanox.com> <20181119124645.11705-2-shahafs@mellanox.com> <19660f3d-6735-1689-4de6-a4f4fd173f52@kth.se> From: Tom Barbette Message-ID: Date: Tue, 19 Mar 2019 10:34:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2019 09:34:16 -0000 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 On Behalf Of Tom Barbette >> Sent: Thursday, March 14, 2019 1:20 PM >> To: Shahaf Shuler ; john.mcnamara@intel.com; >> marko.kovacevic@intel.com >> Cc: dev@dpdk.org; Erez Scop ; Olga Shern >> ; Yongseok Koh >> 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 >>> --- >>> 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. >>> From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 10539A00E6 for ; Tue, 19 Mar 2019 10:34:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 093DB1DBD; Tue, 19 Mar 2019 10:34:17 +0100 (CET) Received: from smtp-3.sys.kth.se (smtp-3.sys.kth.se [130.237.48.192]) by dpdk.org (Postfix) with ESMTP id 8390111A4 for ; Tue, 19 Mar 2019 10:34:16 +0100 (CET) Received: from smtp-3.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-3.sys.kth.se (Postfix) with ESMTP id 3315A9834; Tue, 19 Mar 2019 10:34:16 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-3.sys.kth.se ([127.0.0.1]) by smtp-3.sys.kth.se (smtp-3.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6_LYxtEdT1dG; Tue, 19 Mar 2019 10:34:15 +0100 (CET) X-KTH-Auth: barbette [130.237.20.142] DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1552988055; bh=Wipxq68s36I+swPz7DYdSzpY9ma0lIlfzBxFBcvE57E=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=OKw/rqRFZejS05sVlLvSMDstUcLVCgCaK20CBMQK1oLKiCnuJn2U+sbx1/qTynaxr WVZzfZcRa4VUt4K5tlW0K/eojcwRtDTbzb2bpWAz6CYkTI/XWsOoZ4R2i+w4XlFmCV GohskCTyLM9pA1JyrGfEy7dYiublsLoM8Wyu6Uyg= X-KTH-mail-from: barbette@kth.se Received: from [130.237.20.142] (s2587.it.kth.se [130.237.20.142]) by smtp-3.sys.kth.se (Postfix) with ESMTPSA id 5BDD7582C; Tue, 19 Mar 2019 10:34:13 +0100 (CET) To: Ali Alnubani Cc: "dev@dpdk.org" , Erez Scop , Olga Shern , Yongseok Koh , Shahaf Shuler , "john.mcnamara@intel.com" , "marko.kovacevic@intel.com" References: <20181119124645.11705-1-shahafs@mellanox.com> <20181119124645.11705-2-shahafs@mellanox.com> <19660f3d-6735-1689-4de6-a4f4fd173f52@kth.se> From: Tom Barbette Message-ID: Date: Tue, 19 Mar 2019 10:34:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update Mellanox supported OFED version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190319093413.mR4bcgF0hA3CYNhur2_-HM87GhIpmgLygdm2zRHpF3A@z> 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 On Behalf Of Tom Barbette >> Sent: Thursday, March 14, 2019 1:20 PM >> To: Shahaf Shuler ; john.mcnamara@intel.com; >> marko.kovacevic@intel.com >> Cc: dev@dpdk.org; Erez Scop ; Olga Shern >> ; Yongseok Koh >> 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 >>> --- >>> 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. >>>