[ovs-discuss] How to buffer on OVS

Ben Pfaff blp at nicira.com
Tue Apr 30 16:57:34 UTC 2013


On Tue, Apr 30, 2013 at 03:02:46PM +0900, Hiroshi Miyata wrote:
> I am now trying to run OVS of Kernel module with
> Trema-edge(learning_switch code).
> Both are in a box. (Ubuntu 12.10)
> 
> When I see the of13 packets, the buffer_id in packet_in messages are
> 0xffffffff(OPF_NO_BUFFER)
> for both IPv4 packets and IPv6 packets.
> Is it possible to make OVS buffer the packets?

OVS should be buffering packets.  I am surprised to hear that it is
not.

Are these packets from flow misses or as a result of output to
OFPP_CONTROLLER?  OVS only buffers packets that result from flow misses.



More information about the discuss mailing list