This patchset introduces several enhancements or minor fixes in testpmd. It is targetted for v16.11, and applies on top of software ptype v2 patchset [1].
These patches are useful to validate the virtio offload patchset [2] (to be rebased). [1] http://dpdk.org/ml/archives/dev/2016-August/045876.html [2] http://dpdk.org/ml/archives/dev/2016-July/044404.html v4 -> v5: - fix headline lowercase for "Rx" - fix typo in API comment: "ouput" -> "output" v3 -> v4: - fix typo in documentation v2 -> v3: - move return type on a separate line in function definitions - add documentation for the new --enable-lro option v1 -> v2: - rebase on top of sw ptype v2 patch Olivier Matz (8): mbuf: add function to dump ol flag list app/testpmd: use new function to dump offload flags app/testpmd: dump Rx flags in csum engine app/testpmd: add option to enable lro app/testpmd: do not change ip addrs in csum engine app/testpmd: display Rx port in csum engine app/testpmd: don't use tso if packet is too small app/testpmd: hide segsize when unrelevant in csum engine app/test-pmd/csumonly.c | 96 ++++++++++++---------------------- app/test-pmd/parameters.c | 4 ++ app/test-pmd/rxonly.c | 15 +----- doc/guides/rel_notes/release_16_11.rst | 5 ++ doc/guides/testpmd_app_ug/run_app.rst | 4 ++ lib/librte_mbuf/rte_mbuf.c | 93 ++++++++++++++++++++++++++++++++ lib/librte_mbuf/rte_mbuf.h | 28 ++++++++++ lib/librte_mbuf/rte_mbuf_version.map | 2 + 8 files changed, 170 insertions(+), 77 deletions(-) -- 2.8.1