From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id E630B7DFC for ; Thu, 30 Oct 2014 23:26:51 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id d1so5823729wiv.1 for ; Thu, 30 Oct 2014 15:35:49 -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=ohe5wMo3gei6YQO0m085FkagnTHD+nUOgnGDL8KiQKw=; b=S6FIFyg0XxMTHhZCqImitKT/aPQ+DStvMS2565rej6IBlQqo/gCExXFvwsiBo66nFx rqZaloBOhtq69RK55mWcynzNvKfVSNO0PFHnGVwE7E2PooqsXMJOR6FfwcjYOIpVfh9z ywVGrKJOLqAp7mECsOwn22rZAJIqCCJ7dJwcvUs9M+VwD6pPCXNTmq1JmQ0dqYPalJQS h/y9awWsGiafQvK7p2J6sdBXlBu1IYca3PH2oSQspQtf2Mf7Cuif0eEWv3o6BO/l6f9Q bYzRlVBqALUI1xn+fO5bZJBKJKccxJrpgY/+KNC+rUiSm5aVfOKafb3F9gENWf66f0po pghw== X-Gm-Message-State: ALoCoQmmyjU3NOTpfrESIjn9/irQ86Bbt1EglPE+lbTG6Vk6VVTbitDaAAmpHGMcp1n9cAAdB1Z3 X-Received: by 10.194.3.78 with SMTP id a14mr123737wja.107.1414708549658; Thu, 30 Oct 2014 15:35:49 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wm6sm10176958wjb.5.2014.10.30.15.35.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Oct 2014 15:35:48 -0700 (PDT) From: Thomas Monjalon To: Jijiang Liu Date: Thu, 30 Oct 2014 23:35:30 +0100 Message-ID: <15733547.oVbdahgMLF@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1414137525-23582-1-git-send-email-jijiang.liu@intel.com> References: <1411442991-15386-1-git-send-email-jijiang.liu@intel.com> <1414137525-23582-1-git-send-email-jijiang.liu@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 v2 0/4] support VF MAC filter on Fortville 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: Thu, 30 Oct 2014 22:26:52 -0000 2014-10-24 15:58, Jijiang Liu: > The patch set enhances configurability of MAC filter and supports VF MAC filter on Fortville. > > It mainly includes: > - The following filter type are configurable: > 1. Perfect match of MAC address > 2. Perfect match of MAC address and VLAN ID > 3. Hash match of MAC address > 4. Hash match of MAC address and perfect match of VLAN ID > - Support perfect and hash match of unicast and multicast MAC address for VF for i40e > > v2 updates: > * Integrate the v1 patch set into the new filter framework. > * Optimize MAC filter data structures in rte_eth_ctrl.h file. > > jijiangl (4): > Expand data structures of MAC filter in rte_eth_ctrl.h file. > Expand MAC filter implemantation in i40e. > Support VF MAC filter in i40e. > Test VF MAC filter in testpmd Applied Thanks -- Thomas