Re: [PATCH v2 0/3] net/ionic, common/ionic: add vdev support

2024-02-23 Thread Ferruh Yigit
On 2/21/2024 4:36 PM, Ferruh Yigit wrote: > On 2/20/2024 8:42 PM, Andrew Boyer wrote: >> This patch series adds support to net/ionic for using UIO platform devices >> as DPDK vdevs. This is used by client applications which run directly on >> the AMD Pensando family of devices. >> >> The UIO code i

Re: [PATCH v2 0/3] net/ionic, common/ionic: add vdev support

2024-02-21 Thread Ferruh Yigit
On 2/20/2024 8:42 PM, Andrew Boyer wrote: > This patch series adds support to net/ionic for using UIO platform devices > as DPDK vdevs. This is used by client applications which run directly on > the AMD Pensando family of devices. > > The UIO code is implemented in a new common code library so th

[PATCH v2 0/3] net/ionic, common/ionic: add vdev support

2024-02-20 Thread Andrew Boyer
This patch series adds support to net/ionic for using UIO platform devices as DPDK vdevs. This is used by client applications which run directly on the AMD Pensando family of devices. The UIO code is implemented in a new common code library so that it can be shared with the upcoming crypto/ionic d