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

2020-04-17 Thread Ferruh Yigit
On 4/9/2020 7:26 AM, Xiaojun Liu wrote: > 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 in

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

2020-04-08 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