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 D98A243090; Thu, 17 Aug 2023 15:59:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FBBB40ED9; Thu, 17 Aug 2023 15:59:47 +0200 (CEST) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 73BA040685 for ; Thu, 17 Aug 2023 15:59:45 +0200 (CEST) Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-68879c4cadeso1786249b3a.2 for ; Thu, 17 Aug 2023 06:59:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1692280784; x=1692885584; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=pO4rO7N9fFSzIQFulN8LUHV8INEg2XG5MHz5Sh3HH44=; b=aTtPs9XdfeDn8+SfQJxF63JBLSIcx5KowCJfB0MIOvWsEJSX57YVDhWay/k4+Yh3c1 8K4NkDy2fRN3+LiydeOugKiF08nNPR5DD8fKs/jLqbQN0qrRnDMdHWHhHUnxMWeXxz2r AcjaCT1B+uR1vNLkiGy91StlNMbwD2OMWdHdzFUcb3Muad3tW/vTdEPyhoK7PUizJcf9 9iKQyA2cJ/aKb9knrKerfIJGvgPB4T+v2hwz0OMfaMRKZEUwfgjR0fGi/Wp947o4LClE zcg63pATUCZ44DnPRQNM7iF8xtSu+5v3DBsMTn0pLGksQKArUey/IkECqX01Q3ritr0G oofQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692280784; x=1692885584; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pO4rO7N9fFSzIQFulN8LUHV8INEg2XG5MHz5Sh3HH44=; b=UFQ+dkd4WuyKdvbu4wRrKUYTsuLW7dU7Bu9YmYjNC3UnD45nmrizu8Y8gWWYnhUM7P GQ6qx10KzT2AwvesquSOALQUp3qvlFFv4MOdHZKpYCfengoBYOQaRTiwWS6zP31Sbl6d MmiUOSwPQTxO5ozRxLVjEPIgx+M91eRHNAP9+6NISqLfVNjPqm8C32ioQ5HCXGDzt0Q4 0FpidxRoeJ8c0K+O/PgfQBebBcQ4LlBLxUi4qzVNV7kYK9IiGd7LLeAH9yEW+V93MhO9 r0LV4FF/8XumGIUnLZ20qUI65ezwdA+O7CsWYMcBXuIqThRs6WLT+35fuOKkTF5e4Ejv zDFQ== X-Gm-Message-State: AOJu0YwRvz7fjvgQHDk9Y3BG34CaWl44ieUISN9yCrNfnciBOb1VZptO uU6LGMtB8tSTprGg25xX7EyZwQ== X-Google-Smtp-Source: AGHT+IHvbmkvLyDrt/GVs1SNvFmaWIscUqPHp1F5viqurHvLYgdADxxRBxnRNxrzTuVGAB2ssUIpDA== X-Received: by 2002:a05:6a00:13a3:b0:682:759c:644d with SMTP id t35-20020a056a0013a300b00682759c644dmr6055792pfg.27.1692280784331; Thu, 17 Aug 2023 06:59:44 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id n25-20020aa79059000000b00682a908949bsm12971794pfo.92.2023.08.17.06.59.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Aug 2023 06:59:44 -0700 (PDT) Date: Thu, 17 Aug 2023 06:59:42 -0700 From: Stephen Hemminger To: okaya@kernel.org Cc: dev@dpdk.org Subject: Re: [PATCH v5 09/10] eal: declare the reinit via cleanup/init feature unsupported Message-ID: <20230817065942.574aa466@hermes.local> In-Reply-To: <20230817042820.137957-10-okaya@kernel.org> References: <20230817042820.137957-1-okaya@kernel.org> <20230817042820.137957-10-okaya@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Thu, 17 Aug 2023 00:28:20 -0400 okaya@kernel.org wrote: > + * @warning > + * It maybe possisble to call it again after rte_eal_cleanup(). > + * But this usage is dependent on libraries and drivers support which > + * may not work. Use at y Sorry, my spelling error made it in here...