From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 0/8] Support vector instructions on ICE Date: Mon, 1 Apr 2019 13:51:38 +0100 Message-ID: <1af99378-b51a-fe64-6bba-7b8dd5f67e07@intel.com> References: <1551340136-83843-1-git-send-email-wenzhuo.lu@intel.com> <1553581011-94181-1-git-send-email-wenzhuo.lu@intel.com> <079356fb-7de6-b091-3266-56e04b05b2e8@intel.com> <2061322.Qldrv329ue@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, cathal.ohare@intel.com, john.mcnamara@intel.com To: Thomas Monjalon , Wenzhuo Lu , Qi Zhang Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 95A712B99 for ; Mon, 1 Apr 2019 14:51:41 +0200 (CEST) In-Reply-To: <2061322.Qldrv329ue@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/31/2019 4:52 PM, Thomas Monjalon wrote: > 26/03/2019 10:50, Ferruh Yigit: >>> Wenzhuo Lu (8): >>> net/ice: fix Tx function setting >>> net/ice: add pointer for queue buffer release >>> net/ice: support vector SSE in RX >>> net/ice: support Rx scatter SSE vector >>> net/ice: support Tx SSE vector >>> net/ice: support Rx AVX2 vector >>> net/ice: support Rx scatter AVX2 vector >>> net/ice: support vector AVX2 in TX >> >> This version (v7) pulled from next-net-intel to next-net. > > I assume these patches have been tested, or at least compiled. > However, when running devtools/test-meson-builds.sh, there is a > compilation error for build-x86-default: > > In file included from ../drivers/net/ice/ice_ethdev.h:10: > rte_ethdev_pci.h:38:10: fatal error: 'rte_pci.h' file not found I tested this with meson but not able to catch the issue. Perhaps for my case dependencies were build fast enough to cause a problem. > > It can be fixed in > net/ice: support Rx AVX2 vector > by adding static_rte_pci and static_rte_bus_pci to the dependencies. > I fixed it even better in > net/ice: support vector SSE in Rx > by replacing the useless include of rte_ethdev_pci.h in ice_ethdev.h > with rte_ethdev_driver.h. Thanks. > > I could just reject the next-net tree, but I don't really have such option > if we want to close 19.05-rc1 quickly. > > In summary, I am spending my Sunday hours to fix the mess in your driver > which was supposed to be tested before submitting, plus before merge in > next-net-intel, plus compilation-tested before pull in next-net. > I don't know what failed in the process, but I really don't like it. > I don't want to see any new patch for ice PMD in 19.05 cycle. > If you really need some fixes in 19.05 (very likely given the mass > code drop you are doing few days before the -rc1 deadline), > then I advise you to double check everything and make commits fully > justified and explained. > > Sorry for the bad mood, and I hope it won't happen again soon. > >