mbox

[v2,0/2] fix bugs for ethtool APP

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

Message

humin (Q) May 6, 2021, 3:46 a.m. UTC
  This patch fixed fix bugs for ethtool APP.

Chengwen Feng (1):
  examples/ethtool: fix Rx/Tx queue setup with rte socket id

Huisong Li (1):
  examples/ethtool: add closing port operation

 examples/ethtool/ethtool-app/main.c | 18 ++++++++++++++++++
 examples/ethtool/lib/rte_ethtool.c  |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
---
v2:
* modified commit info.
  add close port operation.