RE: [RFC PATCH 2/6] fpga: dfl: export network configuration info for DFL based FPGA

2020-10-25 Thread Wu, Hao
> Subject: [RFC PATCH 2/6] fpga: dfl: export network configuration info for DFL > based FPGA > > This patch makes preparation for supporting DFL Ether Group private > feature driver, which reads bitstream_id.vendor_net_cfg field to > determin the interconnection of network

Re: [RFC PATCH 2/6] fpga: dfl: export network configuration info for DFL based FPGA

2020-10-24 Thread Tom Rix
On 10/23/20 1:45 AM, Xu Yilun wrote: > This patch makes preparation for supporting DFL Ether Group private > feature driver, which reads bitstream_id.vendor_net_cfg field to > determin the interconnection of network components on FPGA device. > > Signed-off-by: Xu Yilun > --- >

[RFC PATCH 2/6] fpga: dfl: export network configuration info for DFL based FPGA

2020-10-23 Thread Xu Yilun
This patch makes preparation for supporting DFL Ether Group private feature driver, which reads bitstream_id.vendor_net_cfg field to determin the interconnection of network components on FPGA device. Signed-off-by: Xu Yilun --- drivers/fpga/dfl-fme-main.c | 10 ++ drivers/fpga/dfl.c