Re: [dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-05-01 Thread Ferruh Yigit
On 4/29/2020 1:42 PM, Ferruh Yigit wrote: > On 4/29/2020 7:41 AM, oulijun wrote: >> >> >> 在 2020/4/27 21:27, Ferruh Yigit 写道: >>> On 4/27/2020 1:49 PM, Andrew Rybchenko wrote: On 4/27/20 3:34 PM, Lijun Ou wrote: > When rte api checks the Rx RSS distribution is enable but the RSS > hash

Re: [dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-04-29 Thread Ferruh Yigit
On 4/29/2020 7:41 AM, oulijun wrote: > > > 在 2020/4/27 21:27, Ferruh Yigit 写道: >> On 4/27/2020 1:49 PM, Andrew Rybchenko wrote: >>> On 4/27/20 3:34 PM, Lijun Ou wrote: When rte api checks the Rx RSS distribution is enable but the RSS hash is disabled, it will return an error.

Re: [dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-04-28 Thread oulijun
在 2020/4/27 21:27, Ferruh Yigit 写道: On 4/27/2020 1:49 PM, Andrew Rybchenko wrote: On 4/27/20 3:34 PM, Lijun Ou wrote: When rte api checks the Rx RSS distribution is enable but the RSS hash is disabled, it will return an error. Signed-off-by: Lijun Ou --- lib/librte_ethdev/rte_ethdev.c |

Re: [dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-04-28 Thread oulijun
在 2020/4/27 20:49, Andrew Rybchenko 写道: On 4/27/20 3:34 PM, Lijun Ou wrote: When rte api checks the Rx RSS distribution is enable but the RSS hash is disabled, it will return an error. Signed-off-by: Lijun Ou --- lib/librte_ethdev/rte_ethdev.c | 11 +++ 1 file changed, 11 inserti

Re: [dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-04-27 Thread Ferruh Yigit
On 4/27/2020 1:49 PM, Andrew Rybchenko wrote: > On 4/27/20 3:34 PM, Lijun Ou wrote: >> When rte api checks the Rx RSS distribution is enable but the RSS >> hash is disabled, it will return an error. >> >> Signed-off-by: Lijun Ou >> --- >> lib/librte_ethdev/rte_ethdev.c | 11 +++ >> 1 file

Re: [dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-04-27 Thread Andrew Rybchenko
On 4/27/20 3:34 PM, Lijun Ou wrote: > When rte api checks the Rx RSS distribution is enable but the RSS > hash is disabled, it will return an error. > > Signed-off-by: Lijun Ou > --- > lib/librte_ethdev/rte_ethdev.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/lib/librte_

[dpdk-dev] [PATCH] ethdev: check for Rx RSS distribution and RSS hash

2020-04-27 Thread Lijun Ou
When rte api checks the Rx RSS distribution is enable but the RSS hash is disabled, it will return an error. Signed-off-by: Lijun Ou --- lib/librte_ethdev/rte_ethdev.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lib/librte_ethdev/rte_ethdev.c b/lib/librte_ethdev/rte_ethdev.c