Re: [dpdk-dev] [PATCH 1/7] net/sfc/base: add a new means to control RSS hash

2018-04-19 Thread Andrew Rybchenko
On 04/06/2018 08:21 PM, Andrew Rybchenko wrote: From: Ivan Malov Currently, libefx has no support for additional RSS modes available with later controllers. In order to support this, libefx should be able to list available hash configurations. This patch provides basic infrastructure for the n

[dpdk-dev] [PATCH 1/7] net/sfc/base: add a new means to control RSS hash

2018-04-06 Thread Andrew Rybchenko
From: Ivan Malov Currently, libefx has no support for additional RSS modes available with later controllers. In order to support this, libefx should be able to list available hash configurations. This patch provides basic infrastructure for the new interface. The client drivers will be able to q