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 F04564317C; Mon, 16 Oct 2023 11:06:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC4F4402DC; Mon, 16 Oct 2023 11:06:03 +0200 (CEST) Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) by mails.dpdk.org (Postfix) with ESMTP id B3861402BD for ; Mon, 16 Oct 2023 11:06:02 +0200 (CEST) Received: by mail-vs1-f42.google.com with SMTP id ada2fe7eead31-457cb2fe3abso1152204137.3 for ; Mon, 16 Oct 2023 02:06:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697447162; x=1698051962; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=OPlJ6c6ehj1dct25oqp8xjJCOhiqaKgBJNOCnLLCcV8=; b=ESo/lN04WmIZAfTHDSEF3AJ8/MMUYWLeyVCLKuArgns8s/umwfGVQhhB22w6HlnmOf nx6KfkQixWMqpRotRtpxhDQiJrMuouS/Hhar26qbPY+zLPO+PtXHB1i89cSx3Fumnm2P 7PjKQEHnkR2tcIa1AGtVxSNsGCjPLiKEmaKZAsgMuMbXE+k/yIeT3+AnvuS5FrbTIP8t 8/RX2dAv5vwAbAX5Bo9iY9sX105GaeXHguZPnC0QDA479W7D6DTZp2NfKhmPY+h9fSGs cTEWSm34ueh1/KJFluIH7U6X6bBKx2pNAZJrpNJF8b1MM83FDkworIqZPQdc5ut/lVf/ yUdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697447162; x=1698051962; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OPlJ6c6ehj1dct25oqp8xjJCOhiqaKgBJNOCnLLCcV8=; b=eLSs33d41sAgKe1gQI7LXA4KaNEeRVE6Lq+G/SjFRdYI4Vb0JXWrzthH83JpJpxy/9 u2/gloy62CGeudxMx0/+ed5/nDhYznvSarG9aITLvxCoAUMWCEMUHvogB4SH91DPZVZ6 w1+GzEBstsqxhZkQuA9MN6WuyqX/5ceWhUPuXkvt2Ugbb+A7ni1+zajC0iHJgJPAOl1o sdEjKSEnYaCzU37mwQUZYaqKAvmVstDUyg4ig/p0JfRzge6ItAA+H4Qs/MojUd0JXwti gL6FZSdW6hrD5G9Fq2o4n+UT1s7eoezH0Dea8Joqw3g4ecug9yp8PvI0bspQEY23SXhj b3bQ== X-Gm-Message-State: AOJu0YyCvj4mn+imUT6KxFpYJ9HtpIEn3o6vlLMrmlu46dHMTHGOntE9 3IpMNbNVfWSpmmi5K/HKRdg2QjEwg6oLnZHcFEc= X-Google-Smtp-Source: AGHT+IF+symMfTNbVnb1VPw3XmAUkIJyLWbwwoG/fqUYxapwgquaQaTw0uMQhedcXJ3K9u9n/9Q5//DabgCdqRufk4E= X-Received: by 2002:a67:e087:0:b0:457:d2c5:c117 with SMTP id f7-20020a67e087000000b00457d2c5c117mr3041084vsl.35.1697447161986; Mon, 16 Oct 2023 02:06:01 -0700 (PDT) MIME-Version: 1.0 References: <20230927115412.55018-13-skori@marvell.com> <20230929095814.692890-1-skori@marvell.com> <20230929095814.692890-4-skori@marvell.com> In-Reply-To: <20230929095814.692890-4-skori@marvell.com> From: Jerin Jacob Date: Mon, 16 Oct 2023 14:35:35 +0530 Message-ID: Subject: Re: [PATCH v8 03/12] app/graph: add parser utility APIs To: skori@marvell.com Cc: Rakesh Kudurumalla , dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Fri, Sep 29, 2023 at 3:28=E2=80=AFPM wrote: > > From: Sunil Kumar Kori > > It adds some helper functions to parse IPv4, IPv6 and MAC addresses > string into respective datatype. > > Signed-off-by: Sunil Kumar Kori > Signed-off-by: Rakesh Kudurumalla Acked-by: Jerin Jacob