fix compilation error on 386

Update github.com/safchain/ethtool to fix the compilation
error on 386. Also added 386 to the tarvis yaml.

Fixes #322

Signed-off-by: Moshe Levi <moshele@mellanox.com>
This commit is contained in:
Moshe Levi
2019-05-24 23:27:17 +03:00
parent 0950a3607b
commit 2753b9af8f
7 changed files with 355 additions and 38 deletions

View File

@ -33,6 +33,7 @@ func main() {
if err != nil {
panic(err.Error())
}
defer ethHandle.Close()
// Retrieve tx from eth0
stats, err := ethHandle.Stats("eth0")