From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/8] Support vector instructions on ICE Date: Tue, 02 Apr 2019 09:12:06 +0200 Message-ID: <6789038.CEtV5r9RId@xps> References: <1551340136-83843-1-git-send-email-wenzhuo.lu@intel.com> <2282021.H7KxSoY9xU@xps> <6A0DE07E22DDAD4C9103DF62FEBC0909407F954A@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Yigit, Ferruh" , "Zhang, Qi Z" , "dev@dpdk.org" , "O'Hare, Cathal" , "Mcnamara, John" , bruce.richardson@intel.com, qian.q.xu@intel.com To: "Lu, Wenzhuo" Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 12A174C94 for ; Tue, 2 Apr 2019 09:12:10 +0200 (CEST) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909407F954A@shsmsx102.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/04/2019 03:01, Lu, Wenzhuo: > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > 01/04/2019 17:12, Ferruh Yigit: > > > On 4/1/2019 2:27 PM, Thomas Monjalon wrote: > > > > 01/04/2019 14:51, Ferruh Yigit: > > > >> 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. > > > > > > > > No, it's not a matter of speed. > > > > > > No it is not, > > > > > > > Are you running devtools/test-meson-builds.sh ? > > > > > > No, I am using with another script but not building 'default' > > > architecture with meson where problem happens, that is why not able to > > > catch this. Will try to catch next time.. > > > > Ferruh, why not using the scripts we are building in devtools? > I have a suggestion. Why not integrating all the compile check here, like http://mails.dpdk.org/archives/test-report/2019-March/077966.html. If it fails, the patch state should be changed to "compile error". It will not be accepted. It can help everyone, especially the committer. > We cannot assume everyone knows everything. To me, have to say not familiar with meson build. Yes it would help to have meson tested in CI.