Ed Bartosh
Ed Bartosh
Some of the DLB usage scenarios (e.g. DPDK or libdlb using VFs) require additional setup, such as enabling VFs, binding them etc. This should be done in the initcontainer similarly...
Currently Simics CI images are 20Gb in size. It takes around half an hour to scp it to computers connected by VPN, which is a recommended way to modify the...
The [Intel® Query Processing Library (Intel® QPL)](https://github.com/intel/qpl) is an open-source library to provide high-performance query processing operations on Intel CPUs. Intel® QPL is aimed to support capabilities of the new...
This is just an idea that [DML](https://github.com/intel/DML) might be of some use for us as it uses DSA. For example, we may want to use their examples in our DSA...
Currently we have only basic test cases for the GPU plugin. Let's extend them to cover more plugin functionality.
Currently e2e jobs are run in parallel with other CI checks on every PR. However, e2e jobs are much more expensive to run than CI checks. It makes sense to...
Go 1.18 is due as a production release in February 2022. It includes an implementation of generic features as described by the [Type Parameters Proposal](https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md). It makes sense to evaluate...
There is a lot of copied&pasted code in pkg/controllers, for example in SetupReconciler, NewDaemonSet, UpdateDaemonSet, UpdateStatus, setInitContainer, addVolumeIfMissing functions. [dupl](https://github.com/mibk/dupl) reports quite a bit of duplicates for this code: ```...
Github Environments and actions provide a good opportunity to automate our development and release process. We may want to use it for this project. Here is an example of a...
At the moment of creating this issue the latest version of Intel Acceleration Stack software is 1.2.1: https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/acceleration-card-arria-10-gx/getting-started.html It includes Open Programmable Acceleration Engine (OPAE) version: 1.1.2-2 So far FPGA...