Re: [dpdk-dev] [PATCH v6 07/11] app/testpmd: fix RSS flow action configuration

2018-05-06 Thread Peng, Yuan
help to check it? Thank you very much. Yuan. -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Adrien Mazarguil Sent: Thursday, April 19, 2018 6:08 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Lu, Wenzhuo ; Wu, Jingjing ; Xueming Li Subject: [dpdk-dev] [PATCH v6 07/11]

[dpdk-dev] [PATCH v6 07/11] app/testpmd: fix RSS flow action configuration

2018-04-19 Thread Adrien Mazarguil
Except for a list of queues, RSS configuration (hash key and fields) cannot be specified from the flow command line and testpmd does not provide safe defaults either. In order to validate their implementation with testpmd, PMDs had to interpret its NULL RSS configuration parameters somehow, howeve