mbox

[V1,0/2] examples/ethtool: fix MTU set and add MTU query

Message ID 1619693609-28244-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) April 29, 2021, 10:53 a.m. UTC
  From: Huisong Li <lihuisong@huawei.com>

This patchset fixes MTU data type when set MTU, and supports the query
of MTU.

Huisong Li (2):
  examples/ethtool: fix data type of MTU
  examples/ethtool: support the query of MTU

 examples/ethtool/ethtool-app/ethapp.c | 54 ++++++++++++++++++----------
 examples/ethtool/lib/rte_ethtool.c    | 16 ++++++++---
 examples/ethtool/lib/rte_ethtool.h    | 16 ++++++++++-
 3 files changed, 63 insertions(+), 23 deletions(-)