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 DAD27A04DC; Tue, 20 Oct 2020 13:07:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33C96ACC4; Tue, 20 Oct 2020 13:07:55 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 514E4ACA5 for ; Tue, 20 Oct 2020 13:07:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603192071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cvto4ItJUvtDiueUBNna2eI3a3yYBcoWvF7l64xZ5VY=; b=MxXB/MQOCo+9hGRHMLF2oeDKBtikX3Bwi6m6tobWHjnnAE9mXVeguJLSDn6eexgr5WZDbI YzkV8Ht+e66VcEg5WsqElF3QC6upXYk5FTUhXMI1NK9GMhqvAHWSH1gTsenihkwT3+bF8/ tWIvuYWWUeaUIC2cGHdS2y4WwL0Mlaw= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-382-cnXmpnS-NhmWRPGU8wEA6g-1; Tue, 20 Oct 2020 07:07:50 -0400 X-MC-Unique: cnXmpnS-NhmWRPGU8wEA6g-1 Received: by mail-vs1-f72.google.com with SMTP id 2so265638vsv.17 for ; Tue, 20 Oct 2020 04:07:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cvto4ItJUvtDiueUBNna2eI3a3yYBcoWvF7l64xZ5VY=; b=jEUjxnfeHrRKBjJ1yJt8h3cR4adVecA0ZrTru9gH0c1JlWBX7FIgxNNTORTp9vutCr rKwAn/4Wv7gEo7BHg3GF6fjuCDvkS+lFuwq5dCxLNm+QHvRyL0pAsr6qe+GWyca39+4I xzVGINiAolfdFSGsvEzBw+wMPaTAOJU/bkvKYJzRQjXzYj37XHqV7T6AzMAeqqLRBxs0 FxCB74zloBmHAnX41oEoijKTfENIsJU1ilfnyMHL6fiJJg8DiPzQE9dcM/Ae1KnLjicX ud05NV7uCOBazHOTKvR3IyVFOate/o3zzJaq+8aeeHFBuMaALiOqf5zOm006+P2jcsxd Pcng== X-Gm-Message-State: AOAM5321lUp2khsSbxCw8dEzujvia0k7ELg9tZMyXhmhZ6eEam52Wccb SMhIiDhjum0IggrOa7mOIcP1ND7qC8I7XDkMNxmSiGhXk/LS401RMCniYPEyhsSOW01MdJBQOJx tXg18ZbuHbP2jiNQU9pA= X-Received: by 2002:ab0:4983:: with SMTP id e3mr872393uad.41.1603192069657; Tue, 20 Oct 2020 04:07:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxc1vtq1uz8vSH4wRanGm1JvnijBcMMyaofE97E33le30yuhSIV3oC5UFvTx5hSBDQZhnMIM5PJC0k5G6nkm6Y= X-Received: by 2002:ab0:4983:: with SMTP id e3mr872384uad.41.1603192069469; Tue, 20 Oct 2020 04:07:49 -0700 (PDT) MIME-Version: 1.0 References: <1603030152-13451-1-git-send-email-arybchenko@solarflare.com> <1603030152-13451-2-git-send-email-arybchenko@solarflare.com> In-Reply-To: <1603030152-13451-2-git-send-email-arybchenko@solarflare.com> From: David Marchand Date: Tue, 20 Oct 2020 13:07:38 +0200 Message-ID: To: Andrew Rybchenko Cc: Wenzhuo Lu , Beilei Xing , Bernard Iremonger , Ray Kinsella , Neil Horman , Jeff Guo , Rasesh Mody , Shahed Shaikh , Thomas Monjalon , Ferruh Yigit , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 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) \ - Do we have some documentation describing how to do the same with rte_flow + testpmd? -- David Marchand