Lines Matching refs:executed
339 *Description:* The flow classification is executed at least once for each input packet.
506 when the next pipeline stage eventually gets executed for the same packets,
517 By splitting the processing into several stages that are executed on different packets (the packets…
520 For example, for the 4-stage pipeline, stage 0 is executed on packets 0 and 1 and then,
521 before same packets 0 and 1 are used (i.e. before stage 1 is executed on packets 0 and 1),
697 #. The pipelined version of the bucket search algorithm is executed only if there are at least 7 p…
699 a non-optimized implementation of the bucket search algorithm is executed.
701 #. Once the pipelined version of the bucket search algorithm has been executed for all the packets…
702 …the non-optimized implementation of the bucket search algorithm is also executed for any packets t…
938 #. The pipelined version of the bucket search algorithm is executed only if there are at least 5 p…
939 … burst of input packets, a non-optimized implementation of the bucket search algorithm is executed.
942 …once the pipelined version of the bucket search algorithm has been executed for all the packets in…
943 …the non-optimized implementation of the bucket search algorithm is also executed for any packets t…
963 The table entries contain the actions defining the operations to be executed on the input packets a…
994 An action handler can be assigned to each input/output port to define actions to be executed on eac…
997 …or input ports, the action handler is executed after RX function. For output ports, the action han…
1007 An action handler to be executed on each input packet can be assigned to each table.
1010 The action handler is executed after the table lookup operation is performed and the table entry as…
1189 …which is likely executed immediately after the packet reception. As result of the extract operatio…
1218 …program that defines the life of the packet, with subroutines (actions) executed on table lookup. …