From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/25] Refactor mlx5 to improve performance Date: Mon, 20 Jun 2016 18:01:49 +0100 Message-ID: <5768217D.8040506@intel.com> References: <1465379291-25310-1-git-send-email-nelio.laranjeiro@6wind.com> <1466439037-14095-1-git-send-email-nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0BC21AD90 for ; Mon, 20 Jun 2016 19:01:51 +0200 (CEST) In-Reply-To: <1466439037-14095-1-git-send-email-nelio.laranjeiro@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Nelio, On 6/20/2016 5:10 PM, Nelio Laranjeiro wrote: > Enhance mlx5 with a data path that bypasses Verbs. >=20 > The first half of this patchset removes support for functionality compl= etely > rewritten in the second half (scatter/gather, inline send), while the d= ata > path is refactored without Verbs. >=20 > The PMD remains usable during the transition. >=20 > This patchset must be applied after "Miscellaneous fixes for mlx4 and m= lx5". >=20 > 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 tried to apply to a few branches but all failed, am I missing something= ? 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 > - Fixed CQE size on Power8. > - Fixed mbuf assertion failure in debug mode. > - Fixed missing class_id field in rte_pci_id by using RTE_PCI_DEVICE. >=20 >=20