Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-11 Thread Shahaf Shuler
Hi Ferruh, Thursday, July 5, 2018 2:27 PM, Ferruh Yigit: > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems > > On 7/5/2018 11:09 AM, Mordechay Haimovsky wrote: > > Hi, > > Didn’t see it in our setups (not an excuse), Investigating > >

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-09 Thread Shahaf Shuler
Thursday, July 5, 2018 8:50 PM, Ferruh Yigit: > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems > > On 7/5/2018 6:07 PM, Mordechay Haimovsky wrote: > > Hello Ferruh, > > Here are my findings: > > > > 1. The error you've seen is

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-08 Thread Mordechay Haimovsky
uil ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems > > On 7/2/2018 12:11 PM, Moti Haimovsky wrote: > > This patch adds support for building and running mlx5 PMD on 32bit > > systems such as i686. > > > > The main issue to

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-05 Thread Ferruh Yigit
dk build, so: $ gcc -march=native -m32 -dM -E - > Moti H. > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mordechay >> Haimovsky >> Sent: Thursday, July 5, 2018 1:10 PM >> To: Ferruh Yigit ; Shahaf Shuler &g

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-05 Thread Mordechay Haimovsky
@dpdk.org] On Behalf Of Mordechay > Haimovsky > Sent: Thursday, July 5, 2018 1:10 PM > To: Ferruh Yigit ; Shahaf Shuler > > Cc: Adrien Mazarguil ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems > > Hi, > Didn’t see it in our set

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-05 Thread Ferruh Yigit
ahaf Shuler >> >> Cc: Adrien Mazarguil ; dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems >> >> On 7/2/2018 12:11 PM, Moti Haimovsky wrote: >>> This patch adds support for building and running mlx5 PMD on 32bit >>&g

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-05 Thread Mordechay Haimovsky
.org > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems > > On 7/2/2018 12:11 PM, Moti Haimovsky wrote: > > This patch adds support for building and running mlx5 PMD on 32bit > > systems such as i686. > > > > The main issue to tackle was hand

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-04 Thread Ferruh Yigit
On 7/2/2018 12:11 PM, Moti Haimovsky wrote: > This patch adds support for building and running mlx5 PMD on > 32bit systems such as i686. > > The main issue to tackle was handling the 32bit access to the UAR > as quoted from the mlx5 PRM: > QP and CQ DoorBells require 64-bit writes. For best perfor

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-03 Thread Shahaf Shuler
Tuesday, July 3, 2018 12:00 AM, Yongseok Koh: > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems > > > > On Jul 2, 2018, at 4:11 AM, Moti Haimovsky wrote: > > > > This patch adds support for building and running mlx5 PMD on 32bit > >

Re: [dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-02 Thread Yongseok Koh
> On Jul 2, 2018, at 4:11 AM, Moti Haimovsky wrote: > > This patch adds support for building and running mlx5 PMD on > 32bit systems such as i686. > > The main issue to tackle was handling the 32bit access to the UAR > as quoted from the mlx5 PRM: > QP and CQ DoorBells require 64-bit writes. F

[dpdk-dev] [PATCH v2] net/mlx5: add support for 32bit systems

2018-07-02 Thread Moti Haimovsky
This patch adds support for building and running mlx5 PMD on 32bit systems such as i686. The main issue to tackle was handling the 32bit access to the UAR as quoted from the mlx5 PRM: QP and CQ DoorBells require 64-bit writes. For best performance, it is recommended to execute the QP/CQ DoorBell a