From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id 0E90DB0C5 for ; Mon, 16 Jun 2014 20:00:26 +0200 (CEST) Received: by mail-we0-f174.google.com with SMTP id u57so6184172wes.33 for ; Mon, 16 Jun 2014 11:00:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=RS78RyOwOKhKH7hZYTfrlRfh7y4rC85kRMs5pj5tySI=; b=OEhTgkbx65wqOqrvrnBbrbk46ovtCkLXMEVyEcZLOpbSMnfCojsx/eGyZHMDtEcElz +WAgIMtY5xuL4/w8+q44ZB1xGskng7Qzr8WNin92k7+U8UJ81+p3SAcqPbBgp2KVB2iE JFY1qZ/SdFEYThcPGzvYtutzGbF5+qOjKR8LUW+TVeT1mNp5yiVYwliW+QXaBdDosqDE IjpYzdvCC5fYYFcY0BC0qVcq+V7MAO3+eWrRb2jx//tzIyidStG5LEXjDs3Z0+zJcwUy kMp6SIpPcGtO2RhNYJxSJc1Izd4z4GbiIktk0pPsehG0JBoZp3Up8WHukbDaoFlaK2H2 ee3Q== X-Gm-Message-State: ALoCoQkMOMI22gC2hMl9b89yGBJDPsF27oRWpj6G+TNxatSdxsHD/T750G30zz2cReItBxwVEIf8 X-Received: by 10.194.11.74 with SMTP id o10mr6529064wjb.82.1402941643050; Mon, 16 Jun 2014 11:00:43 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id hs8sm15983070wib.10.2014.06.16.11.00.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Jun 2014 11:00:42 -0700 (PDT) From: Thomas Monjalon To: Jingjing Wu Date: Mon, 16 Jun 2014 20:00:41 +0200 Message-ID: <2390745.NRo8ZSvNQb@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1402903906-24307-1-git-send-email-jingjing.wu@intel.com> References: <1402903906-24307-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 0/4] NIC filters support for generic filter 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, 16 Jun 2014 18:00:27 -0000 2014-06-16 15:31, Jingjing Wu: > A generic filter mechanism for handling special packet is required. > It will allow filters to be set in HW when available so that specific > packet may be filtered by NICs to specific descriptor queues for > processing. Currently only Flow Director for Intel's 10GbE 82599 > devices is available. Other types of filter are not support. > NIC filters list below are implemented in this patchset: > ethertype filter, syn filter, 2tuple filter and flex filter for 82580 and i350 > ethertype filter, syn filter, 5tuple filter for 82576 > ethertype filter, syn filter and 5tuple filter for 82599 Reviewed-by: Vladimir Medvedkin Acked-by: Thomas Monjalon I've fixed some doxygen comments and logs. Applied for version 1.7.0. Hope to see more patches about filtering in coming weeks. Thanks -- Thomas