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 A0FA9A0503; Thu, 19 May 2022 10:10:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 822B440156; Thu, 19 May 2022 10:10:41 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 236E040150 for ; Thu, 19 May 2022 10:10:40 +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 A97308A; Thu, 19 May 2022 11:10:39 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A97308A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1652947839; bh=ZQ8XwhnylKzWcDH0cZ1KSIV/rpuHY7aUC+tmxi+g9fM=; h=Date:Subject:To:References:From:In-Reply-To:From; b=wI2f1qXDZp18v5ez1B7zrSz2ebYhEgcvCe0XYSUNgDiiugbo20uRztdf0fwAeaAvi /RMxQFoyIXWcvGgg0IyRbxIRSyH+PvbXxw0eDpF3rVWtRmcHkNNNqbIep3CBkmpTRT Sv4UGEp1K2w8KrLyaEpbe5AzGHyn+KgPfj8zbM2M= Message-ID: Date: Thu, 19 May 2022 11:10:39 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH] net/sfc: improve naming in flow tunnel offload support Content-Language: en-US To: Ivan Malov , dev@dpdk.org References: <20220515152835.1237927-1-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220515152835.1237927-1-ivan.malov@oktetlabs.ru> 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/15/22 18:28, Ivan Malov wrote: > Change ambiguous terms "jump rule" and "group rule" to > clearer "tunnel rule" and "switch rule". The new terms > reflect the purpose of these rules in virtual switches. > > The module name, "flow tunnel", is replaced by "FT" in > function names to avoid the use of word "tunnel" twice. > > Use term "FT context" when referring to tunnel entries. > Also, add "ctx" suffix to "ft" and "ft_id" occurrences. > > Signed-off-by: Ivan Malov > Acked-by: Andrew Rybchenko Applied, thanks.