mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-03 12:38:08 +07:00
samples/pktgen: Delete unused function pg()
This function is not used and wouldn't do anything useful as pktgen does not have an 'inject' command. Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7c95a9d962
commit
865367db65
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,11 +14,6 @@ function pgset() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function pg() {
|
|
||||||
echo inject > $PGDEV
|
|
||||||
cat $PGDEV
|
|
||||||
}
|
|
||||||
|
|
||||||
# Config Start Here -----------------------------------------------------------
|
# Config Start Here -----------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user