On Mon, Mar 13, 2023 at 12:27:51PM +0200, Roi Dayan wrote: > From: Oz Shlomo <[email protected]> > > Currently jumping over a output-to-port action is translated to tc > mirror action and stolen control action. > However, the tc control action is not propagated to the hw offload action, > thus the hardware action will mirror the packet and continue to the next > action. > > Transalte mirror/stolen to "mirred egress redirect" action which terminates > the action list. > > Fixes: e4daf88a4390 ("netdev-offload-tc: Handle check_pkt_len datapath > action.") > Signed-off-by: Oz Shlomo <[email protected]> > Reviewed-by: Roi Dayan <[email protected]>
Perhaps I messed something up, but I am seeing a lot of failed check-offloads tests [1] with this patch applied on top of Eelco's patches to add those tests to the GitHub workflow [2]. [1] https://github.com/horms/ovs/actions/runs/4415894043/jobs/7741856452 [2] [PATCH v3 2/2] ci: Run tc offload tests in GitHub Actions. https://mail.openvswitch.org/pipermail/ovs-dev/2023-March/402672.html _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
