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 8504DA04AE for ; Fri, 7 Aug 2020 09:55:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EAD21C039; Fri, 7 Aug 2020 09:55:18 +0200 (CEST) Received: from EXCH01.xci.local (mail.xci.dk [77.243.61.194]) by dpdk.org (Postfix) with ESMTP id E10EDF04 for ; Tue, 4 Aug 2020 12:51:43 +0200 (CEST) Received: from EXCH01.xci.local (10.11.100.40) by EXCH01.xci.local (10.11.100.40) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1847.3; Tue, 4 Aug 2020 12:51:42 +0200 Received: from EXCH01.xci.local ([fe80::6c6b:2fc4:9be8:a642]) by EXCH01.xci.local ([fe80::6c6b:2fc4:9be8:a642%3]) with mapi id 15.01.1847.009; Tue, 4 Aug 2020 12:51:42 +0200 From: =?iso-8859-1?Q?J=F8rgen_=D8stergaard_Sloth?= To: "users@dpdk.org" Thread-Topic: mlx5: RSS PPPOE support Thread-Index: AdZqTTwMzuRKEkbRQeKMsxJHKU6miQ== Date: Tue, 4 Aug 2020 10:51:42 +0000 Message-ID: <9a387ee83b1348f2ad252a1a547e2a3d@xci.dk> Accept-Language: en-US, da-DK Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.11.100.124] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 07 Aug 2020 09:55:16 +0200 Subject: [dpdk-users] mlx5: RSS PPPOE support 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 Testing packet reception and RSS on Mellanox Connectx-5 and OFED 5.0.2.1.8.= 1 - DPDK 20.02 =20 I'm trying to figure out how to receive ETH/VALN/PPPOES/Ipv4/tcp or RTH/VLA= N/PPPOES/Ipv6/udp on multiple RX queues (RSS) - packets spread out all RX q= ueues - hashed based on inner l3/l4 information Can see that rte_flow* API has support for PPPOES/PPPOED but can't find sup= port for this in Mellanox DPDK driver. Will the ConnectX-5 HW support parsing into inner IP address if PPPOE flow = support is implemented in the DPDK mlx5 driver like VXLAN/GRE etc.?