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 9CF85A00C2; Sat, 6 Feb 2021 11:40:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B46440143; Sat, 6 Feb 2021 11:40:12 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 9E54E40142 for ; Sat, 6 Feb 2021 11:40:11 +0100 (CET) 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 (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 795B37F5B7; Sat, 6 Feb 2021 13:40:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 795B37F5B7 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1612608010; bh=G/pbkGaHiaHxZJjOD69qu9hIjTrvmWfM5IuFBrjUjsg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=R2NbMTId14LUwkiFgVgCSZ9fdcwcOUbOQ4noZS3vrEyiknYCW5p2/Zu0MdYLIR2Jj Nc7D2pRZaojQJ0LgWMIvAjA5RHs8vkxHWxDDfE7mZqMX7HOpQPUp84iVQWyGIGFDKx vLqg90E6jtXDfLtScHljkBHab2Zbsp/f0Ccs42/E= To: Thomas Monjalon , dev@dpdk.org Cc: Qi Zhang , Ferruh Yigit References: <20210112114703.350878-1-qi.z.zhang@intel.com> <20210203200220.3019205-1-thomas@monjalon.net> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <4de5f478-0e11-685f-cb13-6f2a3611fa2f@oktetlabs.ru> Date: Sat, 6 Feb 2021 13:40:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <20210203200220.3019205-1-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 1/1] ethdev: refine doxygen comment of UDP tunnel API 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 Sender: "dev" On 2/3/21 11:02 PM, Thomas Monjalon wrote: > From: Qi Zhang > > Clarify what is the scope and impact of the UDP port tunnel API. > > There are still missing infos to be improved in future: > - no capability flag > - dependency between ports of the same device > - required privilege > > Signed-off-by: Qi Zhang > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko