From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 08CD1A0679 for ; Tue, 30 Apr 2019 12:31:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2FC3E5F24; Tue, 30 Apr 2019 12:31:26 +0200 (CEST) Received: from smtp-3.sys.kth.se (smtp-3.sys.kth.se [130.237.48.192]) by dpdk.org (Postfix) with ESMTP id 3BF5A4F93 for ; Tue, 30 Apr 2019 12:31:24 +0200 (CEST) Received: from smtp-3.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-3.sys.kth.se (Postfix) with ESMTP id E05F75ABE for ; Tue, 30 Apr 2019 12:31:23 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-3.sys.kth.se ([127.0.0.1]) by smtp-3.sys.kth.se (smtp-3.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BVeRxjGkFz48 for ; Tue, 30 Apr 2019 12:31:23 +0200 (CEST) X-KTH-Auth: barbette [130.237.20.142] DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1556620283; bh=frgHtMtpviOOQkvb1ZBrT9iKcW6gdxJQGJ78l+JsuYc=; h=To:From:Subject:Date; b=nDxL7cDS1f0B0oXwI/HSjdoE6eQ+7kW/NnrbM7aeQ6AuEBKUauyoID1+DDlo5HSrM HpMiInctUXKkbmb9OXNjIB/eMMwQUM6SjHgRptMU4E7jOa7ZTnoXtUyLzAUqHFxtVI 0chlmjIddyNI4Il19w1tGi7+FSXoCYQPmOHiJC5s= X-KTH-mail-from: barbette@kth.se X-KTH-rcpt-to: users@dpdk.org Received: from [130.237.20.142] (s2587.it.kth.se [130.237.20.142]) by smtp-3.sys.kth.se (Postfix) with ESMTPSA id 23FA55A48 for ; Tue, 30 Apr 2019 12:31:22 +0200 (CEST) To: users From: Tom Barbette Message-ID: <4f1b3e7d-5440-6674-929f-09dd8ca139da@kth.se> Date: Tue, 30 Apr 2019 12:31:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: [dpdk-users] i40e MAC filters X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi all, Is there a way to program MAC filters through the rte_flow API ? Eg : flow create 0 ingress pattern eth dst spec 50:6b:4b:43:88:05 dst mask ff:ff:ff:ff:ff:ff / end actions queue index 0 / end Gives me : Caught error type 13 (specific pattern item): cause: 0x227fd6ef00, Invalid MAC_addr mask.: Invalid argument Am I forced to use VMDq? In which case, what would be the flow pattern to direct a MAC address to a VSI? Thanks, Tom