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 ACBB942B6D; Mon, 22 May 2023 08:53:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B334410E4; Mon, 22 May 2023 08:53:49 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id B0DB3410D1 for ; Mon, 22 May 2023 08:53:48 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 1D31750; Mon, 22 May 2023 09:53:48 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 1D31750 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1684738428; bh=+sAo2W8j7kKQ8DeGGIUWQXKWXWexhddsuh8ueNBTfQs=; h=Date:Subject:To:References:From:In-Reply-To:From; b=HRWCOTAq02mZDWVgN3YJQT6TxC4n6z4HQ02TvOl3ncYpNvoknHLRwgRiE9gcGK16i kCJvRK1u5ZyFm2WnfBgtcoI1gNzOPhSyROb9MfRz04jXhh7mjkT43jWP1jZvNSsc6O dPZfUZJr9juvJmpQ9JQmFPzZOfma9DZT0LaYuZGk= Message-ID: <7c960a8a-57ec-70e1-038d-eb01fbd744c8@oktetlabs.ru> Date: Mon, 22 May 2023 09:53:48 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 11/20] net/sfc: remove term "sanity check" Content-Language: en-US To: Stephen Hemminger , dev@dpdk.org References: <20230517161603.117728-1-stephen@networkplumber.org> <20230517161603.117728-12-stephen@networkplumber.org> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20230517161603.117728-12-stephen@networkplumber.org> Content-Type: text/plain; charset=UTF-8; format=flowed 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 5/17/23 19:15, Stephen Hemminger wrote: > Remove term sanity check in comment. > > Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko