[ovs-dev] [PATCH ovn v4 4/5] Add new egress tables to accommodate for too-big packets handling

2023-05-18 Thread Ihar Hrachyshka
The new tables will be used in a later patch as follows: table=37, OFTABLE_OUTPUT_INIT: becomes an initial entry point into the egress pipeline that serves a semantic goal. (Not doing any actual processing at the moment.) table=38, OFTABLE_OUTPUT_LARGE_PKT_DETECT: detect "too-big" IP packets and

Re: [ovs-dev] [PATCH ovn v4 4/5] Add new egress tables to accommodate for too-big packets handling

2023-05-23 Thread Dumitru Ceara
On 5/18/23 12:56, Ihar Hrachyshka wrote: > The new tables will be used in a later patch as follows: > > table=37, OFTABLE_OUTPUT_INIT: becomes an initial entry point into the > egress pipeline that serves a semantic goal. (Not doing any actual > processing at the moment.) > > table=38, OFTABLE_OU