Re: [dpdk-dev] [PATCH v1 1/5] net/fm10k: add basic functions for switch management

2020-03-15 Thread Wang, Xiao W
Hi Xiaojun, Comments inline. Best Regards, Xiao > -Original Message- > From: Xiaojun Liu > Sent: Friday, February 28, 2020 4:38 PM > To: Wang, Xiao W ; Zhang, Qi Z > ; Kwan, Ngai-mint ; Keller, > Jacob E > Cc: dev@dpdk.org; Xiaojun Liu > Subject: [PATCH v1 1/5] net/fm10k: add basic fu

[dpdk-dev] [PATCH v1 1/5] net/fm10k: add basic functions for switch management

2020-02-28 Thread Xiaojun Liu
Add I2C to control the inside LED and PHY. All the operations of I2C are using fm10k I2C register. Add SBUS to communicate with spico(micro code in serdes) by using fm10k SBUS register. This is like I2C operations. Add registers defination, which include all the registers will be used in the driver