From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by dpdk.org (Postfix) with ESMTP id E84F26947 for ; Tue, 21 Jun 2016 08:44:49 +0200 (CEST) Received: by mail-lf0-f53.google.com with SMTP id f6so8410708lfg.0 for ; Mon, 20 Jun 2016 23:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=0mswfiSZoR0D2Q3AVh8KUH9do6hGjD/gamS6iKmpE0w=; b=Mx4xvq4LO47uZQsR8UeHo1Q5ZdFvz/6LH4QPoQxF3abVtHk6bymFg64rYtT+Zpocv6 3Q4vlploxJv4330hgGPqCG6Dt8+scGty6Uq9qF5cT5N+3EhufiVPqzbTPZPAaVeHhoqq X5NXtnqxRhio9RNJoAvUO0arT2c2+jVR0PuQRzRL69EMwK+GhDx5lCFDPBs7IU3l3jjH zgi/G5EF0TbyLtKD/9pUu+tcvhvkj+Jg8gXM366/+/8ZjgezxugmLhwXBj9I0RjdBwhy lu4XWxClwktYMNEJM1fFXpJ/KHfrgFiwzo1ihbaWu9fdfOQU4IE53zpjhIXcXqa1fFF1 PzqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=0mswfiSZoR0D2Q3AVh8KUH9do6hGjD/gamS6iKmpE0w=; b=VqX/T4Te4Zu48Qqf5jpaWXBrWjFkWAwP69uBCAuBHlxCQxcgzV63XNvJo0eCtpIhbF ydeu5xWYdTpciNcMNhMDheafjs4B7PBSp8YteOuTkVEC4kw/4zSv+yqCS2FJ3tigPutj pW4AoplvC1uL1hL0+c5spbbmjWxxX5cq5veKPf2uxavmftqwnBQP+QUn24qhVfOcwfhY kq8oaAE+WeYqyxQMyVHuQBuLjW+qNLWlNOzIIWyAwBY5NQSwwS3e7MBfd+Pk8QNmuO9o zsTPKAbMKA+jD9VCWmiWgrhjSF2WfBhUnYNWDvxkYH7oyzctCUpFC0Q3uqyySoRHCm82 Y/EA== X-Gm-Message-State: ALyK8tLFN7iCEQMj2lWVA62EJFWZG/6aL6hhoWuIWFoPCFMqbx8tqFu1sMgGNRaN6wmiNcws X-Received: by 10.25.154.72 with SMTP id c69mr2569375lfe.72.1466491489555; Mon, 20 Jun 2016 23:44:49 -0700 (PDT) Received: from autoinstall.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id 16sm2784062lja.31.2016.06.20.23.44.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Jun 2016 23:44:48 -0700 (PDT) Date: Tue, 21 Jun 2016 08:44:46 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Ferruh Yigit Cc: dev@dpdk.org Message-ID: <20160621064446.GK14221@autoinstall.dev.6wind.com> References: <1465379291-25310-1-git-send-email-nelio.laranjeiro@6wind.com> <1466439037-14095-1-git-send-email-nelio.laranjeiro@6wind.com> <5768217D.8040506@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5768217D.8040506@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 00/25] Refactor mlx5 to improve performance X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 06:44:50 -0000 Hi Ferruh, On Mon, Jun 20, 2016 at 06:01:49PM +0100, Ferruh Yigit wrote: > Hi Nelio, > > On 6/20/2016 5:10 PM, Nelio Laranjeiro wrote: > > Enhance mlx5 with a data path that bypasses Verbs. > > > > The first half of this patchset removes support for functionality completely > > rewritten in the second half (scatter/gather, inline send), while the data > > path is refactored without Verbs. > > > > The PMD remains usable during the transition. > > > > This patchset must be applied after "Miscellaneous fixes for mlx4 and mlx5". > > > > Changes in v2: > > - Rebased patchset on top of dpdk/master. > > This is driver patch, and should be rebased on top of > dpdk-next-net/rel_16_07. I just applied it on this branch, in fact some on the patch fails to apply. > I tried to apply to a few branches but all failed, am I missing something? No I missed something, I did not notice it should be rebased on top of rel_16_07. > The error log for applying to dpdk-next-net/rel_16_07: > > Applying patch #14086 using 'git am' > Description: [dpdk-dev,v2,01/25] drivers: fix PCI class id support > Applying: drivers: fix PCI class id support > > Applying patch #14087 using 'git am' > Description: [dpdk-dev,v2,02/25] mlx5: split memory registration function > Applying: mlx5: split memory registration function > > Applying patch #14088 using 'git am' > Description: [dpdk-dev,v2,03/25] mlx5: remove Tx gather support > Applying: mlx5: remove Tx gather support > > Applying patch #14089 using 'git am' > Description: [dpdk-dev,v2,04/25] mlx5: remove Rx scatter support > Applying: mlx5: remove Rx scatter support > error: patch failed: drivers/net/mlx5/mlx5_rxtx.c:502 > error: drivers/net/mlx5/mlx5_rxtx.c: patch does not apply > Patch failed at 0001 mlx5: remove Rx scatter support > The copy of the patch that failed is found in: > /tmp/dpdk-b/.git/rebase-apply/patch I prepare a v3 on top on this branch. -- Nélio Laranjeiro 6WIND