#
30495f54 |
| 14-Nov-2024 |
Yong Zhang <zhang.yong25@zte.com.cn> |
raw/gdtc: introduce driver skeleton
Introduce rawdev driver support for GDTC which can help to connect two separate hosts with each other.
Signed-off-by: Yong Zhang <zhang.yong25@zte.com.cn>
|
#
318ee1b0 |
| 28-Oct-2024 |
Akhil Goyal <gakhil@marvell.com> |
raw/cnxk_rvu_lf: introduce RVU LF device driver
CNXK product families can have a use case to allow RVU PF and RVU VF drivers to communicate using mailboxes and get notified of any interrupt that may
raw/cnxk_rvu_lf: introduce RVU LF device driver
CNXK product families can have a use case to allow RVU PF and RVU VF drivers to communicate using mailboxes and get notified of any interrupt that may occur on the device. Hence, a new raw device driver is added for such RVU LF devices. These devices can map to a PF or a VF which can send mailboxes to each other.
Signed-off-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
8c76e2f6 |
| 20-Sep-2022 |
Bruce Richardson <bruce.richardson@intel.com> |
raw/ioat: remove deprecated driver
The ioat driver has been superseded by the ioat and idxd dmadev drivers, and has been deprecated for some time, so remove it.
Signed-off-by: Bruce Richardson <bru
raw/ioat: remove deprecated driver
The ioat driver has been superseded by the ioat and idxd dmadev drivers, and has been deprecated for some time, so remove it.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
33584c19 |
| 05-May-2022 |
Nipun Gupta <nipun.gupta@nxp.com> |
raw/dpaa2_qdma: remove driver
With DMA devices supported as a separate flavor of devices, the DPAA2 QDMA driver is moved in the DMA devices.
This change removes the DPAA2 QDMA driver from raw devic
raw/dpaa2_qdma: remove driver
With DMA devices supported as a separate flavor of devices, the DPAA2 QDMA driver is moved in the DMA devices.
This change removes the DPAA2 QDMA driver from raw devices.
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
#
d0b8a4e1 |
| 17-Feb-2022 |
Tomasz Duszynski <tduszynski@marvell.com> |
raw/cnxk_gpio: add GPIO driver skeleton
Add initial support for PMD that allows to control particular pins form userspace. Moreover PMD allows to attach custom interrupt handlers to controllable GPI
raw/cnxk_gpio: add GPIO driver skeleton
Add initial support for PMD that allows to control particular pins form userspace. Moreover PMD allows to attach custom interrupt handlers to controllable GPIOs.
Main users of this PMD are dataplain applications requiring fast and low latency access to pin state.
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
show more ...
|
#
821f60c7 |
| 26-Aug-2021 |
Radha Mohan Chintakuntla <radhac@marvell.com> |
raw/octeontx2_ep: remove driver
Removing the rawdev based octeontx2-ep driver as the dependent common/octeontx2 will soon be going away. Moreover this driver is no longer required as the net/octeont
raw/octeontx2_ep: remove driver
Removing the rawdev based octeontx2-ep driver as the dependent common/octeontx2 will soon be going away. Moreover this driver is no longer required as the net/octeontx_ep driver is sufficient.
Signed-off-by: Radha Mohan Chintakuntla <radhac@marvell.com>
show more ...
|
#
a59745eb |
| 26-Aug-2021 |
Radha Mohan Chintakuntla <radhac@marvell.com> |
raw/octeontx2_dma: remove driver
Removing the rawdev based octeontx2-dma driver as the dependent common/octeontx2 will be soon be going away. Also a new DMA driver will be coming in this place once
raw/octeontx2_dma: remove driver
Removing the rawdev based octeontx2-dma driver as the dependent common/octeontx2 will be soon be going away. Also a new DMA driver will be coming in this place once the rte_dmadev library is in.
Signed-off-by: Radha Mohan Chintakuntla <radhac@marvell.com>
show more ...
|
#
3d27e49e |
| 21-Jun-2021 |
Tomasz Duszynski <tduszynski@marvell.com> |
raw/cnxk_bphy: add BPHY CGX/RPM skeleton driver
Add baseband PHY CGX/RPM skeleton driver which merely probes a matching device. CGX/RPM are Ethernet MACs hardwired to baseband subsystem.
Signed-off
raw/cnxk_bphy: add BPHY CGX/RPM skeleton driver
Add baseband PHY CGX/RPM skeleton driver which merely probes a matching device. CGX/RPM are Ethernet MACs hardwired to baseband subsystem.
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com> Signed-off-by: Jakub Palider <jpalider@marvell.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
show more ...
|
#
56d46d13 |
| 13-Jan-2020 |
Mahipal Challa <mchalla@marvell.com> |
raw/octeontx2_ep: add build infra and device probe
Add the OCTEON TX2 SDP EP device probe along with the build infrastructure for Make and meson builds.
Signed-off-by: Mahipal Challa <mchalla@marve
raw/octeontx2_ep: add build infra and device probe
Add the OCTEON TX2 SDP EP device probe along with the build infrastructure for Make and meson builds.
Signed-off-by: Mahipal Challa <mchalla@marvell.com> Reviewed-by: Gavin Hu <gavin.hu@arm.com>
show more ...
|
#
473c88f9 |
| 05-Jul-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
drivers/raw: remove rawdev from directory names
The ifpga and skeleton rawdev drivers included "rawdev" in their directory names, which was superfluous given that they were in the drivers/raw direct
drivers/raw: remove rawdev from directory names
The ifpga and skeleton rawdev drivers included "rawdev" in their directory names, which was superfluous given that they were in the drivers/raw directory. Shorten the names via this patch.
For meson builds, this will rename the final library .so/.a files produced, but those will be renamed again later via a patch to standardize rawdev names.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
27731002 |
| 02-Jul-2019 |
Xiaoyun Li <xiaoyun.li@intel.com> |
raw/ntb: introduce NTB raw device driver
Introduce rawdev driver support for NTB (Non-transparent Bridge) which can help to connect two separate hosts with each other.
Signed-off-by: Xiaoyun Li <xi
raw/ntb: introduce NTB raw device driver
Introduce rawdev driver support for NTB (Non-transparent Bridge) which can help to connect two separate hosts with each other.
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com> Acked-by: Jingjing Wu <jingjing.wu@intel.com> Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
show more ...
|
#
185656e7 |
| 05-Jul-2019 |
Jerin Jacob <jerinj@marvell.com> |
raw/octeontx2_dma: add build infra and device probe
Add the make and meson based build infrastructure along with the DMA device probe with documentation infrastructure.
Signed-off-by: Jerin Jacob <
raw/octeontx2_dma: add build infra and device probe
Add the make and meson based build infrastructure along with the DMA device probe with documentation infrastructure.
Signed-off-by: Jerin Jacob <jerinj@marvell.com> Signed-off-by: Satha Rao <skoteshwar@marvell.com> Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
show more ...
|
#
f687e842 |
| 02-Jul-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
raw/ioat: introduce IOAT driver
Add stubs for ioat rawdev driver support in DPDK, specifically:
* makefile and meson build hooks * initial public header file * rawdev main C file, with probe
raw/ioat: introduce IOAT driver
Add stubs for ioat rawdev driver support in DPDK, specifically:
* makefile and meson build hooks * initial public header file * rawdev main C file, with probe and release functions * release note update announcing the driver * initial documentation for the new section in the rawdev doc * unit test stubs for device unit tests
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Jiayu Hu <jiayu.hu@intel.com> Tested-by: Harry van Haaren <harry.van.haaren@intel.com>
show more ...
|
#
ef1e8ede |
| 11-May-2018 |
Rosen Xu <rosen.xu@intel.com> |
raw/ifpga: add Intel FPGA bus rawdev driver
Add Intel FPGA BUS Rawdev Driver which is based on librte_rawdev library.
Signed-off-by: Rosen Xu <rosen.xu@intel.com> Signed-off-by: Yanglong Wu <yanglo
raw/ifpga: add Intel FPGA bus rawdev driver
Add Intel FPGA BUS Rawdev Driver which is based on librte_rawdev library.
Signed-off-by: Rosen Xu <rosen.xu@intel.com> Signed-off-by: Yanglong Wu <yanglong.wu@intel.com> Signed-off-by: Tianfei Zhang <tianfei.zhang@intel.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com> Reviewed-by: Qi Zhang <qi.z.zhang@intel.com>
show more ...
|
#
13c5cbaf |
| 04-May-2018 |
Nipun Gupta <nipun.gupta@nxp.com> |
doc: add DPAA2 CMDIF rawdev guide
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
|
#
e2077a15 |
| 03-May-2018 |
Nipun Gupta <nipun.gupta@nxp.com> |
doc: add DPAA2 QDMA rawdev guide
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
|