Skip to content

Commit

Permalink
Use config for sriov by tapfdsource
Browse files Browse the repository at this point in the history
  • Loading branch information
jellonek committed Jul 3, 2018
1 parent cbca4d0 commit 641c597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tapmanager/tapfdsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func NewTapFDSource(cniClient cni.Client, enableSriov bool, calicoSubnetSize int
cniClient: cniClient,
fdMap: make(map[string]*podNetwork),
calicoSubnetSize: calicoSubnetSize,
enableSriov: enableSriov,
}

return s, nil
Expand Down

0 comments on commit 641c597

Please sign in to comment.