Re: [dpdk-dev] [PATCH v2] net/i40e: remove keeping CRC configuration for VF

2018-09-27 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, September 27, 2018 10:13 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: [PATCH v2] net/i40e: remove keeping CRC configuration for VF > > Remove keeping CRC configuration since it's not supported by i40e VF. > > Signed-off

[dpdk-dev] [PATCH v2] net/i40e: remove keeping CRC configuration for VF

2018-09-26 Thread Beilei Xing
Remove keeping CRC configuration since it's not supported by i40e VF. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev_vf.c | 16 1 file changed, 16 deletions(-) v2 changes: - Remove the whole branch since offload has been checked in rte_eth_dev_configure. diff --