From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f179.google.com (mail-wr0-f179.google.com [209.85.128.179]) by dpdk.org (Postfix) with ESMTP id 6A4BC1B160 for ; Mon, 18 Sep 2017 16:54:57 +0200 (CEST) Received: by mail-wr0-f179.google.com with SMTP id c23so715229wrg.9 for ; Mon, 18 Sep 2017 07:54:57 -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=ySl+ZGC/vJQ6qXayY2einjJ8522nHTqbvH3dx9YqDlk=; b=ijHwxZOjAQSNg2VtHY0rPqJQD+5HBMHauEY9NOVlsDW3M2ZC6d9cm8EcgI8zMWgKQ6 zrm+M387otaFjj75ziC4M7KdrUJbU28DEgW2fpZf54E4A7kH+0309A6gDGUY2hX37lAP Et0LojNeHS5Zk8GgMfw1bFoIzjCz7+TD/044vfcoyygn/uQ7iBPtk79QJ5YJiCtjM/bK Z2ox0px90Qkdc1N0gXVp0f2arMuDQRk6TVAq9BTo4NvudgR1PSPmtDSG49juNELJzBBg wSYqPkVdueP1RSoi9feebbb0xD9usy43q48LKBBKebJXnW4J23wQwgTSDt29CK+AyYGu IdFQ== 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=ySl+ZGC/vJQ6qXayY2einjJ8522nHTqbvH3dx9YqDlk=; b=am9bzVsObJWK7RpkGZlhSeHLVXYrkw8W4JiREBqBsDxXx2lFB6XAB3x0rUdpMIbuy7 fCc5DNVkQQA/UVCVGb7fmsCm/U85cIorc+u5AUTne6NnqYclI2+YtNpTwL8MyOKmg1se o7Umu7ZwaNI79mwIfNRH+gHb1jHi83bx5NP4m8t9UBl4g87+OO+gyNebfkuq5F3yZZYc HoK3aGZ++bi1JjouSTZaWxxuA8tqWuriTJZSvRHuhYRoRTAirCMiEFw/b1A+TABIHxCT 5bDXuxXV55WJvkglPBIZex3PY3h9dEPiY791y5o9GEkoPu8RRLs/zjqcCYfgngSei0p3 JGFw== X-Gm-Message-State: AHPjjUjRyOkbody2JhtPqb9NyzdSIc2WHqlw8/Y4NHuQPr5w6uc+rj9S 3q7W89JiSdWr0x4+cdRCsQ== X-Google-Smtp-Source: ADKCNb7gFTzcO3XIu3UUvK1euX+7tT/KNvzqle+gLUUdfCCox4sHAQhdA9nqKlxk5VxdL+QnLGrulw== X-Received: by 10.223.195.41 with SMTP id n38mr27788072wrf.75.1505746496956; Mon, 18 Sep 2017 07:54:56 -0700 (PDT) Received: from shalom (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id z132sm6816570wmb.4.2017.09.18.07.54.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Sep 2017 07:54:56 -0700 (PDT) Date: Mon, 18 Sep 2017 16:55:45 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: george.dit@gmail.com Cc: Shahaf Shuler , "users@dpdk.org" Message-ID: <20170918145541.nabwd7tlxj3lbmzm@shalom> References: <20170918132054.twz6ba3xnhubhpc4@shalom> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-users] DPDK application that sends rules to the NIC X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 14:54:57 -0000 On Mon, Sep 18, 2017 at 06:38:36AM -0700, george.dit@gmail.com wrote: > Hi Nelio, > Thanks for the prompt reply. > I tried not to overwhelm the e-mail but you are right, there is some > missing information. > DPDK version: 17.08 > MLNX_OFED: MLNX_OFED_LINUX-3.4-2.0.0.0-ubuntu16.04-x86_64.tgz According to the documentation, you should use Mellanox OFED version: 4.1 [1], can you test with the correct version? On my side, I've tested your snippet by replacing queue_index variable by 0. It work perfectly, I suppose your issue comes from the wrong verbs version. Regards, [1] http://dpdk.org/doc/guides/nics/mlx5.html -- Nélio Laranjeiro 6WIND