On Mon, Mar 13, 2023 at 09:34:30PM +0100, Ilya Maximets wrote:
> On 3/13/23 11:27, Roi Dayan wrote:
> > From: Oz Shlomo <o...@nvidia.com>
> > 
> > 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.
> 
> This sounds like a bug in the hardware offloading in the kernel/driver.
> Shouldn't this be fixed in the kernel?

Hi Ilya,

I think what we are seeing is a mismatch between how
OVS translates flows to TC, and how TC actually works (since forever).

It seems to me that fixing the translation, as this patch does,
is the right approach. But I could be missing something (often the case).
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to