Re: [dpdk-dev] [PATCH] net/ifcvf: fix a typo

2018-11-29 Thread Wang, Xiao W
Hi, > -Original Message- > From: Ye, Xiaolong > Sent: Thursday, November 29, 2018 4:22 PM > To: dev@dpdk.org; Maxime Coquelin ; Bie, > Tiwei ; Wang, Zhihong > Cc: Wang, Xiao W ; Ye, Xiaolong > ; sta...@dpdk.org > Subject: [PATCH] net/ifcvf: fix a typo > > The struct should be ifcvf_net_c

[dpdk-dev] [PATCH] net/ifcvf: fix a typo

2018-11-29 Thread Xiaolong Ye
The struct should be ifcvf_net_config other than ifcvf_net_device_config. Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") Cc: xiao.w.w...@intel.com Cc: sta...@dpdk.org Signed-off-by: Xiaolong Ye --- drivers/net/ifc/base/ifcvf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif