Skip to content

Commit

Permalink
Recipes/ENRT/BaseSRIOVNetnsTcRecipe.py: remove vf_suffix parameter
Browse files Browse the repository at this point in the history
This parameter is no longer required as the device names are parsed from
netlink messages.

Signed-off-by: Jan Tluka <[email protected]>
  • Loading branch information
jtluka committed Nov 15, 2023
1 parent d50aef1 commit 137004c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lnst/Recipes/ENRT/BaseSRIOVNetnsTcRecipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from lnst.Common.Parameters import (
Param,
StrParam,
IPv4NetworkParam,
IPv6NetworkParam,
)
Expand Down Expand Up @@ -74,8 +73,6 @@ class BaseSRIOVNetnsTcRecipe(
With specific kernel parameter `biosdevname=1` we can expect default suffix on
VF to be created to be `_n`, where n is the index of VF created.
"""
vf_suffix = StrParam(default="_0")

offload_combinations = Param(default=(
dict(gro="on", gso="on", tso="on", tx="on", rx="on"),
dict(gro="off", gso="on", tso="on", tx="on", rx="on"),
Expand Down

0 comments on commit 137004c

Please sign in to comment.