Re: [dpdk-dev] [PATCH] pipeline: relax table match field requirements

2021-04-19 Thread Thomas Monjalon
15/04/2021 23:15, Cristian Dumitrescu: > The match fields for a given table have to be part of the same header > or the metadata structure. This commit removes the requirement that > the list of match fields must observe the order of fields within their > structure. For example, the h.ipv4.dst_addr

[dpdk-dev] [PATCH] pipeline: relax table match field requirements

2021-04-15 Thread Cristian Dumitrescu
The match fields for a given table have to be part of the same header or the metadata structure. This commit removes the requirement that the list of match fields must observe the order of fields within their structure. For example, the h.ipv4.dst_addr field can now be listed before the h.ipv4.src_