[dpdk-dev] [PATCH] app: fix configuration of pause frames in testpmd

2013-07-10 Thread Thomas Monjalon
10/07/2013 09:27, Ivan Boule : > From: Zijie Pan > > The entries for the configuration of the reception and of the transmission > of pause frames are inverted in the mode conversion array. > > Signed-off-by: Zijie Pan > Acked-by: Ivan Boule > --- applied -- Thomas

[dpdk-dev] [PATCH] app: fix configuration of pause frames in testpmd

2013-07-10 Thread Ivan Boule
From: Zijie Pan The entries for the configuration of the reception and of the transmission of pause frames are inverted in the mode conversion array. Signed-off-by: Zijie Pan Acked-by: Ivan Boule --- app/test-pmd/cmdline.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi