DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] bbdev: add new operation for FFT processing
@ 2022-03-10 23:49 Nicolas Chautru
  2022-03-10 23:49 ` Nicolas Chautru
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Chautru @ 2022-03-10 23:49 UTC (permalink / raw)
  To: dev, gakhil, trix
  Cc: thomas, hemant.agrawal, mingshan.zhang, david.marchand, Nicolas Chautru

Hi, 
This contributions adds a new operation type to the existing ones
already supported by the bbdev PMDs.
This set of operation is FFT-based processing for 5GNR baseband
processing acceleration. This operates in the same lookaside fashion
as other existing bbdev operation with a dedicated set of capabilities
and parameters (marked as experimental).

I plan to also include a new PMD supporting this operation (and most of
the related capabilities) in the next couple of months (either in 22.06 
or 22.09) as well as extending the related bbdev-test.

I can update the release notes for 22.06 on subsequent patch vs or separate
commit (not there yet). Thanks for review feedback.

Nicolas Chautru (1):
  bbdev: add new operation for FFT processing

 doc/guides/prog_guide/bbdev.rst | 130 +++++++++++++++++++++++++++++++++++
 lib/bbdev/rte_bbdev.c           |   8 +++
 lib/bbdev/rte_bbdev.h           |  76 ++++++++++++++++++++
 lib/bbdev/rte_bbdev_op.h        | 149 ++++++++++++++++++++++++++++++++++++++++
 lib/bbdev/version.map           |  10 +++
 5 files changed, 373 insertions(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-07 11:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 23:49 [PATCH v1] bbdev: add new operation for FFT processing Nicolas Chautru
2022-03-10 23:49 ` Nicolas Chautru
2022-03-11  1:12   ` Stephen Hemminger
2022-03-17 18:42     ` Chautru, Nicolas
2022-05-25 22:07   ` Chautru, Nicolas
2022-05-26  6:05     ` Hemant Agrawal
2022-06-07 11:29       ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).