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 CF751A0C47; Wed, 13 Oct 2021 19:15:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9BA1410E4; Wed, 13 Oct 2021 19:15:57 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 1520C410E2 for ; Wed, 13 Oct 2021 19:15:57 +0200 (CEST) Received: from [192.168.1.192] (unknown [188.242.181.57]) (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 894687F578; Wed, 13 Oct 2021 20:15:56 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 894687F578 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634145356; bh=dVFmexbrqQVJepTgAGoD0j1CPs1VcjN3mUW3c94aVXo=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=cbgdgDjbxRuO53+YCSzZ0m4QglorowrmVoEr4jrOSqKeENwfcn7G0+0STFC/0eG/s hFRXr6IqJm+CR189Jh+dpqh8GZMzWL/v57afWF3dpmubMJnawve3OCpCLwtHs9NBtH 1wwQFpxcqnV9nRIMzigeuT//3eHucU+4X0bkzxsA= To: Ivan Malov , dev@dpdk.org Cc: Ferruh Yigit , Thomas Monjalon , Ori Kam , Xiaoyun Li References: <20211001134716.1608857-1-andrew.rybchenko@oktetlabs.ru> <20211013170233.25876-1-ivan.malov@oktetlabs.ru> <20211013170233.25876-2-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Message-ID: Date: Wed, 13 Oct 2021 20:15:51 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211013170233.25876-2-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 01/12] ethdev: add port representor item to flow 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 10/13/21 8:02 PM, Ivan Malov wrote: > For use in "transfer" flows. Supposed to match traffic > entering the embedded switch from the given ethdev. > > Must not be combined with direction attributes. > > Signed-off-by: Ivan Malov > Acked-by: Ori Kam > Acked-by: Andrew Rybchenko [snip] > diff --git a/doc/guides/nics/features/default.ini b/doc/guides/nics/features/default.ini > index d473b94091..9b53a887a4 100644 > --- a/doc/guides/nics/features/default.ini > +++ b/doc/guides/nics/features/default.ini > @@ -132,6 +132,7 @@ vf = > vlan = > vxlan = > vxlan_gpe = > +port_representor = I guess above list is alphabetically sorted. The comment is applicable to all related patches. > > [rte_flow actions] > age =