On 10/4/2017 11:00 PM, Ferruh Yigit wrote: > On 10/4/2017 3:00 PM, Kirill Rybalchenko wrote: >> 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 > > Series Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Series applied to dpdk-next-net/master, thanks.