Re: [dpdk-dev] [PATCH v6 0/5] ethdev: update modify field flow action

2021-10-14 Thread Ferruh Yigit
On 10/13/2021 7:45 PM, Viacheslav Ovsiienko wrote: The generic modify field flow action introduced in [1] has some issues related to the immediate source operand: - immediate source can be presented either as an unsigned 64-bit integer or pointer to data pattern in memory. There was

[dpdk-dev] [PATCH v6 0/5] ethdev: update modify field flow action

2021-10-13 Thread Viacheslav Ovsiienko
The generic modify field flow action introduced in [1] has some issues related to the immediate source operand: - immediate source can be presented either as an unsigned 64-bit integer or pointer to data pattern in memory. There was no explicit pointer field defined in the union - the