From: Olga Shern <ol...@mellanox.com>

This feature is now also supported in VMs.

Signed-off-by: Olga Shern <olgas at mellanox.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
---
 drivers/net/mlx4/mlx4.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/mlx4/mlx4.c b/drivers/net/mlx4/mlx4.c
index 1b86e58..061f5e6 100644
--- a/drivers/net/mlx4/mlx4.c
+++ b/drivers/net/mlx4/mlx4.c
@@ -2001,10 +2001,10 @@ rxq_mac_addr_add(struct rxq *rxq, unsigned int 
mac_index)
                    (rxq_promiscuous_enable(rxq) == 0)) {
                        if (rxq->promisc_flow != NULL)
                                rxq_promiscuous_disable(rxq);
-                       WARN("cannot configure normal flow but promiscuous"
-                            " mode is fine, assuming promiscuous optimization"
-                            " is enabled"
-                            " (options mlx4_core log_num_mgm_entry_size=-7)");
+                       WARN("cannot configure normal flow;"
+                            " if optimized steering is enabled"
+                            " (options mlx4_core log_num_mgm_entry_size=-7), "
+                            " please check RN and QSG for more information.");
                        priv->promisc_ok = 1;
                        return 0;
                }
-- 
2.1.0

Reply via email to