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 09D8B42DC6; Tue, 4 Jul 2023 00:31:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC28E410DC; Tue, 4 Jul 2023 00:31:11 +0200 (CEST) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mails.dpdk.org (Postfix) with ESMTP id 7D0BF40E03 for ; Tue, 4 Jul 2023 00:31:10 +0200 (CEST) Received: by mail-pf1-f173.google.com with SMTP id d2e1a72fcca58-66f3fc56ef4so2995005b3a.0 for ; Mon, 03 Jul 2023 15:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1688423470; x=1691015470; 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=G8WXca41INzlTBxAP9b8e1ISbop736lELxEHU7wk6Bw=; b=tJ1p1yXyzqshQTEmtHmOvNDlE4hZGsSX7qtbKPYcFaQ15rWsrFL1SRAinvrr0KDZnC E/Dodko0NSPGVEy8Xo1MBmeebkCdR9s9z4QRGO9ns2Ak5RQwxXU6ZDIDgu4lGJB06Y8P /CFYbSdQI5QmVQjh4tF/LmfWGqYPJZduX07JwlZv0cmRg3Ki1Llg8Ha7J4AKXfWu1HhB pIW8FCU+s637IRoARUsnVbNW4WqJpAnmgoKSRBFADifXPGPFc7A7hcTJ35SLCGkSXiGx yyopiKdbmEGr4EODVzcET7saFZ7bDTlFiWXI6f5uHfY9QHOoaab48koPtawEXlOfJKcr NpnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688423470; x=1691015470; 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=G8WXca41INzlTBxAP9b8e1ISbop736lELxEHU7wk6Bw=; b=PG4To07uXRBkfp2y1HV5ua0CLTC8fxLFS/4urV3CbIMdVAFTYpsbHwjzQQ6JvW+aMU hq/ucvQwKOp7UIcSNmCQIhgt8CtsSeJfCZUsl3VLID68uLLgUCVzSVz7pccsYnN4JKGa mKHPYJdOsR2QnhLS0TDW7vEjNpDa/6U4nn3Jwtu4FVart+yvbbSuOlInRM23dliUN/TL YrzW7DRS3tcl//1MPb1TxxgbJcl+ru3WXX9As2ZTy30/IJN4HRteunKMNpyBSmnsInsq 9jM/YIHBHUozDNflKdyhdSQjACcvrZk+ewaZ6ESjXejIHaS4GGgU0viP59JSfdxdEWHd 4/tg== X-Gm-Message-State: AC+VfDyL27Ex6t4hAZs/PL9wSNr5pojEvctf0bPfdtmHkOiJowmSFtcU 3YgjR2sNAzMfUho9fZNswrlLBg== X-Google-Smtp-Source: ACHHUZ7Hko09zWUql22dw3C6CW2Wqnk8xq9czd3+GNriQGlps/CzE57ShhsMuWpx/0Roxeg4spZzzg== X-Received: by 2002:a05:6a20:4409:b0:127:76ab:a6ff with SMTP id ce9-20020a056a20440900b0012776aba6ffmr27433883pzb.22.1688423469723; Mon, 03 Jul 2023 15:31:09 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id t19-20020a63dd13000000b0050f85ef50d1sm15239625pgg.26.2023.07.03.15.31.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jul 2023 15:31:09 -0700 (PDT) Date: Mon, 3 Jul 2023 15:31:07 -0700 From: Stephen Hemminger To: Usman Tanveer Cc: Thomas Monjalon , dev@dpdk.org, Huisong Li , Chengwen Feng , Bruce Richardson , Gargi Sau , Qiming Yang , andrew.rybchenko@oktetlabs.ru, ferruh.yigit@amd.com Subject: Re: [PATCH] ethtool: remove a redundant call to rte_eth_dev_stop() Message-ID: <20230703153107.6baab511@hermes.local> In-Reply-To: References: <20220527064244.10224-1-usman.tanveer@emumba.com> <28911775.czjnFlTdjD@thomas> 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, 18 Aug 2022 15:18:36 +0500 Usman Tanveer wrote: > Hi, > > Can you please have a look and update the status? Looks OK to me. Acked-by: Stephen Hemminger