[ovs-dev] 答复: [PATCH v3] Use TPACKET_V3 to accelerate veth for userspace datapath

2020-02-15 Thread 杨�D
Hi, William I checked sparse check errors in my local machine, new v4 version should fix these errors, please use v4, thanks a lot. https://mail.openvswitch.org/pipermail/ovs-dev/2020-February/367883.html diff --git a/include/sparse/linux/if_packet.h b/include/sparse/linux/if_packet.h index

[ovs-dev] [PATCH v4] Use TPACKET_V3 to accelerate veth for userspace datapath

2020-02-15 Thread yang_y_yi
From: Yi Yang We can avoid high system call overhead by using TPACKET_V3 and using DPDK-like poll to receive and send packets (Note: send still needs to call sendto to trigger final packet transmission). >From Linux kernel 3.10 on, TPACKET_V3 has been supported, so all the Linux kernels current

[ovs-dev] [Ann] aucun pre-requis

2020-02-15 Thread Gerard
Dcouvrez notre formation pour changer de vie, devenez Praticien, Installez vous votre compte ! et donnez du sens votre vie ... Mdicale ou Thrapeutique, cette nouvelle faon de soulager et rtablir l'harmonie des personnes en passant par l'inconscient, intresselesprofessionnels des

[ovs-dev] [Info] 0184190000

2020-02-15 Thread Laurence
1 ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] Your $15.5 Million Payment Alert.

2020-02-15 Thread Mrs.Nona Santa
Atten: Beneficiary. I am Mrs. Nona Santa. Contacting from Citibank here in  U.S.A We received transfer in tune of  $15.5 Million USD via Visa Card from Bank OfAfrica and world  bank with referencecode.xn876n7. It was instructed to pay to you as part of your inheritance fundsabandoned in

[ovs-dev] [PATCH net-next v5] openvswitch: add TTL decrement action

2020-02-15 Thread Matteo Croce
New action to decrement TTL instead of setting it to a fixed value. This action will decrement the TTL and, in case of expired TTL, drop it or execute an action passed via a nested attribute. The default TTL expired action is to drop the packet. Supports both IPv4 and IPv6 via the ttl and