From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 20 Jun 2016 10:01:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,499,1459839600"; d="scan'208";a="125432015" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.97]) ([10.237.220.97]) by fmsmga004.fm.intel.com with ESMTP; 20 Jun 2016 10:01:50 -0700 To: Nelio Laranjeiro , dev@dpdk.org References: <1465379291-25310-1-git-send-email-nelio.laranjeiro@6wind.com> <1466439037-14095-1-git-send-email-nelio.laranjeiro@6wind.com> From: Ferruh Yigit Message-ID: <5768217D.8040506@intel.com> Date: Mon, 20 Jun 2016 18:01:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1466439037-14095-1-git-send-email-nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Mon, 20 Jun 2016 17:01:52 -0000 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 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. > >