From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24249A04DD; Thu, 19 Nov 2020 14:36:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3825A592C; Thu, 19 Nov 2020 14:36:57 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 3C25F4C96 for ; Thu, 19 Nov 2020 14:36:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605793013; 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=dFXefGU/EAs8zinSTOnQxnGTWRo29mOogVm5QTJAJKM=; b=ZzyE4wDa49liOGF7lKc4fAjKk4zzULhfaToL4JwTk1pSJLTb7Kme2B5/cOJG2KHl9lU72u XFUPpblT2nwbBZHyT8FNpnf6dgMu1+TYZnttB2Ln+0vsGK1vrtrShZV0BILQaS9D4t5Gsr qXv4WEyYL6rTO3fsoW0HiCtMK4sF6Lc= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-344-0_gjAxL9MAWEpyLpQI7UbQ-1; Thu, 19 Nov 2020 08:36:52 -0500 X-MC-Unique: 0_gjAxL9MAWEpyLpQI7UbQ-1 Received: by mail-vk1-f199.google.com with SMTP id t72so2591580vke.4 for ; Thu, 19 Nov 2020 05:36:51 -0800 (PST) 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=dFXefGU/EAs8zinSTOnQxnGTWRo29mOogVm5QTJAJKM=; b=UpMuommGn2cISwgtBmMPuEGUueS+wXtTs7y205sZJIbWCnAqKzQ/erJIEtuuW3S4me un1QKnx+FJdcfkTb+I+Zm0k59EMs5xXui0a4a9kpEmGW/Umq2gBEIHEzX7nJsTkgbuFb VDNaic2z9evxmEUJRBo9okSDIp0qoV8SniW0lWyXHSfynuOQJL+kgB6rPotgyVrLJE6d q/PRdKP6vheH6X3CmU1xxlg8E0xR1qQL5V1qbLKmPbm/rSn5Ia1uB7mo9P4lkZBAT2s5 P96PpsNCboNhkhb4KwCw2wpRJYY2FkfptIGU9NieqeTVkg07dgQocExzCen3ows1oqrs Pq/A== X-Gm-Message-State: AOAM532PqRW/NF+mtW0h+0oGm/6yY3DsXyp2db34BpvkoeX5Qgnd4Zrx bbXrffjgTMZncpeQnbh4xn7MqIBcF70A4Ekg3jX9PCQ7ArAHZjEKUwWsxKjpic8kHysoHyxN+yi Y6/+uzWwH7bSTq2m4nR0= X-Received: by 2002:a67:f613:: with SMTP id k19mr663348vso.17.1605793011564; Thu, 19 Nov 2020 05:36:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJzUaEMfjvd956pJgI3jFWzHnTEKGmTwgpjccG1dcXScg/z8+I9qyteArF2v7eKFTOXs63i49caj9sO3Q3cLopA= X-Received: by 2002:a67:f613:: with SMTP id k19mr663334vso.17.1605793011422; Thu, 19 Nov 2020 05:36:51 -0800 (PST) MIME-Version: 1.0 References: <20201119122336.5079-1-pbhagavatula@marvell.com> In-Reply-To: From: David Marchand Date: Thu, 19 Nov 2020 14:36:40 +0100 Message-ID: To: Pavan Nikhilesh Bhagavatula Cc: Jerin Jacob Kollanukkaran , 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] [EXT] Re: [PATCH 1/2] event/octeontx2: remove selftest from dev args X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" On Thu, Nov 19, 2020 at 2:31 PM Pavan Nikhilesh Bhagavatula wrote: > We can but generally selftest is run as a safety net before an > custom application runs but now since selftest uses dynamic > mbuf fields the custom application would be starved of that > field since there is no way to unregister it. Then please update the documentation accordingly. doc/guides/eventdevs/octeontx.rst: --vdev="event_octeontx,selftest=1" doc/guides/eventdevs/octeontx2.rst: -a 0002:0e:00.0,selftest=1 -- David Marchand