From: Thomas Monjalon <thomas@monjalon.net>
To: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Cc: dev@dpdk.org, Kamalakannan R <kamalakannan.r@intel.com>
Subject: Re: [PATCH] pipeline: support conversion between big and small fields
Date: Sun, 19 Feb 2023 23:18:12 +0100 [thread overview]
Message-ID: <4323689.MSiuQNM8U4@thomas> (raw)
In-Reply-To: <20230210195110.683162-1-cristian.dumitrescu@intel.com>
10/02/2023 20:51, Cristian Dumitrescu:
> While the small fields (size <= 64 bits) can be in either network byte
> order (header fields) or host byte order (meta-data fields), the big
> fields (size > 64 bits) are always expected to be in network byte
> order (big endian), both header and metadata fields.
>
> Previously, a big field could be involved in an assignment only when
> both the destination and the source are big fields of exactly the same
> size. This restriction is now relaxed significantly: in case a big
> field is involved as either destination or source, the other field can
> now be either a big field (of the same or different size) or a small
> header field, so in either case both destination and source are in the
> network byte order.
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> Signed-off-by: Kamalakannan R <kamalakannan.r@intel.com>
Applied, thanks.
prev parent reply other threads:[~2023-02-19 22:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 19:51 [PATCH] pipeline: support conversion between big and small fields Cristian Dumitrescu
2023-02-19 22:18 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4323689.MSiuQNM8U4@thomas \
--to=thomas@monjalon.net \
--cc=cristian.dumitrescu@intel.com \
--cc=dev@dpdk.org \
--cc=kamalakannan.r@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.