This patch adds ability to request information about dynamic device personalization profile
v3: Add command description to test-pmd guide v2: Add rte_pmd_i40e_get_ddp_info() function to i40e version map Add CL to test-pmd for getting information about profile Andrey Chilikin (3): net/i40e: get information about ddp profile app/testpmd: enable ddp get info feature doc: add new ddp get info command app/test-pmd/cmdline.c | 131 ++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 ++ drivers/net/i40e/rte_pmd_i40e.c | 163 +++++++++++++++++++++++++++- drivers/net/i40e/rte_pmd_i40e.h | 46 ++++++++ drivers/net/i40e/rte_pmd_i40e_version.map | 7 ++ 5 files changed, 350 insertions(+), 4 deletions(-) -- 2.13.0 Acked-by: Beilei Xing <beilei.x...@intel.com>