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 5B402A0503; Thu, 19 May 2022 09:05:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 021AE40150; Thu, 19 May 2022 09:05:14 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 2774540140 for ; Thu, 19 May 2022 09:05:13 +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) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 267C28A; Thu, 19 May 2022 10:05:12 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 267C28A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1652943912; bh=Z11qaEWGY05QSnQkSq6HtEkG4bl/EzBRn6xooS/6p2U=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=wnc8o/YdwkJ6exSM7ZUBsMX2RCi1V0zp17Pof5JC1+YkkJhAZLJQ51X6aPHkE7+vR 4OKAYPvTDI2qP3S8UaJei61fMyuDDfHT2QpCxslolqAZ44HbmVDN0RvXGYfF+O2elm 7wBL/Q5o6n8ZAldpzF3ICLs4s0ZQZ2lpKp3NVl5Q= Message-ID: <54d4a40d-097e-584f-28ff-09d8738aab7b@oktetlabs.ru> Date: Thu, 19 May 2022 10:05:11 +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: [dpdk-dev] [PATCH v5] ethdev: mtr: support protocol based input color selection Content-Language: en-US To: Jerin Jacob Cc: Jerin Jacob , dpdk-dev , Cristian Dumitrescu , Thomas Monjalon , Ray Kinsella , Ferruh Yigit , Ajit Khaparde , Andrew Boyer , Beilei Xing , "Richardson, Bruce" , Chas Williams , "Xia, Chenbo" , Ciara Loftus , Devendra Singh Rawat , Ed Czeck , Evgeny Schemeilin , Gaetan Rivet , Gagandeep Singh , Guoyang Zhou , Haiyue Wang , Harman Kalra , heinrich.kuhn@corigine.com, Hemant Agrawal , Hyong Youb Kim , Igor Chauskin , Igor Russkikh , Jakub Grajciar , Jasvinder Singh , Jian Wang , Jiawen Wu , Jingjing Wu , John Daley , John Miller , "John W. Linville" , "Wiles, Keith" , Kiran Kumar K , Lijun Ou , Liron Himi , Long Li , Marcin Wojtas , Martin Spinler , Matan Azrad , Matt Peters , Maxime Coquelin , Michal Krawczyk , "Min Hu (Connor" , Pradeep Kumar Nalla , Nithin Dabilpuram , Qiming Yang , Qi Zhang , Radha Mohan Chintakuntla , Rahul Lakkireddy , Rasesh Mody , Rosen Xu , Sachin Saxena , Satha Koteswara Rao Kottidi , Shahed Shaikh , Shai Brandes , Shepard Siegel , Somalapuram Amaranath , Somnath Kotur , Stephen Hemminger , Steven Webster , Sunil Kumar Kori , Tetsuya Mukawa , Veerasenareddy Burru , Viacheslav Ovsiienko , Xiao Wang , Xiaoyun Wang , Yisen Zhuang , Yong Wang , Ziyang Xuan References: <20220421180241.514767-1-jerinj@marvell.com> <20220501144637.3757757-1-jerinj@marvell.com> <7ee66146-93e1-36c6-7954-b498af8a1ec8@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: 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/12/22 14:03, Jerin Jacob wrote: > On Thu, May 12, 2022 at 1:06 PM Andrew Rybchenko > wrote: >> >> Hi Jerin, > > Hi Andrew, > >> >> On 5/1/22 17:46, jerinj@marvell.com wrote: >>> From: Jerin Jacob >>> >>> Currently, meter object supports only DSCP based on input color table, >>> The patch enhance that to support VLAN based input color table, >>> color table based on inner field for the tunnel use case, and >>> support for fallback color per meter if packet based on a different field. >>> >>> All of the above features are exposed through capability and added >>> additional capability to specify the implementation supports >>> more than one input color table per ethdev port. >>> >>> Suggested-by: Cristian Dumitrescu >>> Signed-off-by: Jerin Jacob >> >> the patch LGTM, but I have a couple of questions to clarify: >> >> 1. Will we have API usage patches in the release cycle (I guess >> testpmd)? >> >> 2. Will we have net driver patches which add support for >> new driver callbacks and advertise added capabilities? > > Yes. Both will be there for this release. Most likely post rc1. > > We have testpmd, cnxk driver changes for the v1 version of the > spec[1]. We will update both for the latest spec version.(We just > awaiting for spec to merge) > > [1] > https://patches.dpdk.org/project/dpdk/patch/20220301090056.1042866-3-skori@marvell.com/ > https://patches.dpdk.org/project/dpdk/patch/20220301090056.1042866-2-skori@marvell.com/ > >> >> Thanks, >> Andrew. Applied, thanks.