mbox series

[V2,0/2] hns3 fixes

Message ID 1607604523-22389-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers
Series hns3 fixes |

Message

Lijun Ou Dec. 10, 2020, 12:48 p.m. UTC
  Here series are fixes for hns3 PMD driver.

Change from V1:
1. fix the comments given by Ferruh Yigit for 4/4

Lijun Ou (1):
  net/hns3: adjust printing MAC addresses in log

Min Hu (Connor) (1):
  net/hns3: fix FEC state query

 drivers/net/hns3/hns3_ethdev.c    | 93 ++++++++++++++++++++++++---------------
 drivers/net/hns3/hns3_ethdev.h    |  4 ++
 drivers/net/hns3/hns3_ethdev_vf.c | 32 +++++++-------
 3 files changed, 77 insertions(+), 52 deletions(-)
  

Comments

Ferruh Yigit Dec. 10, 2020, 4:30 p.m. UTC | #1
On 12/10/2020 12:48 PM, Lijun Ou wrote:
> Here series are fixes for hns3 PMD driver.
> 
> Change from V1:
> 1. fix the comments given by Ferruh Yigit for 4/4
> 
> Lijun Ou (1):
>    net/hns3: adjust printing MAC addresses in log
> 
> Min Hu (Connor) (1):
>    net/hns3: fix FEC state query
> 

Series applied to dpdk-next-net/main, thanks.


Can you please send another patch to remove all direct 'rte_eth_devices' access 
and use 'hns->eth_dev' instead?

Thanks,
ferruh
  
Lijun Ou Dec. 11, 2020, 1:44 a.m. UTC | #2
在 2020/12/11 0:30, Ferruh Yigit 写道:
> On 12/10/2020 12:48 PM, Lijun Ou wrote:
>> Here series are fixes for hns3 PMD driver.
>>
>> Change from V1:
>> 1. fix the comments given by Ferruh Yigit for 4/4
>>
>> Lijun Ou (1):
>>    net/hns3: adjust printing MAC addresses in log
>>
>> Min Hu (Connor) (1):
>>    net/hns3: fix FEC state query
>>
> 
> Series applied to dpdk-next-net/main, thanks.
> 
> 
> Can you please send another patch to remove all direct 'rte_eth_devices' 
> access and use 'hns->eth_dev' instead?
> 
Yes. I have plan to do. thanks
> Thanks,
> ferruh
> .
>