[dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature

Ferruh Yigit ferruh.yigit at intel.com
Mon Sep 7 17:23:31 CEST 2020


On 9/7/2020 6:58 AM, Zhang, Qi Z wrote:
> 
> 
>> -----Original Message-----
>> From: dev <dev-bounces at dpdk.org> On Behalf Of Xing, Beilei
>> Sent: Friday, September 4, 2020 4:18 PM
>> To: Yang, SteveX <stevex.yang at intel.com>; dev at dpdk.org
>> Cc: Yang, Qiming <qiming.yang at intel.com>; Wu, Jingjing
>> <jingjing.wu at intel.com>
>> Subject: Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF
>> Feature
>>
>>
>>
>>> -----Original Message-----
>>> From: Yang, SteveX <stevex.yang at intel.com>
>>> Sent: Friday, September 4, 2020 3:29 PM
>>> To: dev at dpdk.org
>>> Cc: Yang, Qiming <qiming.yang at intel.com>; Wu, Jingjing
>>> <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Yang,
>>> SteveX <stevex.yang at intel.com>
>>> 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 <beilei.xing at intel.com>
> 
> 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.


More information about the dev mailing list