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 376B4A04DB; Thu, 10 Dec 2020 17:23:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 162EBC988; Thu, 10 Dec 2020 17:23:15 +0100 (CET) Received: from mail-oo1-f45.google.com (mail-oo1-f45.google.com [209.85.161.45]) by dpdk.org (Postfix) with ESMTP id 47C3FBE73 for ; Wed, 9 Dec 2020 13:00:40 +0100 (CET) Received: by mail-oo1-f45.google.com with SMTP id h10so305738ooi.10 for ; Wed, 09 Dec 2020 04:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytedance-com.20150623.gappssmtp.com; s=20150623; h=from:mime-version:date:message-id:subject:to; bh=P9sWzaKysxM9iz/UHNpwFomT/p8qjTkRw95xjcq6a1I=; b=Nyt37OQaIdB230YhLX6h2oxF5S/XzrUoKEGo+VycBi+YK1jahJSIMYOFrucCmsny+v z3x6oUjLKOMRFCOMOFvkAsu/qHYkKa6Yy8+KMn0AflyIrkhLADpwzz86AQ/zrlPCDI/2 Gxjjt25HGWNF6fdaxxoJShSVlxkuOGrn4FS64vtLbfZhCZ7W73RZ5OpSJ2oq8rMjWufk yt01WZ38JIeotvkYIxIrJKoE4Y7Sdjin5S6SKKG3oNZ09DdhxSvgmNcHIPsCArcDHozd nRAYc/snM1QBvmT8kkyn2grbr2cxzWSG/sf35tGfeB10GOwrBEP4fvvGykQ7szjPEWnX EF0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=P9sWzaKysxM9iz/UHNpwFomT/p8qjTkRw95xjcq6a1I=; b=H+dv6Ozok/nrR/B6fFoERtMU5zpToEFW2ZxklcLzZXqchefo5LGJ9X8CCnAYyWF6XY T5wo2sjEm0F8zVRXuW5kn5Rb2BAuflBlLSuJjwqUK7kVkJcCwfQAO36t6HS1u/Z3KXYB 9CSTwXY8Eo+/0812F8Sx5NBJ1Yua3CutmRNRwhNkyedmu+Mp4z4mQfitPi436K6PJGEq 9sdFpMXThxx2TEVLITEJpGG4H7qW/g+Ox2mqnDcAUnS641atTK50E0dWMvAiwquQB/Y5 Ah7use4F7WHGTKaWgPyaWTtBy+lDSBaC8aDXxK4VsuIsUUCXGdbzQFoc3rJ/wr8GuTXn R2jQ== X-Gm-Message-State: AOAM531WMcEuMRk+rK4I+KKkdM4pZBRFgrYGv96aNHIHYAe6Wm/U7BGT ngaJ9kdETZleU+7ii47jyjSTmuoPuTZqoxN7PPJASokUA2I= X-Google-Smtp-Source: ABdhPJw+sOYhZEL6LouxbVaB55WKoNtDXjRUltZHeaIFz0ow04ZSBgihBccOKpnJHgr8KLkI3mXzC5kf6ViOnL67pXE= X-Received: by 2002:a4a:d495:: with SMTP id o21mr1489117oos.12.1607515238389; Wed, 09 Dec 2020 04:00:38 -0800 (PST) Received: from 349319672217 named unknown by gmailapi.google.com with HTTPREST; Wed, 9 Dec 2020 04:00:37 -0800 From: =?UTF-8?B?5LiH5LmQ5Yaw?= Mime-Version: 1.0 Date: Wed, 9 Dec 2020 04:00:37 -0800 Message-ID: To: "dev@dpdk.org" X-Mailman-Approved-At: Thu, 10 Dec 2020 17:23:13 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] ipv6 rte_flow supported on intel ixgbe/i40e dpdk 18.11.2 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" Hi Team: recently I am using ipv6 rte_flow on intel ixgbe/i40e with dpdk 18.11.2=EF=BC=8Cbut it doesn't works. i40e: testpmd cmd: ./x86_64-native-linuxapp-gcc/app/testpmd -l 0,1-7,15,25-31 -n 4 -- -i --pkt-filter-mode=3Dperfect --rxq=3D8 --txq=3D8 --nb-cores=3D8 --pkt-filt= er-size=3D *128K* =E2=80=8B test flows: - =E2=80=8Bflow create 0 ingress pattern end actions rss types ipv6-othe= r ipv6-udp ipv6-tcp end queues 0 2 end / end - =E2=80=8Bflow create 0 ingress pattern eth / ipv6 dst is fdbd:dc01:11:= 152::74 / end actions queue index 3 / end - =E2=80=8Bflow create 0 ingress pattern eth / ipv6 dst is fdbd:dc01:11= :152::74 / udp dst is 57993 / end actions queue index 4 / end ixgbe: testpmd cmd: ./x86_64-native-linuxapp-gcc/app/testpmd -l 0-10 -n 4 -- -i --pkt-filter-mode=3Dsignature --rxq=3D8 --txq=3D8 --nb-cores=3D8 --pkt-filter-size=3D128K --pkt-filter-report-hash=3Dmatch =E2=80=8B test flows: - =E2=80=8Bflow create 0 ingress pattern end actions rss types ipv6-oth= er ipv6-udp ipv6-tcp end queues 0 2 end / end - =E2=80=8Bflow create 0 ingress pattern fuzzy thresh is 1 / ipv6 dst i= s fcbd:dc01:1:222::abc8 / end actions queue index 3 / end - =E2=80=8Bflow create 0 ingress pattern fuzzy thresh spec 2 thresh last 0xfffffff0 thresh mask 0xffffffff / ipv6 dst is fcbd:dc01:1:222::abc8 / udp dst is 58002 / end actions queue index 4 / end all these flows can be created successful, but doesn't work, looking forwar= d some help.