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 1A56DA057B for ; Tue, 14 Apr 2020 13:20:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2A9C51C1C9; Tue, 14 Apr 2020 13:20:28 +0200 (CEST) Received: from smtp4.epfl.ch (smtp4.epfl.ch [128.178.224.219]) by dpdk.org (Postfix) with ESMTP id 7EE5A1C12D for ; Tue, 14 Apr 2020 13:20:26 +0200 (CEST) Received: (qmail 25155 invoked by uid 107); 14 Apr 2020 11:20:26 -0000 Received: from ax-snat-224-174.epfl.ch (HELO ewa05.intranet.epfl.ch) (192.168.224.174) (TLS, AES256-GCM-SHA384 cipher) by mail.epfl.ch (AngelmatoPhylax SMTP proxy) with ESMTPS; Tue, 14 Apr 2020 13:20:26 +0200 X-EPFL-Auth: LWzUp7Z9yud/kKlJ762k4m+7SenlhGNoFIu1uKZB94QD5f7fyBM= Received: from ewa09.intranet.epfl.ch (128.178.224.180) by ewa05.intranet.epfl.ch (128.178.224.174) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Tue, 14 Apr 2020 13:20:25 +0200 Received: from ewa09.intranet.epfl.ch ([fe80::796d:b166:b908:8a7a]) by ewa09.intranet.epfl.ch ([fe80::796d:b166:b908:8a7a%3]) with mapi id 15.01.1913.007; Tue, 14 Apr 2020 13:20:25 +0200 From: Yan Lei To: Thomas Monjalon CC: "users@dpdk.org" Thread-Topic: [dpdk-users] [mlx5 + DPDK 19.11] Flow insertion rate less than 4K per sec Thread-Index: AQHWD18w6DXuHcd1MEWNCNEXOo4dZKh4SiEAgAAzmGI= Date: Tue, 14 Apr 2020 11:20:25 +0000 Message-ID: <89cc4e44367b4da9b3be59327f178524@epfl.ch> References: <2cb8c79c6e0a4829996f7a3b56386e89@epfl.ch>, <3126416.8hzESeGDPO@thomas> In-Reply-To: <3126416.8hzESeGDPO@thomas> Accept-Language: en-US, fr-CH Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [185.25.195.4] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] [mlx5 + DPDK 19.11] Flow insertion rate less than 4K per sec 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 Thomas, Thanks! I will give it a try (using DPDK 19.11 + ofed 4.7.3). Cheers, Lei ________________________________ From: Thomas Monjalon Sent: Tuesday, April 14, 2020 12:12:28 PM To: Yan Lei Cc: users@dpdk.org Subject: Re: [dpdk-users] [mlx5 + DPDK 19.11] Flow insertion rate less than= 4K per sec Hi, 10/04/2020 20:11, Yan Lei: > I am doing some study that requires inserting more than 1 million flow > rules per second to the NIC. And I runs DPDK 19.11 on a ConnectX-5 NIC. > > But I only managed to create around 3.3K rules per second. > Below is the code I used to measure the insertion rate: Please could you review this new application designed for such measure? https://patches.dpdk.org/patch/68058/ Any feedback about the above patch is welcome. Feel free to try and review = it.