dpif: Accept 64 kB packets from the kernel.
authorBen Pfaff <blp@nicira.com>
Thu, 19 Mar 2009 17:41:37 +0000 (10:41 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Mar 2009 18:18:53 +0000 (11:18 -0700)
commitf579be6c63c1747f744953f9157a2313fa80a99e
tree040a1c91e0424fb2957d902f611bfed864105a49
parenta9a3782efc059744fd7e6b5bf29b1f7fb8da3c18
dpif: Accept 64 kB packets from the kernel.

Under virtualization (e.g. Xen) we sometimes receive packets as large as
64 kB, so the dpif code has to be prepared to accept it.

The only place where we keep these packets around for any amount of time
is when we need to schedule them for sending later, so trim them down
from 64 kB to their actual size in that case.
lib/dpif.c
secchan/pinsched.c