Re: [dpdk-dev] [PATCH v1 5/9] app/testpmd: fix RSS flow action configuration

2018-05-06 Thread Zhao1, Wei
u, Wenzhuo ; Wu, Jingjing > > Subject: [dpdk-dev] [PATCH v1 5/9] app/testpmd: fix RSS flow action > configuration > > 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 &g

[dpdk-dev] [PATCH v1 5/9] app/testpmd: fix RSS flow action configuration

2018-03-23 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