On Mon, Apr 02, 2018 at 12:41:33PM +, Xueming(Steven) Li wrote:
> > this device should to the same instead of refusing it
>
> Just double confirm, is it "do the same"? are you suggesting not denying
> unsupported hash function in rte_eth_dev_configure()?
I mean, if others PMD are ignoring non
> this device should to the same instead of refusing it
Just double confirm, is it "do the same"? are you suggesting not denying
unsupported hash function in rte_eth_dev_configure()?
From quick view of ixgbe code, kind of try best, would like to hear from
other PMDs on how this interpreted.
>
On Thu, Mar 22, 2018 at 10:42:44AM +, Xueming(Steven) Li wrote:
> Just remind, denying unsupported hash function in rte_eth_dev_configure()
> might
> impact some user app using PMD that simply ignoring them silently.
If the default behavior from other devices is to use only possible
values, t
Just remind, denying unsupported hash function in rte_eth_dev_configure() might
impact some user app using PMD that simply ignoring them silently.
Testpmd command "port config rss all" should be updated as well
to 'all' supported values from rte_eth_dev_info, I'll include this change in
next ve
On Sun, Mar 18, 2018 at 03:37:20PM +0800, Xueming Li wrote:
> Add supported RSS hash function check in device configuration to
> have better error verbosity for application developers.
>
> Signed-off-by: Xueming Li
> ---
> drivers/net/mlx5/mlx5_ethdev.c | 8
> 1 file changed, 8 insertion
Add supported RSS hash function check in device configuration to
have better error verbosity for application developers.
Signed-off-by: Xueming Li
---
drivers/net/mlx5/mlx5_ethdev.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/drivers/net/mlx5/mlx5
6 matches
Mail list logo