From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 7DF2B595B for ; Thu, 13 Nov 2014 09:31:29 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id ex7so165201wid.0 for ; Thu, 13 Nov 2014 00:41:27 -0800 (PST) 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=iFaTUQ11N+wbhWEQQj4M3mGxKjunH8cxZNSU72hveNQ=; b=ZOWLPAd9dUeAbFImtJCZUPM5ax8UNIiyz8q/I/tI4cZGgB8Idt9HGH0oDe0lGw+ZaB y5wfe0LFiqwJZDefjMdKXxL9B7F2uT8NcxyWmmGCP+CFVjqotECZLTNzctzO6/IHQidp TV5OZrVC5D2VqXgQAUdiXnYdom87mYc5i4NEY+Mr/gu/gQADaaEQ2FMG/na6kV1kheZP X2otlMRiGq2ny2RJqvL9GF0s/iwkpn0uquaDIaaIqfEJGNuf0zxjsyk1SI4pNsPL1H+f bQElVQ8wqSB0rgA3+s2NlqAjwivE+50ky/Ty0dl37UUxrAMYGuZev7Gnr70m/5Ozi2fm xeZA== X-Gm-Message-State: ALoCoQkdbhOwz70+bbeoqYnudlxJ3RfT27d/pSLsDV32T6JYPeBXo98Bs8xU43UV86UYQhq63QNQ X-Received: by 10.181.13.20 with SMTP id eu20mr1661473wid.36.1415868087384; Thu, 13 Nov 2014 00:41:27 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bl9sm24758870wib.24.2014.11.13.00.41.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 00:41:26 -0800 (PST) From: Thomas Monjalon To: "Wu, Jingjing" Date: Thu, 13 Nov 2014 09:41:09 +0100 Message-ID: <2528924.vQqBeok9ND@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <9BB6961774997848B5B42BEC655768F8B47F69@SHSMSX104.ccr.corp.intel.com> References: <1411628369-29532-1-git-send-email-jingjing.wu@intel.com> <4699150.INYaCBBBvY@xps13> <9BB6961774997848B5B42BEC655768F8B47F69@SHSMSX104.ccr.corp.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 1/3] ethdev: define ctrl_pkt filter type and its structure 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, 13 Nov 2014 08:31:29 -0000 Hi Jingjing, 2014-11-13 05:44, Wu, Jingjing: > The input set of control packet filter are dst_mac and ethertype in Ethernet head. > To be clear, I think it's better to use the name ethertype filter. > > While there is already ethertype filter existing in igb and ixgbe driver. I will rename > The patchset to ethertype filter and also integrate igb and ixgbe's ethertype filter > To the filter_ctrl API. > > What do you think? OK, good. If I understand well, this feature is now planned for release 2.0? -- Thomas