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 BC943426AC; Tue, 3 Oct 2023 08:18:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63B434026C; Tue, 3 Oct 2023 08:18:04 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 468BC4026B for ; Tue, 3 Oct 2023 08:18:03 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 17CEA20895; Tue, 3 Oct 2023 08:18:03 +0200 (CEST) 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 v2 0/3] rte_ether_unformat_addr changes X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 3 Oct 2023 08:17:59 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9EEF4@smartserver.smartshare.dk> In-Reply-To: <20231002183730.301163-1-stephen@networkplumber.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2 0/3] rte_ether_unformat_addr changes Thread-Index: Adn1X4okPoCBEjvWT6qShOBEREsG9wAYbo+g References: <20230929163611.62691-1-stephen@networkplumber.org> <20231002183730.301163-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: Monday, 2 October 2023 20.37 ] rte_ether_unformat_addr changes >=20 > This patchset makes rte_ether_unformat_addr allow other formats > for MAC address. Need to remove some inputs from existing > cmdline_etheraddr test, and add a new test in test suite > to cover this. There is some overlap between the two tests > but that is fine. >=20 > Stephen Hemminger (3): > test: remove some strings from cmdline_etheraddr tests > rte_ether_unformat: accept more inputs > test: add tests for rte_ether routines >=20 > app/test/meson.build | 1 + > app/test/test_cmdline_etheraddr.c | 11 +- > app/test/test_net_ether.c | 169 = ++++++++++++++++++++++++++++++ > lib/net/rte_ether.c | 87 +++++++++++---- > lib/net/rte_ether.h | 9 +- > 5 files changed, 248 insertions(+), 29 deletions(-) > create mode 100644 app/test/test_net_ether.c >=20 > -- > 2.39.2 Series-acked-by: Morten Br=F8rup