On Thu, Nov 3, 2011 at 9:04 AM, Ben Pfaff <[email protected]> wrote:
> On Wed, Nov 02, 2011 at 04:33:26PM -0700, Jesse Gross wrote:
>> netdev_send() directly sends a packet using Linux mechanisms, skipping
>> our kernel module. Several upper layer abstractions are built on top of
>> the kernel module, so this means that we loose stats, sFlow, etc. on
>> these packets. This changes bonding, LACP, and STP to use send_packet()
>> as CFM does, which uses the standard kernel mechanisms and provides a
>> single place that needs to be updated.
>> ---
>> v2: Make caller of bond_send_learning_packets() directly send packet
>>     instead of through a callback.
>
> Thank you, this looks good to me.

Thanks, I pushed it.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to