From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH 07/16] mlx4: update optimized steering warning message Date: Sat, 6 Jun 2015 01:15:11 +0200 Message-ID: <1433546120-2254-8-git-send-email-adrien.mazarguil@6wind.com> References: <1433546120-2254-1-git-send-email-adrien.mazarguil@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 6F0DAC3B2 for ; Sat, 6 Jun 2015 01:16:04 +0200 (CEST) Received: by wibut5 with SMTP id ut5so34653941wib.1 for ; Fri, 05 Jun 2015 16:16:04 -0700 (PDT) In-Reply-To: <1433546120-2254-1-git-send-email-adrien.mazarguil@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Olga Shern This feature is now also supported in VMs. Signed-off-by: Olga Shern Signed-off-by: Adrien Mazarguil --- 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