On 15-Sep-18 6:20 AM, Nikolay Nikolaev wrote:
Use the typedef version of struct VhostUserMsg. Also unify the related parameter name.Signed-off-by: Nikolay Nikolaev <nicknickol...@gmail.com> ---
I'm probably missing some background on this, but according to DPDK coding style guide, typedef structs are to be avoided [1].
[1] https://doc.dpdk.org/guides-18.08/contributing/coding_style.html#typedefs
-- Thanks, Anatoly