numam-dpdk/app/test-pmd
Nélio Laranjeiro f3fb0e4625 app/testpmd: fix RSS structure initialisation
Struct rss_conf.rss_key_len is not initialised forcing the user to
verify the rss_conf.rss_key pointer to know if the key is present
or not.  rss_conf.rss_key_len should have a valid length according
to the size of the rss_key pointed.

Fixes: 560e02ee52 ("app/testpmd: configure RSS without restart")
Cc: stable@dpdk.org

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
2017-10-26 02:33:01 +02:00
..
cmdline_flow.c app/testpmd: add commands traffic metering and policing 2017-10-20 14:10:34 +02:00
cmdline_mtr.c app/testpmd: add commands traffic metering and policing 2017-10-20 14:10:34 +02:00
cmdline_mtr.h app/testpmd: add commands traffic metering and policing 2017-10-20 14:10:34 +02:00
cmdline_tm.c app/testpmd: add commands for TM nodes and hierarchy commit 2017-10-20 16:02:33 +02:00
cmdline_tm.h app/testpmd: add commands for TM nodes and hierarchy commit 2017-10-20 16:02:33 +02:00
cmdline.c app/testpmd: fix RSS structure initialisation 2017-10-26 02:33:01 +02:00
config.c app/testpmd: fix port id type 2017-10-13 01:17:49 +01:00
csumonly.c app/testpmd: enable TCP/IPv4 VxLAN and GRE GSO 2017-10-12 01:36:57 +01:00
flowgen.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
icmpecho.c app/testpmd: fix typos 2017-03-10 14:11:56 +01:00
ieee1588fwd.c ethdev: increase port id range 2017-10-06 18:23:25 +02:00
iofwd.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
macfwd.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
macswap.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
Makefile app/testpmd: add commands for TM capability and stats 2017-10-20 15:47:10 +02:00
parameters.c app/testpmd: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
rxonly.c app/testpmd: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
testpmd.c app/testpmd: fix port id type 2017-10-13 01:17:49 +01:00
testpmd.h app/testpmd: remove useless function declarations 2017-10-26 02:33:00 +02:00
tm.c app/testpmd: fix integer overflow 2017-10-26 02:33:00 +02:00
txonly.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00