From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7BDA2A034F; Mon, 30 Aug 2021 16:46:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0777241135; Mon, 30 Aug 2021 16:46:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 65B8A410FF for ; Mon, 30 Aug 2021 16:46:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630334787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AEmMVTsYZR+C9HEVuYHYszxOBWNR+HsJQ0vE671FhsQ=; b=hTwStA26CDQ8d1ZfNiOj+V8SAkCjw740mnRmB4uT9YC5A9+AyfKoDhfc4qmtEHAx3cp5xt p3ZcgxxPb8ei94TLHlp4tWR5H2c9wN+RgNegj//NILAGTY45M9SD1Vpq1bDaBKlsXkR5Ca y6qDjOqgnPhLeutg5TMt7J1DGdU02W4= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-202-9BBEMm1zP0GrW8vTNvmWLw-1; Mon, 30 Aug 2021 10:46:25 -0400 X-MC-Unique: 9BBEMm1zP0GrW8vTNvmWLw-1 Received: by mail-lj1-f200.google.com with SMTP id w22-20020a2e9596000000b001ba46d9e54cso5388972ljh.3 for ; Mon, 30 Aug 2021 07:46:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AEmMVTsYZR+C9HEVuYHYszxOBWNR+HsJQ0vE671FhsQ=; b=n3fXLtV03OHbw7PDIstU3FPeE1XekAeBxlY1sNejnga6GY0gytwtsmiVvvAtGy/rj7 6EamslmPs3OlWedIgl8y+f/5Ms4BM6z+XlHBT9LGLbeXmwzzrkfFAENiCxdi/ngwgdMI reKBE3UEDbR7naey4QRyKoPJDhritsnftKkJ2KLAH5L3ARV5KzkhU0tSIEtqqdS3+rXU 4yxu8fX0BLs6VPY9ar382/rOcJ8FBzghAdw/QSia9pVdnTFazL7wVtKgUtlPnQg8dz07 guj8hkxQBDJLK1yxA0QGiI2NVjneIN2cnV7gmQsrnuigJCeWQ2CU/IunMvAjJBPvZBzw t0Aw== X-Gm-Message-State: AOAM530ReR8N/YTC9J+k11A7/+wqq/hakBYIpvlHrLf8h8J/tUDjmnCe IQNZ4pRE8M0OPle2IMrS5eW+beIcXzN6lCv+aWAHSrH4Z+whv47Ry/BSP/8nh4fF2WlPwwzvMVI 4O3y776GD3vdsjDzbOcI= X-Received: by 2002:a2e:a4a9:: with SMTP id g9mr20854713ljm.162.1630334784118; Mon, 30 Aug 2021 07:46:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy2ETSlGDmgZbDiheIcXcNXnb7TBE5wXm+57/lMbjeptZA5gxLJ5qlmS/dxvrRoS2qfORfdsmpiGgUh/JEEbFA= X-Received: by 2002:a2e:a4a9:: with SMTP id g9mr20854699ljm.162.1630334783933; Mon, 30 Aug 2021 07:46:23 -0700 (PDT) MIME-Version: 1.0 References: <20210823194020.1229-1-pbhagavatula@marvell.com> <20210823194020.1229-6-pbhagavatula@marvell.com> In-Reply-To: <20210823194020.1229-6-pbhagavatula@marvell.com> From: David Marchand Date: Mon, 30 Aug 2021 16:46:12 +0200 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob Kollanukkaran , Abhinandan Gujjar , Jay Jayatheerthan , "Ananyev, Konstantin" , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [RFC 06/15] eventdev: use new API for inline functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Pavan, On Mon, Aug 23, 2021 at 9:41 PM wrote: > > From: Pavan Nikhilesh > > Use new driver interface for the fastpath enqueue/dequeue inline > functions. > > Signed-off-by: Pavan Nikhilesh > --- > lib/eventdev/rte_event_crypto_adapter.h | 13 +----- > lib/eventdev/rte_event_eth_tx_adapter.h | 22 ++------- > lib/eventdev/rte_eventdev.h | 61 +++++++------------------ > 3 files changed, 22 insertions(+), 74 deletions(-) I sent this series in a branch of mine, and ran it per commit in GHA. It caught a UT failure on this patch: https://github.com/david-marchand/dpdk/runs/3408921022?check_suite_focus=true --- stdout --- RTE>>event_eth_tx_adapter_autotest + ------------------------------------------------------- + + Test Suite : tx event eth adapter test suite Port 0 MAC: 00 00 00 00 00 00 Port 1 MAC: 00 00 00 00 00 00 Failed to find a valid event device, testing with event_sw0 device + ------------------------------------------------------- + + TestCase [ 0] : tx_adapter_create_free succeeded + TestCase [ 1] : tx_adapter_queue_add_del succeeded + TestCase [ 2] : tx_adapter_start_stop succeeded + TestCase [ 3] : tx_adapter_service failed + TestCase [ 4] : tx_adapter_dynamic_device failed + ------------------------------------------------------- + + Test Suite Summary : tx event eth adapter test suite + ------------------------------------------------------- + + Tests Total : 5 + Tests Skipped : 0 + Tests Executed : 5 + Tests Unsupported: 0 + Tests Passed : 3 + Tests Failed : 2 + ------------------------------------------------------- + Test Failed Can you double check? Thanks. -- David Marchand