This patchset introduces several enhancements or minor fixes in testpmd. It is targetted for v16.11, and applies on top of software ptype patchset [1].
These patches will be useful to test another patchset (coming soon !) that brings support for offload in virtio pmd. [1] http://dpdk.org/ml/archives/dev/2016-July/043333.html 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 ++ lib/librte_mbuf/rte_mbuf.c | 91 ++++++++++++++++++++++++++++++++ lib/librte_mbuf/rte_mbuf.h | 28 ++++++++++ lib/librte_mbuf/rte_mbuf_version.map | 2 + 7 files changed, 164 insertions(+), 77 deletions(-) -- 2.8.1