From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id 3EFC41C0FB for ; Fri, 13 Apr 2018 15:42:53 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id w2so7076456wmw.1 for ; Fri, 13 Apr 2018 06:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=fr2wHoCXxS+h4zrRWqBlubrrpn0o2faKkI8/oJ0HV+U=; b=P+OvsQXSREgBJYxAg+ld47Rvi26gS8P6jTBa78RIVrDHn33mVMvnJd1aihBakHlCG9 St2vWQ5dLLj2E25wYfs5vMQ+RJ0/QggEvK0KNYpJzfZRA8KPw5y0h6JFGaRq6l/XEAMt 7cBaSr+cO2VsXXUw2yFlJkkQ21OAb7KcQBD/4ZI/5rTQSWptqG8yVt7vUEEiAgoKjOOR s38DOa4jrBLYRvlueB2erSoHhdaY5a47Pe7E4Avm/0Z/VKn+0YA1g02RagyybHiGpUdP VezNxfjHECm7V4PYWQ6aP1Mw3fIjlXIRpzlnRQBbXp7prmb+sWT+42qmILLj1lOo5QQW aWMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=fr2wHoCXxS+h4zrRWqBlubrrpn0o2faKkI8/oJ0HV+U=; b=hVjMMsb/01pdFrML7Ineb90eT7kf54tfiFtan+g8jQwgL+zRC1DzKXHWUqPhRPZC5s 4FFClKsmDvkrDwWmOXr42iiQdbiN9VquH5B+CKzcOmFvNUqoKmeETbYtKK+mOASkfmGY jOBOr6noqwrP8/xbOHJUdrFEbKFeWePA+7ir7gvcs5lOc8Og1APfIuVhDUTWZpexcRCa SM8zDZFdYY05DZSgehAXhNTY16IBLKsH0C61WvctAXI15h39zYYecGD2xJ/uLgYcGB7O 73jjxRiFnxGFBB3oghVRQy6TuC01c/fLVkzt2dmiSIEWAQEpCrBsEsZXk4TL/xPgrPe4 VA+A== X-Gm-Message-State: ALQs6tCX0yxXRxZ7q/+wxJJ8QjZMMu/Doj23xL8/K6NnDrbw4nPYnKxs 3KXaOgXiRtZhiIWgirLXcafy X-Google-Smtp-Source: AIpwx4/xKJ3noFbUQPmefLplQaw4KHfatqeRAw//c/Kety+fbX2CJmE9NL/8ehpVlniCUxF+3ztRqA== X-Received: by 10.28.228.130 with SMTP id b124mr4027094wmh.100.1523626973042; Fri, 13 Apr 2018 06:42:53 -0700 (PDT) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id p128sm3274682wmd.45.2018.04.13.06.42.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Apr 2018 06:42:52 -0700 (PDT) Date: Fri, 13 Apr 2018 15:43:16 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Xueming Li Cc: Shahaf Shuler , dev@dpdk.org Message-ID: <20180413134316.rg2wla2ua444kxtv@laranjeiro-vm.dev.6wind.com> References: <20180410133415.189905-1-xuemingl%40mellanox.com> <20180413112023.106420-15-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180413112023.106420-15-xuemingl@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v3 14/14] net/mlx5: support RSS configuration in isolated mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 13:42:53 -0000 On Fri, Apr 13, 2018 at 07:20:23PM +0800, Xueming Li wrote: > Enable RSS related configuration in isolated mode. > > Signed-off-by: Xueming Li > --- > drivers/net/mlx5/mlx5.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/net/mlx5/mlx5.c b/drivers/net/mlx5/mlx5.c > index 89b683d6e..521f60c18 100644 > --- a/drivers/net/mlx5/mlx5.c > +++ b/drivers/net/mlx5/mlx5.c > @@ -333,6 +333,10 @@ const struct eth_dev_ops mlx5_dev_ops_isolate = { > .mtu_set = mlx5_dev_set_mtu, > .vlan_strip_queue_set = mlx5_vlan_strip_queue_set, > .vlan_offload_set = mlx5_vlan_offload_set, > + .reta_update = mlx5_dev_rss_reta_update, > + .reta_query = mlx5_dev_rss_reta_query, > + .rss_hash_update = mlx5_rss_hash_update, > + .rss_hash_conf_get = mlx5_rss_hash_conf_get, > .filter_ctrl = mlx5_dev_filter_ctrl, > .rx_descriptor_status = mlx5_rx_descriptor_status, > .tx_descriptor_status = mlx5_tx_descriptor_status, > -- > 2.13.3 This API are only modifying the behavior of control plane flows, i.e. unicast, promiscuous and all multicast, in isolated mode such flows are never created to comply with the isolated mode. There is no need to enable such API. Thanks, -- Nélio Laranjeiro 6WIND