mbox series

[0/3] app/testpmd: fixes for testpmd application

Message ID 20200121114433.57543-1-huwei013@chinasoftinc.com (mailing list archive)
Headers
Series app/testpmd: fixes for testpmd application |

Message

Wei Hu (Xavier) Jan. 21, 2020, 11:44 a.m. UTC
  These patchset are fixes for testpmd application.

Wei Hu (Xavier) (3):
  app/testpmd: update Rx offload after setting MTU sccessfully
  app/testpmd: fix the initial value when setting PFC
  app/testpmd: fix uninitialized members when setting PFC

 app/test-pmd/cmdline.c |  3 ++-
 app/test-pmd/config.c  | 18 +++++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)
  

Comments

Ferruh Yigit Feb. 4, 2020, 6:24 p.m. UTC | #1
On 1/21/2020 11:44 AM, Wei Hu (Xavier) wrote:
> These patchset are fixes for testpmd application.
> 
> Wei Hu (Xavier) (3):
>   app/testpmd: update Rx offload after setting MTU sccessfully
>   app/testpmd: fix the initial value when setting PFC
>   app/testpmd: fix uninitialized members when setting PFC
> 

Since they are not dependent to each other, applied 2/3 and 3/3.

I would like to get more input for 1/3.