[dpdk-dev] [PATCH] i40e: correct the private data size for i40e vf driver

2015-07-28 Thread Thomas Monjalon
Hi Jingjing, Few comments about the patch message. The title must tell what issue is fixed, e.g. "fix crash when...". the end "for i40e vf driver" is useless if it starts with "i40evf:". 2015-07-28 09:13, Jingjing Wu: > The patch fixes the i40e VF crash issue. The issue's root cause is that > the

[dpdk-dev] [PATCH] i40e: correct the private data size for i40e vf driver

2015-07-28 Thread Jingjing Wu
The patch fixes the i40e VF crash issue. The issue's root cause is that the dev_private_size in i40e virtual function driver struct rte_i40evf_pmd was set incorrectly. Signed-off-by: jingjing.wu --- drivers/net/i40e/i40e_ethdev_vf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[dpdk-dev] [PATCH] i40e: correct the private data size for i40e vf driver

2015-07-28 Thread Liu, Yong
Tested-by: Marvin Liu > -Original Message- > From: Wu, Jingjing > Sent: Tuesday, July 28, 2015 9:14 AM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Chen, Jing D; Liu, Yong > Subject: [PATCH] i40e: correct the private data size for i40e vf driver > > The patch fixes the i40e VF