Re: [ovs-dev] [PATCH V2 1/1] dpif-netdev: Keep orig_in_port as a field of the flow

2022-03-22 Thread Ilya Maximets
On 2/7/22 18:09, Eli Britstein via dev wrote: > A flow may be modified after its initial offload failed. In this case, > according to [1], the modification is handled as a flow add. > For a vport flow "add", the orig_in_port should be provided. > Keep that field in the flow struct, so it can be

[ovs-dev] [PATCH V2 1/1] dpif-netdev: Keep orig_in_port as a field of the flow

2022-02-07 Thread Eli Britstein via dev
A flow may be modified after its initial offload failed. In this case, according to [1], the modification is handled as a flow add. For a vport flow "add", the orig_in_port should be provided. Keep that field in the flow struct, so it can be provided in the flow modification use case. [1]