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 BB5E1A0471 for ; Wed, 17 Jul 2019 13:46:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 15ABB5B34; Wed, 17 Jul 2019 13:46:23 +0200 (CEST) Received: from mail.deltatec.be (mxbackup1.deltatec.be [62.197.119.12]) by dpdk.org (Postfix) with ESMTP id 032B6276C for ; Wed, 17 Jul 2019 13:46:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=deltacast.tv; s=AnsUTM; h=MIME-Version:Content-Type:Message-ID:Date:Subject:To:From; bh=dYxjjbYJ66ADDr9MlNC+FSRSgVHfrcyv52Eul5NrVQ8=; b=n9jfvCvokoKgt+bAfq2jMInrq+FGg3AJ308Q8U9XpasZYray1H00phN9VNWpJH9UrHnFxotgDikm1To9FR0dH0eH4rLVJvtyMPc99LHnSiF8jCzGBkCoLOfXjWEfdNJlBPJRsTkZLqgEdpTFczSRf8HLzI8EsprFo5gKT2DdajE=; Received: from [172.16.4.5] (port=26552 helo=W2K16-SVR-5.office.deltatec.net) by mail.deltatec.be with esmtps (TLSv1.2:AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1hniO2-0003Pg-0A for users@dpdk.org; Wed, 17 Jul 2019 13:46:18 +0200 Received: from W2K16-SVR-5.office.deltatec.net (172.16.4.5) by W2K16-SVR-5.office.deltatec.net (172.16.4.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1034.26; Wed, 17 Jul 2019 13:46:17 +0200 Received: from W2K16-SVR-5.office.deltatec.net ([::1]) by W2K16-SVR-5.office.deltatec.net ([::1]) with mapi id 15.01.1034.026; Wed, 17 Jul 2019 13:46:17 +0200 X-CTCH-RefID: str=0001.0A09020E.5D2F0A8A.0026, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 From: Antoine POLLENUS To: "users@dpdk.org" Thread-Topic: [rte_flow]How to redirect all non matching traffic to a specific queue Thread-Index: AdU8lCultLoXYIy7Swemf8lNc+JVZw== Date: Wed, 17 Jul 2019 11:46:17 +0000 Message-ID: <8995646e9b894982b9c88f79bc7d99bd@deltacast.tv> Accept-Language: fr-BE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.6.165] 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: [dpdk-users] [rte_flow]How to redirect all non matching traffic to a specific queue 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" Hello, I have a problem in my DPDK implementation, I'm redirecting/filtering ingress traffic to a specific queue depending on = the udp port using rte_flow. Now that I have that I would like to redirect all non-matching packets to a= specific queue. How can I do that with RTE_FLOW ? Thank you in advance for your answer. Regards, Antoine Pollenus