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 2DEE5A04B6; Mon, 12 Oct 2020 19:39:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF5541D97B; Mon, 12 Oct 2020 19:39:17 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id DF24C1D956 for ; Mon, 12 Oct 2020 19:39:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602524354; 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=MJGL9T0gScqQjySKudkqLh9SE5LRVNi1rEROOWXXQvc=; b=LBF6DqzJvUHpYo9hdbbsPYmYtcNUkhrbS2JUK4/PIVQ4hjFu2l6HpBbW7PExSK6C2EmvvT dG2lnaSCgSP0tqJC3696YFjwn1Q83cMz7DYFktikZL0Ghdnzz2DRQbVuYybo3J30EPSaWt AwU1BNpjZ+p8JrpJhJig9Pbicr6QmJ4= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-495-09B4Cm5APPWRjH45C7LqBA-1; Mon, 12 Oct 2020 13:39:12 -0400 X-MC-Unique: 09B4Cm5APPWRjH45C7LqBA-1 Received: by mail-vs1-f71.google.com with SMTP id k18so4355560vsm.4 for ; Mon, 12 Oct 2020 10:39:12 -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=MJGL9T0gScqQjySKudkqLh9SE5LRVNi1rEROOWXXQvc=; b=Vc/XKX3XIx7iHVn6EEseR0u2p606yoowRZaO8lH7VRdtkurKcaX9dl4rBZ3lw4PFES 4f2R1kz6k+QchG2ijemoNEiwDFMZTc08q8TSc9ioITcoI4YPApiPYTTbs4P4GEqdyodo DaGArJbADqpdfa6MnYh5lfZ4QKYV9RnLXOPt/QX6ebpt+0DraOBC2xk7n7e1kGl+0I38 VLp/dMeIPL5ZzPxutB9PZ4Z+weT1bQ46x870VrTlBF1hK8jyHmJ4R6cnL5eBk0hNd7/2 rLSpiLbZ2OhZID0aYNtUyGCxTX8VM0WbsnOYhYXGXFeTMAq193S8yE+Zm/7e/MRlSyc4 Vp4w== X-Gm-Message-State: AOAM530ry7vTF2tYLkHLFnxJCQmjApMqEbb+wTHDe6goYl9Cf+FdIPJ4 CESwlkpYcGh2Q3g3NTGUL4NMJO0ZExa1YXYxKbR/hp7pRxUVkj0k02BttPPUEBPXYcGA3vPGAgg oi7gLGdWrqMXfW8UJgsc= X-Received: by 2002:ab0:5926:: with SMTP id n35mr13226088uad.126.1602524352324; Mon, 12 Oct 2020 10:39:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzq4ldhGkJuOLyiib9IeROAFvzSRpvTzuHAdUm3rCwII+Cwrw1I6L10i/bFPtY7wLZ7jcFiox4P4li0FmfEWlM= X-Received: by 2002:ab0:5926:: with SMTP id n35mr13226073uad.126.1602524351906; Mon, 12 Oct 2020 10:39:11 -0700 (PDT) MIME-Version: 1.0 References: <20200624093627.2603992-1-thomas@monjalon.net> <20200928000049.3245920-1-thomas@monjalon.net> In-Reply-To: <20200928000049.3245920-1-thomas@monjalon.net> From: David Marchand Date: Mon, 12 Oct 2020 19:39:00 +0200 Message-ID: To: techboard@dpdk.org, dev Cc: Thomas Monjalon 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] [PATCH v2] eal: simplify exit functions 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 Mon, Sep 28, 2020 at 2:01 AM Thomas Monjalon wrote: > The option RTE_EAL_ALWAYS_PANIC_ON_ERROR was off by default, > and not customizable with meson. It is completely removed. > > The function rte_dump_registers is a trace of the bare metal support > era, and was not supported in userland. It is completely removed. > > Signed-off-by: Thomas Monjalon TB acks: Acked-by: Bruce Richardson Acked-by: Konstantin Ananyev Acked-by: Kevin Traynor "Normal" acks: Acked-by: Ray Kinsella Acked-by: David Marchand > --- > The deprecation notice for this removal has been missed. > I assume it would not hurt anybody to remove this useless function > from DPDK 20.11. Asking the Technical Board for confirmation. > --- We have 3 acks from the TB. I think this is enough, as we had neither comment nor objection against this series. Any last objection? -- David Marchand