From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) by dpdk.org (Postfix) with ESMTP id 0C0375320 for ; Mon, 10 Jun 2013 11:17:59 +0200 (CEST) Received: by mail-wg0-f52.google.com with SMTP id z12so4084209wgg.7 for ; Mon, 10 Jun 2013 02:18:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id:x-gm-message-state; bh=MGb3Ubhy7QJbpVhsCnPqZrMIX8VKN9NFXGhJSH/sYr4=; b=HzK/dSy3If+KDG9hOPUzjsTv0GlwgZnXt6m6cAmwAg9Lcutg6u/3UUHqM7GLCDkSUz sYVhd0UJVJi738CHHKbOc/umURgSmOrUMvEFYFtQxh7gQCxS9tSyTU5yiaJSF++HzkJ5 sjWCdrn1kaEevtX3PfJKZIe7A2cHKIWtYj9faCu2DMR7nqUrgJHqdKWrUtoVVLQStLJs jYMPcsbm/v6eyR7RjrgrIippaBgr8aJ0JPpEDv0FKUuWpUsYpgqYo2V64FLpzRFMLBH8 TpJXksTxPLrkYlSbi3wZzIGI62sZRa5+4INK8Jkm3oZNFYaqyq7ToHB0gB/6loT5AFlj uQwA== X-Received: by 10.180.211.197 with SMTP id ne5mr4151161wic.54.1370855888886; Mon, 10 Jun 2013 02:18:08 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ev19sm9979882wid.2.2013.06.10.02.18.07 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 02:18:08 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Gal Sagie Date: Mon, 10 Jun 2013 11:18:10 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201306101118.10282.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQmIMyqUFJvxbrY+tConZLPHVLMG1hzXaul1MVHnNZReZbz/Cr6gWOxC3c7cVq+rTqkxP24H Cc: dev@dpdk.org Subject: Re: [dpdk-dev] L3/L4 Filters configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 09:18:00 -0000 Hello, 09/06/2013 15:29, Gal Sagie : > Is there any chance to see an example of how to configure L3/L4 filters per > port in the NIC ? > also is there any way to control the queue number which a certain RSS > hashing result map to (would love to see an example of that as well) ? You should have a look to the fdir functions into testpmd's directory: grep -r fdir app/test-pmd -- Thomas