Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Merge requests
!330
Resolve "(NAUDIT) SmartNIC support"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "(NAUDIT) SmartNIC support"
feat/74-naudit-smartnic-support
into
develop
Overview
0
Commits
16
Pipelines
26
Changes
12
Merged
Ricard Vilalta
requested to merge
feat/74-naudit-smartnic-support
into
develop
2 months ago
Overview
0
Commits
16
Pipelines
26
Changes
12
Expand
Closes
#74 (closed)
0
0
Merge request reports
Compare
develop
version 12
4ed9cff3
2 weeks ago
version 11
aa2859d1
2 weeks ago
version 10
4295fcc4
2 weeks ago
version 9
98b68808
2 weeks ago
version 8
7f2d5e26
2 weeks ago
version 7
4f227e51
2 weeks ago
version 6
58af26b9
2 weeks ago
version 5
26b8ec13
2 weeks ago
version 4
da3611de
2 weeks ago
version 3
a8e61fa8
2 weeks ago
version 2
fa23a381
2 weeks ago
version 1
54f51998
2 months ago
develop (base)
and
latest version
latest version
147287b6
16 commits,
2 weeks ago
version 12
4ed9cff3
15 commits,
2 weeks ago
version 11
aa2859d1
14 commits,
2 weeks ago
version 10
4295fcc4
13 commits,
2 weeks ago
version 9
98b68808
12 commits,
2 weeks ago
version 8
7f2d5e26
11 commits,
2 weeks ago
version 7
4f227e51
10 commits,
2 weeks ago
version 6
58af26b9
9 commits,
2 weeks ago
version 5
26b8ec13
8 commits,
2 weeks ago
version 4
da3611de
7 commits,
2 weeks ago
version 3
a8e61fa8
6 commits,
2 weeks ago
version 2
fa23a381
5 commits,
2 weeks ago
version 1
54f51998
2 commits,
2 months ago
12 files
+
461
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
proto/context.proto
+
1
−
0
Options
@@ -230,6 +230,7 @@ enum DeviceDriverEnum {
DEVICEDRIVER_IETF_SLICE
=
14
;
DEVICEDRIVER_NCE
=
15
;
DEVICEDRIVER_SMARTNIC
=
16
;
DEVICEDRIVER_MORPHEUS
=
17
;
}
enum
DeviceOperationalStatusEnum
{
Loading