> On Jul 31, 2019, at 1:14 PM, Adel Belkhiri <adel.belkh...@gmail.com> wrote:
> 
> Hey all,
> 
> In the recent versions of Openvswitch, whenever a packet is received and 
> doesn't match any flow within the datapath, it is zero-copied  to the 
> userspace. 
> 
> Does that mean the whole packet is zero-copied or only the data part of its 
> skb structure ?

Working from memory, I'm fairly certain it's the entire packet, since there's 
no queuing mechanism in the kernel datapath.

--Justin


_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to