Re: [dpdk-dev] [PATCH] net/i40e: fix link down and negotiation issue

2017-07-20 Thread Guo, Jia
Yes, I have already use cpu_to_le32 to translator, but I agree first defend it as uint32_t might be better to read . I will send v2 , thanks for review. Best regards, Jeff Guo -Original Message- From: Wu, Jingjing Sent: Friday, July 21, 2017 10:26 AM To: Guo, Jia ; Xing, Beilei Cc: de

Re: [dpdk-dev] [PATCH] net/i40e: fix link down and negotiation issue

2017-07-20 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, July 20, 2017 4:45 PM > To: Xing, Beilei ; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH] net/i40e: fix link down and negotiation issue > > Enable the functions set link down and set link up in i40e by check phy_type

[dpdk-dev] [PATCH] net/i40e: fix link down and negotiation issue

2017-07-20 Thread Jeff Guo
Enable the functions set link down and set link up in i40e by check phy_type, and fix the issue of auto negotiation failed in XXV710 when bind kernel driver after unbind from dpdk driver by modify the speed setting distinguish from set link up and down. With this fix, if unbind dpdk to bind kernel