Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-07-10 Thread Chautru, Nicolas
> From: Thomas Monjalon > 26/06/2020 03:14, Chautru, Nicolas: > > > From: Thomas Monjalon > > > 25/06/2020 02:30, Chautru, Nicolas: > > > > > From: Thomas Monjalon : > > > > > 02/05/2020 01:15, Chautru, Nicolas: > > > > > > Hi Akhil, Thomas, > > > > > > > > > > > > Following up on that previous di

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-06-26 Thread Thomas Monjalon
26/06/2020 03:14, Chautru, Nicolas: > > From: Thomas Monjalon > > 25/06/2020 02:30, Chautru, Nicolas: > > > > From: Thomas Monjalon : > > > > 02/05/2020 01:15, Chautru, Nicolas: > > > > > Hi Akhil, Thomas, > > > > > > > > > > Following up on that previous discussion below so that to confirm > > >

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-06-25 Thread Chautru, Nicolas
> From: Thomas Monjalon > 25/06/2020 02:30, Chautru, Nicolas: > > > From: Thomas Monjalon : > > > 02/05/2020 01:15, Chautru, Nicolas: > > > > Hi Akhil, Thomas, > > > > > > > > Following up on that previous discussion below so that to confirm > > > > whether > > > there is an available option to ha

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-06-25 Thread Thomas Monjalon
25/06/2020 02:30, Chautru, Nicolas: > > From: Thomas Monjalon : > > 02/05/2020 01:15, Chautru, Nicolas: > > > Hi Akhil, Thomas, > > > > > > Following up on that previous discussion below so that to confirm whether > > there is an available option to handle this usecase within DPDK repo. > > > > > >

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-06-24 Thread Chautru, Nicolas
> From: Thomas Monjalon : > 02/05/2020 01:15, Chautru, Nicolas: > > Hi Akhil, Thomas, > > > > Following up on that previous discussion below so that to confirm whether > there is an available option to handle this usecase within DPDK repo. > > > > Basically traditional deployment for VRAN relies on

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-05-04 Thread Thomas Monjalon
02/05/2020 01:15, Chautru, Nicolas: > Hi Akhil, Thomas, > > Following up on that previous discussion below so that to confirm whether > there is an available option to handle this usecase within DPDK repo. > > Basically traditional deployment for VRAN relies on BBDEV/DPDK running within > con

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-05-01 Thread Chautru, Nicolas
Hi Akhil, Thomas, Following up on that previous discussion below so that to confirm whether there is an available option to handle this usecase within DPDK repo. Basically traditional deployment for VRAN relies on BBDEV/DPDK running within container where the workload is processed behind BBDE

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-04-16 Thread Chautru, Nicolas
Hi Akhil, > > diff --git a/drivers/baseband/fpga_5gnr_fec/Makefile > > b/drivers/baseband/fpga_5gnr_fec/Makefile > > index 3f5c511..b68a79f 100644 > > --- a/drivers/baseband/fpga_5gnr_fec/Makefile > > +++ b/drivers/baseband/fpga_5gnr_fec/Makefile > > @@ -23,4 +23,7 @@ LIBABIVER := 1 > > # librar

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-04-16 Thread Akhil Goyal
> > diff --git a/drivers/baseband/fpga_5gnr_fec/Makefile > b/drivers/baseband/fpga_5gnr_fec/Makefile > index 3f5c511..b68a79f 100644 > --- a/drivers/baseband/fpga_5gnr_fec/Makefile > +++ b/drivers/baseband/fpga_5gnr_fec/Makefile > @@ -23,4 +23,7 @@ LIBABIVER := 1 > # library source files > SRCS-

Re: [dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-04-15 Thread Power, Niall
Reviewed-by: Niall Power > -Original Message- > From: dev On Behalf Of Chautru, Nicolas > Sent: Monday, March 30, 2020 1:03 AM > To: dev@dpdk.org; akhil.go...@nxp.com > Cc: Richardson, Bruce ; Chautru, Nicolas > > Subject: [dpdk-dev] [PATCH v2 10/13] baseba

[dpdk-dev] [PATCH v2 10/13] baseband/fpga_5gnr_fec: add configure function

2020-03-29 Thread Nicolas Chautru
Add configure function to configure the PF from within the bbdev-test itself without external application configuration the device. Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 57 ++ doc/guides/bbdevs/fpga_5gnr_fec.rst| 123 +++