From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1166A04DD; Wed, 21 Oct 2020 18:34:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A3DA5A9A4; Wed, 21 Oct 2020 18:34:55 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 47F1DA9A2 for ; Wed, 21 Oct 2020 18:34:54 +0200 (CEST) Received: from mx1-us1.ppe-hosted.com (unknown [10.7.65.62]) by dispatch1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id B085D60129; Wed, 21 Oct 2020 16:34:52 +0000 (UTC) Received: from us4-mdac16-73.ut7.mdlocal (unknown [10.7.64.192]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id AC82C8009B; Wed, 21 Oct 2020 16:34:52 +0000 (UTC) X-Virus-Scanned: Proofpoint Essentials engine Received: from mx1-us1.ppe-hosted.com (unknown [10.7.66.34]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 1690B280086; Wed, 21 Oct 2020 16:34:52 +0000 (UTC) Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 9347A600088; Wed, 21 Oct 2020 16:34:51 +0000 (UTC) Received: from [127.0.0.27] (10.17.10.39) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 21 Oct 2020 17:34:34 +0100 To: David Marchand , Andrew Rybchenko CC: Wenzhuo Lu , Beilei Xing , Bernard Iremonger , Ray Kinsella , Neil Horman , Jeff Guo , Rasesh Mody , Shahed Shaikh , Thomas Monjalon , Ferruh Yigit , dev References: <1603030152-13451-1-git-send-email-arybchenko@solarflare.com> <1603030152-13451-2-git-send-email-arybchenko@solarflare.com> From: Andrew Rybchenko Message-ID: <33b7c24d-cc01-6c0e-d7a8-f50013870452@solarflare.com> Date: Wed, 21 Oct 2020 19:34:26 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Originating-IP: [10.17.10.39] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.6.1012-25738.003 X-TM-AS-Result: No-3.905700-8.000000-10 X-TMASE-MatchedRID: hls5oAVArl92LasmHuCXMfZvT2zYoYOwC/ExpXrHizwdQW9W2F3v/fVZ RgYwg53ItVg0ux2oonBTaSDOrVA0XKPKM9uZBgjQ9VjtTc1fwmCnkcstPL74s+KI60+Fuo46hHh EsrkbWKFgsvt22VAgct/HR9BelWKUNuVzoZ6LieUItCy6ZX/lL6sFO9Xc69ErNY2IvLa4mx+MgJ hHxZFePs4ffyU1s6hM7SSHz7PqheOXZTTEht2XTHV7tdtvoibaTBVlzu5XnvVCI7pNLiSjfTyrc +h5xgzUCTQU7Lns7XcXLCf1fGHUq49oUcx9VMLgOX/V8P8ail1yZ8zcONpAsdmzcdRxL+xwfIuB 1Q4DBV/WY+iYNldEzJT/D669/ge/QORNCP1CcsuLG4u6T8+j2ABglbvkhnBgskg94Zq7rO9+5// 6H+i8RhXWGBMs6SOMqE3NCfUebxYf+9ZI0nky3dCTWDK/HEMOV8LQv2UZqE+OXZZcAj60YB0LpM 7qBBHfem4ZvyNbHC4cY8nr2a+HQfb6xeAYyeITbBtVxs89o59+3BndfXUhXQ== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--3.905700-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.6.1012-25738.003 X-MDID: 1603298092-DtGZvAQfSTOw X-PPE-DISP: 1603298092;DtGZvAQfSTOw Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 01/14] ethdev: remove legacy MACVLAN filter type support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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/20/20 2:07 PM, David Marchand wrote: > On Sun, Oct 18, 2020 at 4:10 PM Andrew Rybchenko > wrote: >> RTE flow API should be used for filtering. > - We still have some trace in testpmd documentation. > $ git grep set.port.*vf.*mac > doc/guides/testpmd_app_ug/testpmd_funcs.rst: testpmd> set port > (port_id) vf (vf_id) (mac_addr) \ Thanks a lot for catching it. Will cleanup in v2. > - Do we have some documentation describing how to do the same with > rte_flow + testpmd? I don't think so. I guess just generic rte_flow documentation in testpmd.