From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 664631B5E2
 for <dev@dpdk.org>; Wed,  4 Oct 2017 00:27:32 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 03 Oct 2017 15:27:31 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.42,475,1500966000"; d="scan'208";a="906395309"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.245])
 ([10.241.224.245])
 by FMSMGA003.fm.intel.com with ESMTP; 03 Oct 2017 15:27:29 -0700
To: Matan Azrad <matan@mellanox.com>,
 Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: dev@dpdk.org, Moti Haimovsky <motih@mellanox.com>
References: <1503590050-196143-1-git-send-email-motih@mellanox.com>
 <1507027711-879-1-git-send-email-matan@mellanox.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <6a0b76ca-ec0a-a76f-c233-6eb1633e7ba7@intel.com>
Date: Tue, 3 Oct 2017 23:27:28 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.3.0
MIME-Version: 1.0
In-Reply-To: <1507027711-879-1-git-send-email-matan@mellanox.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v2 0/6] new mlx4 datapath bypassing ibverbs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Oct 2017 22:27:32 -0000

On 10/3/2017 11:48 AM, Matan Azrad wrote:
> v2:
> Rearange patches.
> Semantics.
> Enhancements.
> Fix compilation issues. 
> 
> Moti Haimovsky (6):
>   net/mlx4: add simple Tx bypassing ibverbs
>   net/mlx4: get back Rx flow functionality
>   net/mlx4: support multi-segments Tx
>   net/mlx4: get back Tx checksum offloads
>   net/mlx4: get back Rx checksum offloads
>   net/mlx4: add loopback Tx from VF

While sending new version, can you please rebase on latest next-net?
Although it is easy to resolve this cause a merge conflict.