From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id ACF9B4614D; Thu, 30 Jan 2025 20:47:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D461840E26; Thu, 30 Jan 2025 20:47:46 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id 97C414025A; Thu, 30 Jan 2025 20:47:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1738266465; x=1769802465; h=from:in-reply-to:references:date:cc:to:mime-version: message-id:subject:content-transfer-encoding; bh=ZIP+OOf9wjkPri6Kq1ajBWPG68/8ld1pQbwRUUtTsjo=; b=PgSJjFiX0xNafpkJKZAnsQaPLuJImDPjtWoEALODDvvbzRokDBJL+9bz TyCGf6inyHK+KdVe0ZTPGI2qQPzan3xqpicIA8yyGXNfIz9+Bme2Qju6D m+qsqN9cAQdkuSjA/6rc2mF06xZMv+MifYZV/2IoFzzPWwxS2bnpFaIWW Y=; X-CSE-ConnectionGUID: jriH5c42SZeXRnpZ+OdE3w== X-CSE-MsgGUID: uNcxKiMTQrewxTWJyDWiBA== X-IronPort-AV: E=Sophos;i="6.13,246,1732575600"; d="scan'208";a="28787411" Received: from quovadis.eurecom.fr ([10.3.2.233]) by drago1i.eurecom.fr with ESMTP; 30 Jan 2025 20:47:45 +0100 From: "Ariel Otilibili-Anieli" <otilibil@eurecom.fr> In-Reply-To: <20250130103955.4a02e230@hermes.local> Content-Type: text/plain; charset="utf-8" X-Forward: 88.183.119.157 References: <20241218200306.546714-1-otilibil@eurecom.fr> <20241218200306.546714-2-otilibil@eurecom.fr> <20250130103955.4a02e230@hermes.local> Date: Thu, 30 Jan 2025 20:47:45 +0100 Cc: dev@dpdk.org, "Thomas Monjalon" <thomas@monjalon.net>, "David Marchand" <david.marchand@redhat.com>, stable@dpdk.org, "Vamsi Attunuru" <vattunuru@marvell.com>, "Apeksha Gupta" <apeksha.gupta@nxp.com>, "Sachin Saxena" <sachin.saxena@nxp.com> To: "Stephen Hemminger" <stephen@networkplumber.org> MIME-Version: 1.0 Message-ID: <786c7-679bd780-971-4172360@135464941> Subject: =?utf-8?q?Re=3A?= [PATCH 1/1] =?utf-8?q?net/{octeon=5Fep=2Cenetfec}=3A?= remove unused value User-Agent: SOGoMail 5.11.2 Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Hello Stephen, On Thursday, January 30, 2025 19:39 CET, Stephen Hemminger <stephen@net= workplumber.org> wrote: > Fixed that and applied to next-net Thanks for having wrapped up the series; much appreciated. I now have t= he proper length in my git config. Have a good one, Ariel