From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 88B2AA0508; Wed, 13 Apr 2022 08:45:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 204EA4069D; Wed, 13 Apr 2022 08:45:19 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 33C9B4068B for ; Wed, 13 Apr 2022 08:45:18 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH 0/2] small RIB optimizations Date: Wed, 13 Apr 2022 08:45:16 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D86FD5@smartserver.smartshare.dk> In-Reply-To: <20220413020935.90499-1-stephen@networkplumber.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 0/2] small RIB optimizations Thread-Index: AdhO240B6nvfbHG2QnGJP3rlSC32VgAJm5gQ References: <20220413020935.90499-1-stephen@networkplumber.org> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Stephen Hemminger" , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Wednesday, 13 April 2022 04.10 >=20 > A couple of small micro optimizations on the RIB code. >=20 > Stephen Hemminger (2): > rib: mark error checks with unlikely > rib6: mark error tests with unlikely >=20 > lib/rib/rte_rib.c | 26 +++++++++++++------------- > lib/rib/rte_rib6.c | 25 ++++++++++++------------- > 2 files changed, 25 insertions(+), 26 deletions(-) >=20 > -- > 2.35.1 >=20 Series-Acked-by: Morten Br=F8rup