On 9/7/2020 6:58 AM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: dev <[email protected]> On Behalf Of Xing, Beilei >> Sent: Friday, September 4, 2020 4:18 PM >> To: Yang, SteveX <[email protected]>; [email protected] >> Cc: Yang, Qiming <[email protected]>; Wu, Jingjing >> <[email protected]> >> Subject: Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF >> Feature >> >> >> >>> -----Original Message----- >>> From: Yang, SteveX <[email protected]> >>> Sent: Friday, September 4, 2020 3:29 PM >>> To: [email protected] >>> Cc: Yang, Qiming <[email protected]>; Wu, Jingjing >>> <[email protected]>; Xing, Beilei <[email protected]>; Yang, >>> SteveX <[email protected]> >>> Subject: [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature >>> >>> These patches are bugs porting from i40evf to iavf. >>> >>> v3: >>> - changed the comment of patch (net/iavf: fix scattered Rx enabling). >>> - changed the comment of patch (net/iavf: fix incorrect link status >>> when speed is undefined). >>> >>> v2: >>> - removed patch (net/iavf: fix port close), because all resources >>> will be released in dev_close when RTE_ETH_DEV_CLOSE_REMOVE is >> set. >>> >>> SteveX Yang (6): >>> net/iavf: fix scattered Rx enabling >>> net/iavf: fix incorrect link status when speed is undefined >>> net/iavf: fix port start during configuration restore >>> net/iavf: fix setting of MAC address on iavf >>> net/iavf: fix multiple interrupts for VF >>> net/iavf: downgrade error log >>> >>> drivers/net/iavf/iavf_ethdev.c | 18 +++++++---- >>> drivers/net/iavf/iavf_vchnl.c >>> | 58 +++++++++++++++++++++++++++------- >>> 2 files changed, 58 insertions(+), 18 deletions(-) >>> >>> -- >>> 2.17.1 >> >> Acked-by: Beilei Xing <[email protected]> > > Applied to dpdk-next-net-intel. >
Pulled except 2/6 since it is independent and it can be done differently after 'ETH_SPEED_NUM_UNKNOWN' merged.

