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 60B94A04DB; Thu, 10 Dec 2020 18:39:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0DF83BE77; Thu, 10 Dec 2020 18:39:22 +0100 (CET) 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 8AFC3BC8A for ; Thu, 10 Dec 2020 18:39:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607621959; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vulRVx7mXq/vOsyw1y8kBS+zd7jej4sTOZkdZjYsHrU=; b=aQDgFEc1nPFn4XJF2W3DbRBrXXw8cSIxkAqFozbj3EwrVYhQFB0dxqznx8ilcewbvgTZXf OiMmtofKfBN2TfWs70ikf8qUhlyhyZHePaqWjf6yuPrbpbVRk8UBJ/iJygtdHhWnsu7gxo GcpZetj77YQovR1+qYfR+KKhY4wk9kI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-558-SEWb7HO1Om-eQOuMsO6dcQ-1; Thu, 10 Dec 2020 12:39:05 -0500 X-MC-Unique: SEWb7HO1Om-eQOuMsO6dcQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 187DD1842142; Thu, 10 Dec 2020 17:39:04 +0000 (UTC) Received: from [10.36.114.230] (ovpn-114-230.ams2.redhat.com [10.36.114.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id B08695B4D1; Thu, 10 Dec 2020 17:39:02 +0000 (UTC) To: =?UTF-8?B?5LiH5LmQ5Yaw?= , "dev@dpdk.org" References: From: Kevin Traynor Cc: Jeff Guo , Haiyue Wang , "Xing, Beilei" Message-ID: Date: Thu, 10 Dec 2020 17:39:01 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [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" On 09/12/2020 12:00, 万乐冰 wrote: > Hi Team: > recently I am using ipv6 rte_flow on intel ixgbe/i40e with dpdk > 18.11.2,but it doesn't works. > Hi, it is better to ask ixgbe and i40e maintainers, but just to note that there are many further 18.11 releases that you can test to see if any issues are already fixed. The last validated release is 18.11.10 [1] and the 18.11 branch [2] is about 200 commits ahead of that. [1] https://fast.dpdk.org/rel/dpdk-18.11.10.tar.xz [2] https://dpdk.org/browse/dpdk-stable/?h=18.11 > i40e: > testpmd cmd: > ./x86_64-native-linuxapp-gcc/app/testpmd -l 0,1-7,15,25-31 -n 4 -- -i > --pkt-filter-mode=perfect --rxq=8 --txq=8 --nb-cores=8 --pkt-filter-size= > *128K* > ​ > test flows: > > - ​flow create 0 ingress pattern end actions rss types ipv6-other > ipv6-udp ipv6-tcp end queues 0 2 end / end > - ​flow create 0 ingress pattern eth / ipv6 dst is fdbd:dc01:11:152::74 > / end actions queue index 3 / end > - ​flow 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=signature --rxq=8 --txq=8 --nb-cores=8 > --pkt-filter-size=128K --pkt-filter-report-hash=match > ​ > test flows: > > - ​flow create 0 ingress pattern end actions rss types ipv6-other > ipv6-udp ipv6-tcp end queues 0 2 end / end > - ​flow create 0 ingress pattern fuzzy thresh is 1 / ipv6 dst is > fcbd:dc01:1:222::abc8 / end actions queue index 3 / end > - ​flow 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 forward > some help. >