search for: pds_core

Displaying 4 results from an estimated 4 matches for "pds_core".

Did you mean: ide_core
2023 Mar 23
0
[PATCH v3 virtio 8/8] pds_vdpa: pds_vdps.rst and Kconfig
...; + > +Overview > +======== > + > +The ``pds_vdpa`` driver is an auxiliary bus driver that supplies > +a vDPA device for use by the virtio network stack. It is used with > +the Pensando Virtual Function devices that offer vDPA and virtio queue > +services. It depends on the ``pds_core`` driver and hardware for the PF > +and VF PCI handling as well as for device configuration services. > + > +Using the device > +================ > + > +The ``pds_vdpa`` device is enabled via multiple configuration steps and > +depends on the ``pds_core`` driver to create and e...
2023 Mar 17
0
[PATCH RFC v2 virtio 7/7] pds_vdpa: pds_vdps.rst and Kconfig
...t; + > >> +The ``pds_vdpa`` driver is an auxiliary bus driver that supplies > >> +a vDPA device for use by the virtio network stack. It is used with > >> +the Pensando Virtual Function devices that offer vDPA and virtio queue > >> +services. It depends on the ``pds_core`` driver and hardware for the PF > >> +and VF PCI handling as well as for device configuration services. > >> + > >> +Using the device > >> +================ > >> + > >> +The ``pds_vdpa`` device is enabled via multiple configuration steps and &g...
2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...> @@ -2,6 +2,8 @@ > >> /* Copyright(c) 2023 Advanced Micro Devices, Inc */ > >> > >> #include <linux/auxiliary_bus.h> > >> +#include <linux/pci.h> > >> +#include <linux/vdpa.h> > >> > >> #include <linux/pds/pds_core.h> > >> #include <linux/pds/pds_auxbus.h> > >> @@ -9,6 +11,7 @@ > >> > >> #include "aux_drv.h" > >> #include "debugfs.h" > >> +#include "vdpa_dev.h" > >> > >> static const struct a...
2023 Jul 03
1
[GIT PULL] virtio: features, fixes, cleanups
...move enum from common to adminq header pds_vdpa: new adminq entries pds_vdpa: get vdpa management info pds_vdpa: virtio bar setup for vdpa pds_vdpa: add vdpa config client commands pds_vdpa: add support for vdpa and vdpamgmt interfaces pds_vdpa: subscribe to the pds_core events pds_vdpa: pds_vdps.rst and Kconfig Simon Horman (1): virtio: Add missing documentation for structure fields Xianting Tian (4): virtio-crypto: call scheduler when we free unused buffs virtio-console: call scheduler when we free unused buffs virtio_bt: call sche...