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 6DB6E42DDB; Tue, 11 Jul 2023 00:02:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EBE640A89; Tue, 11 Jul 2023 00:02:03 +0200 (CEST) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by mails.dpdk.org (Postfix) with ESMTP id 982774003C for ; Tue, 11 Jul 2023 00:02:02 +0200 (CEST) Received: by mail-ed1-f49.google.com with SMTP id 4fb4d7f45d1cf-51cff235226so9986638a12.0 for ; Mon, 10 Jul 2023 15:02:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689026522; x=1691618522; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=B+CNLoCbLVhO3wbjmysjcqF/QetWOoYmysekAG8rGTE=; b=rQJzZG9wfsBf1/xfedC9r/D+tt8E39wSbYY8jx6KbI79m04TaZ041pST0zSJwH+ccY i6NqtXanKVqZ7vIcLFsej+W3+k0d7gdNTSfbdJZb/YN0zPCKGiQ3jHd4McnS741hdfmX mxDpYnzsmHFZQ7qzDhC540khO4CrHI2pAABfTbImxMB96vMnHQoMIUy7acpI8lwJwlmF uRWky5/VUfuWcyEpC2a1lKSc6IRN/sxbj46T8zCXQm5dzb0D/0Vv4ur1Hj0XqIvElL/F LnsXr+OYCBSZVEJdDq1TIpUWesHilG0/7aRd78nEKA/TBf8Z3neste1koD9nMk622WDU j+ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689026522; x=1691618522; h=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=B+CNLoCbLVhO3wbjmysjcqF/QetWOoYmysekAG8rGTE=; b=QLmG8JygS4LUp6uMIFM2A9si+5uvgdFcmYAGdBE/gYdK4po3V6wsZXqQCjo9fV3LvK BpkGDyf2x4dvAenyGK3/bAhs9gfga0c0vBSol6qTUMJ7Cokx1rVPYQGkcuEfYDCJ6731 4X9ShoM4Le8NZoHi9gNB4x1gjDHaCOMlo+dt8a2+R2kckdSX19CXoM2YzQqPV1K4Ppoj UiuGsDPjoX+0Y7eakATYgUuzyFjluEUdc0Oia9NtxPELwkYkhhryxMvShtDXUykevYas qV25jbS+8wr/EWdh3VKrMthfxGCKYbrVZVkkXHFAKZLhGrezxs9URnytFr5b116hkplv xzow== X-Gm-Message-State: ABy/qLazrNs6/zER4nP5owsreGfgB2X+UdsAisjhA0vHqejhGqRnh1Hw NERY/nDFCsrHjQUlPFUbStEqkR74pvv1/kITaPg= X-Google-Smtp-Source: APBJJlHy5NTD5gYzauhiWcjyxsavf084eJR5yA5REhnpZNVEESN6VdizRf57WpZj2uGV5MuEjWvO+H0zw7b9u6PO+oA= X-Received: by 2002:a05:6402:2696:b0:51e:5206:d69e with SMTP id w22-20020a056402269600b0051e5206d69emr12158344edd.10.1689026521939; Mon, 10 Jul 2023 15:02:01 -0700 (PDT) MIME-Version: 1.0 References: <20230620191253.3218830-1-qobilidop@gmail.com> <20230629173304.2195376-1-qobilidop@gmail.com> <20230706130808.75e8d154@hermes.local> In-Reply-To: <20230706130808.75e8d154@hermes.local> From: Bili Dong Date: Mon, 10 Jul 2023 15:01:25 -0700 Message-ID: Subject: Re: [PATCH v8] hash: add XOR32 hash function To: Stephen Hemminger Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, yipeng1.wang@intel.com, sameh.gobriel@intel.com, bruce.richardson@intel.com, vladimir.medvedkin@intel.com Content-Type: multipart/alternative; boundary="000000000000db450f06002921c6" 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 --000000000000db450f06002921c6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks for the suggestion! It's fixed in the latest version. On Thu, Jul 6, 2023 at 1:08=E2=80=AFPM Stephen Hemminger wrote: > On Thu, 29 Jun 2023 17:33:00 +0000 > Bili Dong wrote: > > > + > > +/** > > + * The following bytes access helper functions are expected to work > > + * without any particular input buffer alignment requirements. > > + */ > > + > > Probably need to avoid users getting tempted to use these helpers > ad exported API's? Mark them with @internal tag? > --000000000000db450f06002921c6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks for the suggestion! It's fixed in the latest ve= rsion.

On Thu, Jul 6, 2023 at 1:08=E2=80=AFPM Stephen Hemminger <stephen@networkplumber.org> w= rote:
On Thu, 29= Jun 2023 17:33:00 +0000
Bili Dong <qobi= lidop@gmail.com> wrote:

> +
> +/**
> + * The following bytes access helper functions are expected to work > + * without any particular input buffer alignment requirements.
> + */
> +

Probably need to avoid users getting tempted to use these helpers
ad exported API's? Mark them with @internal tag?
--000000000000db450f06002921c6--