From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6995AE7717D for ; Fri, 13 Dec 2024 11:45:09 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BC5BA402BB; Fri, 13 Dec 2024 12:45:08 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id 05C1A40269 for ; Fri, 13 Dec 2024 12:45:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734090307; x=1765626307; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JDLp5Hcj+d9m8Bv5LV30ZQHjhChc4ay+yj1cw9Oqi/s=; b=xVFIEMIwNz8++AA1BAnOTCzx1xvKK4UsW8QT6gOY2zws5oXfUsVeJaH0 cJR51pZPcUpxaSA40gCQ/8ptiNLbGQ2Vkqyr3KL1P0A2NiqvMjGeFfmpL vc50Pz06yn7RckbxtZ8clJRBY+iVi/jsKj4Aqwoa1CwRdVO0TDjUqBzQW 4=; X-CSE-ConnectionGUID: qO7rPM8tRNGAdWy82Rrd6Q== X-CSE-MsgGUID: o19NXvx5T3WwylqC0uXhXw== X-IronPort-AV: E=Sophos;i="6.12,231,1728943200"; d="scan'208";a="28171971" Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 13 Dec 2024 12:45:06 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id 759B42B35; Fri, 13 Dec 2024 12:45:06 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: Thomas Monjalon , David Marchand , Cristian Dumitrescu , Ariel Otilibili Subject: [v2 0/1] app/test: remove useless calls to rte_bitmap_free Date: Fri, 13 Dec 2024 12:38:41 +0100 Message-ID: <20241213114452.59377-1-otilibil@eurecom.fr> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241213113059.59320-1-otilibil@eurecom.fr> References: <20241213113059.59320-1-otilibil@eurecom.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 *** BLURB HERE *** Ariel Otilibili (1): app/test: remove useless calls to rte_bitmap_free app/test/test_bitmap.c | 2 -- 1 file changed, 2 deletions(-) -- v2: * fix style issues. 2.47.1