This patch adds ability to request information about protocols defined in dynamic device personalization profile
v2: Some code style warnings were removed v3: info_size parameter always represents size of the info buffer in bytes; fix code style; v4: another code style fixes v5: in testpmd buff_size parameter in rte_pmd_i40e_get_ddp_info function call always represents buffer size in bytes v6: fix bug with wrong usage of buff_size parameter v7: change misleading variable names, change order of checking variable for zero value v8: Fix code style warnings. Kirill Rybalchenko (2): net/i40e: get information about protocols defined in ddp profile app/testpmd: get information about protocols defined in ddp profile app/test-pmd/cmdline.c | 123 +++++++++++++++++++++++++++-- drivers/net/i40e/rte_pmd_i40e.c | 171 ++++++++++++++++++++++++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 25 ++++++ 3 files changed, 312 insertions(+), 7 deletions(-) -- 2.5.5