Re: [dpdk-dev] [PATCH] net/i40e: remove memset in i40evf_dev_info_get

2018-06-27 Thread Xing, Beilei
Hi, Thanks for the patch, but there's another patch which has been accepted for the issue. https://patches.dpdk.org/patch/40682/ Best Regards, Beilei > -Original Message- > From: David Harton [mailto:dhar...@cisco.com] > Sent: Thursday, June 28, 2018 9:16 AM > To: Xing, Beilei ; Zhang,

[dpdk-dev] [PATCH] net/i40e: remove memset in i40evf_dev_info_get

2018-06-27 Thread David Harton
i40evf_dev_info_get clears dev_info when data has already been set by the calling function. Remove the call to memset() to fix the problem. Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: helin.zh...@intel.com Signed-off-by: David Harton --- drivers/net/i40e/i40e_ethdev_vf.c | 1 - 1 fil