Re: [dpdk-dev] [PATCH 1/3] ethdev: update modify field flow action

2021-10-04 Thread Ori Kam
Hi Slava, > -Original Message- > From: Slava Ovsiienko > Sent: Friday, October 1, 2021 10:52 PM > Subject: [PATCH 1/3] ethdev: update modify field flow action > > The generic modify field flow action introduced in [1] has some issues related > to the immediate source operand: > > - im

[dpdk-dev] [PATCH 1/3] ethdev: update modify field flow action

2021-10-01 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