Re: [ovs-dev] [PATCH 8/9] packet: Add IP pseudoheader checksum calculation.

2015-04-07 Thread Pravin Shelar
On Mon, Mar 30, 2015 at 3:14 PM, Jesse Gross wrote: > As OVS adds userspace support for being the endpoint in protocols > like tunnels, it will need to be able to calculate pseudoheaders > as part of the checksum calculation. > > Signed-off-by: Jesse Gross Acked-by: Pravin B Shelar

[ovs-dev] [PATCH 8/9] packet: Add IP pseudoheader checksum calculation.

2015-03-30 Thread Jesse Gross
As OVS adds userspace support for being the endpoint in protocols like tunnels, it will need to be able to calculate pseudoheaders as part of the checksum calculation. Signed-off-by: Jesse Gross --- lib/packets.c | 14 ++ lib/packets.h | 1 + tests/library.at | 2 +- tests