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 B67F8A09FF; Mon, 28 Dec 2020 09:17:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4D07C9E0; Mon, 28 Dec 2020 09:17:57 +0100 (CET) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 902FBC9D8 for ; Mon, 28 Dec 2020 09:17:56 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 5BBBFA0A00; Mon, 28 Dec 2020 09:17:55 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Mon, 28 Dec 2020 08:17:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: eventdev X-Bugzilla-Version: 18.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vanthanh2721997@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 606] x540-AT2: Can not create rte_flow VF (Linux driver) 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" https://bugs.dpdk.org/show_bug.cgi?id=3D606 Bug ID: 606 Summary: x540-AT2: Can not create rte_flow VF (Linux driver) Product: DPDK Version: 18.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: eventdev Assignee: dev@dpdk.org Reporter: vanthanh2721997@gmail.com Target Milestone: --- Hi all, I'm trying to direct a given flow directly to a VF's specific queue and my = VF unbind DPDK ( Linux Driver). As a guide: https://doc.dpdk.org/guides/sample_app_ug/flow_filtering.html Bind DPDK driver: ./dpdk-devbind -b igb_uio 0000:04:00.1 Create VF: echo 1 > /sys/bus/pci/devices/0000:04:00.1/max_vfs Create action : struct rte_flow_action_vf vf =3D {.id =3D 0}; action[0].type =3D RTE_FLOW_ACTION_TYPE_QUEUE; action[0].conf =3D &queue; action[1].type =3D RTE_FLOW_ACTION_TYPE_VF; action[1].conf =3D &vf; action[2].type =3D RTE_FLOW_ACTION_TYPE_END; Results: EAL: Detected 24 lcore(s) EAL: Detected 2 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Probing VFIO support... EAL: VFIO support initialized EAL: PCI device 0000:04:00.1 on NUMA socket 0 EAL: probe driver:8086:1528 net_ixgbe. :: initializing port: 0 done. PMD: ether type anti-spoofing is not supported. Flow can't be created 16 message: Not supported action I have questions : 1. Can I use rte_flow to direct traffic to VF(Linux Driver) with PF(bind DP= DK driver)? 2. What is " ether type anti-spoofing is not supported "? 3. How to set-up rte_flow to direct to VF ? Brgs, thanhnv118 --=20 You are receiving this mail because: You are the assignee for the bug.=