Re: [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-08-05 Thread David Marchand
Hello Nicolas, Maxime, On Tue, Aug 4, 2020 at 10:49 AM Maxime Coquelin wrote: > One question I have is whether this is the tool itself that has a > dependency on the PMD, or just the config file? > >>> > >>> Each PMD directory would have its own version of the companion PF > >> config a

Re: [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-08-04 Thread Maxime Coquelin
Hi Nicolas, On 8/3/20 6:18 PM, Chautru, Nicolas wrote: > Hi Maxime, Thomas, > >> From: Maxime Coquelin >> Hi Nicolas, >> >> On 7/31/20 5:17 PM, Chautru, Nicolas wrote: >>> Hi Maxime, >>> Hi Nicolas, On 7/16/20 10:20 PM, Nicolas Chautru wrote: > Adding companion applicati

Re: [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-08-03 Thread Chautru, Nicolas
Hi Maxime, Thomas, > From: Maxime Coquelin > Hi Nicolas, > > On 7/31/20 5:17 PM, Chautru, Nicolas wrote: > > Hi Maxime, > > > >> > >> Hi Nicolas, > >> > >> On 7/16/20 10:20 PM, Nicolas Chautru wrote: > >>> Adding companion application to configure HW Device from the PF. > >>> Then the device ca

Re: [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-08-03 Thread Maxime Coquelin
Hi Nicolas, On 7/31/20 5:17 PM, Chautru, Nicolas wrote: > Hi Maxime, > >> >> Hi Nicolas, >> >> On 7/16/20 10:20 PM, Nicolas Chautru wrote: >>> Adding companion application to configure HW Device from the PF. >>> Then the device can be accessed through BBDEV from VF (or PF). >>> >>> Signed-off-by

Re: [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-07-31 Thread Chautru, Nicolas
Hi Maxime, > > Hi Nicolas, > > On 7/16/20 10:20 PM, Nicolas Chautru wrote: > > Adding companion application to configure HW Device from the PF. > > Then the device can be accessed through BBDEV from VF (or PF). > > > > Signed-off-by: Nicolas Chautru > > --- > > doc/guides/bbdevs/fpga_5gnr_fec

Re: [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-07-31 Thread Maxime Coquelin
Hi Nicolas, On 7/16/20 10:20 PM, Nicolas Chautru wrote: > Adding companion application to configure HW Device from the PF. > Then the device can be accessed through BBDEV from VF (or PF). > > Signed-off-by: Nicolas Chautru > --- > doc/guides/bbdevs/fpga_5gnr_fec.rst| 80 +++-- >

[dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App

2020-07-16 Thread Nicolas Chautru
Adding companion application to configure HW Device from the PF. Then the device can be accessed through BBDEV from VF (or PF). Signed-off-by: Nicolas Chautru --- doc/guides/bbdevs/fpga_5gnr_fec.rst| 80 +++-- .../baseband/fpga_5gnr_fec/pf_config_app/Makefile | 36 +++ .../fpg