-
Notifications
You must be signed in to change notification settings - Fork 212
Provision DSA devices and workqueues through initcontainer #680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eddd733 to
37b559a
Compare
|
let's wait with this a bit still. |
37b559a to
f94f8ed
Compare
Codecov Report
@@ Coverage Diff @@
## main #680 +/- ##
=======================================
Coverage 60.06% 60.06%
=======================================
Files 32 32
Lines 2782 2782
=======================================
Hits 1671 1671
Misses 1028 1028
Partials 83 83 Continue to review full report at Codecov.
|
|
Added a license to DSA initcontainer Dockerfile. Will fix everything as you suggested, thanks for the input. |
f94f8ed to
fedc6c9
Compare
|
c4da835 to
7bb227f
Compare
|
Oops, missed your comments. I will update.
+1 |
7bb227f to
cae6c07
Compare
|
mythi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few additional comments
cae6c07 to
9545146
Compare
|
Changes from the previous version:
TODO/WIP
|
59b7191 to
38dcbf1
Compare
|
Changes:
|
fc29cd7 to
f4e7e6a
Compare
571a0db to
4369336
Compare
|
Changes:
|
|
Changes:
|
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Previously idxd kernel module instantiated some default DSA devices and workqueues on boot. This is a sample deployment that provisions DSA devices and workqueues for intel-dsa-plugin with accel-config utility through initcontainer. Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
|
Changes:
|
|
Changes:
|
|
@ozhuraki 3 more things would be nice to have:
|
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
I can cover these in the release notes but a short description and sample would indeed be good in the README |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works and is good IMO. short README update as @bart0sh suggested would be good still.
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
|
LGTM. Let's merge |
rojkov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is adds support for provisioning DSA devices and workqueues with accel-config utility for intel-dsa-plugin
through initcontainer.
Closes: #658