Re: [dpdk-dev] [PATCH] pipeline: fix endianness conversions

2021-04-19 Thread Thomas Monjalon
03/04/2021 02:17, Cristian Dumitrescu: > The SWX pipeline instructions work with operands of different types: > header fields (h.header.field), packet meta-data (m.field), extern > object mailbox field (e.obj.field), extern function (f.field), action > data read from table entries (t.field), or imm

[dpdk-dev] [PATCH] pipeline: fix endianness conversions

2021-04-02 Thread Cristian Dumitrescu
The SWX pipeline instructions work with operands of different types: header fields (h.header.field), packet meta-data (m.field), extern object mailbox field (e.obj.field), extern function (f.field), action data read from table entries (t.field), or immediate values; hence the HMEFTI acronym. The H