Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <k...@kernel.org>:

On Wed,  2 Jul 2025 17:50:34 +0200 you wrote:
> When a packet enters OVS datapath and there is no flow to handle it,
> packet goes to userspace through a MISS upcall.  With per-CPU upcall
> dispatch mechanism, we're using the current CPU id to select the
> Netlink PID on which to send this packet.  This allows us to send
> packets from the same traffic flow through the same handler.
> 
> The handler will process the packet, install required flow into the
> kernel and re-inject the original packet via OVS_PACKET_CMD_EXECUTE.
> 
> [...]

Here is the summary with links:
  - [net-next,v2] net: openvswitch: allow providing upcall pid for the 
'execute' command
    https://git.kernel.org/netdev/net-next/c/59f44c9ccc3b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to