This patchset enables DPDK ports to support Jumbo frames
up to, and including 13K in size. Jumbo frame support is implemented
by increasing the amount of data that each mbuf can encompass, thus
allowing each mbuf segment to accomodate a single jumbo frame.

The series additionally cleans up mbuf initialization, which previously
relied on hardcoded values.

v5: Squash NEWS and INSTALL.DPDK.md patches into Jumbo Frame patch
    Minor rework

v4: Split mbuf initialization, NEWS, and INSTALL.DPDK.md into separate
    patches.
    http://openvswitch.org/pipermail/dev/2016-February/066191.html

v3: Minor rework
    http://openvswitch.org/pipermail/dev/2016-February/065391.html

v2: Add runtime support for Jumbo Frames
    - Add support for per-port MTUs
    http://openvswitch.org/pipermail/dev/2016-January/065090.html

v1: Add compile time support for Jumbo Frames
    - Add static support for jumbo frames; the same MTU applies to
      all DPDK port types.
    http://openvswitch.org/pipermail/dev/2015-November/062121.html


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to