[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Pavel Odintsov
nager, Acceleration libraries team (Accelio, DPDK, VMA) > Mellanox Technologies, Raanana Israel > > > > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Keunhong Lee > Sent: Monday, July 06, 2015 8:56 PM > To: Thomas Monjalon > Cc: dev at d

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Olga Shern
Message- From: Pavel Odintsov [mailto:pavel.odint...@gmail.com] Sent: Tuesday, July 07, 2015 10:02 AM To: Olga Shern Cc: Keunhong Lee; Thomas Monjalon; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices Hello! Sorry for off topic. But this

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Olga Shern
uio-based PMD for Mellanox ConnectX-3 devices We found that optimizing fragmentation configuration of mlx4 driver performs as fast as native PMD. I think we have to re-consider using native driver rather than ib driver. Keunhong. 2015-07-07 1:14 GMT+09:00 Thomas Monjalon : > 2015-07-07 00

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Keunhong Lee
We found that optimizing fragmentation configuration of mlx4 driver performs as fast as native PMD. I think we have to re-consider using native driver rather than ib driver. Keunhong. 2015-07-07 1:14 GMT+09:00 Thomas Monjalon : > 2015-07-07 00:57, Keunhong Lee: > > Answer 1. UIO based driver is

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-07 Thread Keunhong Lee
Answer 1. UIO based driver is faster then ib based driver. It can saturate 40G link with MTU sized packets using a single thread while ib wrapper cannot. Answer 2. Sorry, I missed that. I'll make a new patch email with my real name. Question 1. Is it OK if I separate GPL-based and BSD-based code

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-06 Thread leeopop
This is a native UIO-based PMD for Mellanox ConnectX-3 devices. It uses a persistent memory library in order to provide a persistent scartch area for the mlx4 HCA driver. We release the driver itself under BSD license, but to use it for commercial products, you may have to re-implement the separat

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-06 Thread Thomas Monjalon
2015-07-07 00:57, Keunhong Lee: > Answer 1. UIO based driver is faster then ib based driver. > It can saturate 40G link with MTU sized packets using a single thread while > ib wrapper cannot. OK, interesting. Do you have numbers and details about your testbed/scenario? > Answer 2. Sorry, I missed

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-06 Thread Thomas Monjalon
2015-07-06 22:28, leeopop: > This is a native UIO-based PMD for Mellanox ConnectX-3 devices. > It uses a persistent memory library in order to provide a persistent > scartch area for the mlx4 HCA driver. What is the benefit of this UIO approach compared to the OFED based driver? > We release the