This series of patches improve forwarding performance for Chelsio T5 40GbE cards and add Jumbo Frame support for cxgbe pmd. Also update documentation and release notes.
--- v2: - Don't re-define rte_pktmbuf_free() locally. Thanks to review by Aaron Conole <aconole at redhat.com> and Konstantin Ananyev <konstantin.ananyev at intel.com> Rahul Lakkireddy (6): cxgbe: Optimize forwarding performance for 40G cxgbe: Update device info and perform sanity checks to enable jumbo frames cxgbe: Update tx path to transmit jumbo frames cxgbe: Update rx path to receive jumbo frames cxgbe: Allow apps to change mtu doc: Update cxgbe documentation and release notes doc/guides/nics/cxgbe.rst | 81 ++++++++++++------ doc/guides/rel_notes/release_2_2.rst | 5 ++ drivers/net/cxgbe/base/t4_regs.h | 16 ++++ drivers/net/cxgbe/cxgbe.h | 3 + drivers/net/cxgbe/cxgbe_ethdev.c | 52 ++++++++++- drivers/net/cxgbe/cxgbe_main.c | 10 ++- drivers/net/cxgbe/sge.c | 162 ++++++++++++++++++++++++++--------- 7 files changed, 260 insertions(+), 69 deletions(-) -- 2.5.3