Add APIs and driver to support load/get i40e PPP (Pipeline Personalization Profile) since PPP will be supported from FVL6 NVM.
v2 change: Correct patch num. Beilei Xing (5): net/i40e: support pipeline personalization profile net/i40e: add ppp processing app/testpmd: add command for writing personalization profile net/i40e: add get all loaded profiles app/testpmd: add command for getting loaded profiles app/test-pmd/cmdline.c | 121 +++++++++++++++ app/test-pmd/config.c | 54 +++++++ app/test-pmd/testpmd.h | 4 + drivers/net/i40e/i40e_ethdev.c | 332 ++++++++++++++++++++++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.h | 132 ++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 14 ++ 6 files changed, 657 insertions(+) -- 2.5.5