From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id D8FAD5A6F for ; Tue, 20 Jan 2015 09:17:37 +0100 (CET) Received: by mail-wg0-f41.google.com with SMTP id a1so13692130wgh.0 for ; Tue, 20 Jan 2015 00:17:37 -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=8miup2FAVUiFCoI3ZlNrJEpaa3EBQj48UAZkYxP/QRQ=; b=K8zdxlQKgsZFx6XalZxjxyBbzjGDk3NLprC9dO8YpxvgH8wjAJXSGGYgLG75G2UcG8 BESDCmTk3WJPLSWF+5b7IBdxQ+PiEg/ND8vn4/UuBoQcwvxoDUw/yrJLZ8/d/sF1uQFk m4GvxSbh0yeRmf3lDDp/4NMrir0TCPXi6AeEir7Q9Cin8jJRM17qz2AJQHSA6z5OSnZf 3Mq/1bOu87y+QT44tdnBKC+3oPva5BLswU0Izya4Z710sGEfNWsaHB5tg6yRvA6FI/MQ GAwce4h6VA3SOnP9FbaBaa8SiUIUnSDle77wZqsLaNV9LY/qnRvvFMPimnGQaQTkhj+j Mo6w== X-Gm-Message-State: ALoCoQkh/On+Wj4NIzAb1wo6I1mR8LlM5sJG8iZ0P+C2HLPFNvQzqieJ4ozuDF9VQJeckNqcsQbp X-Received: by 10.180.208.74 with SMTP id mc10mr35275288wic.51.1421741857036; Tue, 20 Jan 2015 00:17:37 -0800 (PST) Received: from xps13.localnet (41.26.90.92.rev.sfr.net. [92.90.26.41]) by mx.google.com with ESMTPSA id lq5sm171415wjb.35.2015.01.20.00.17.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jan 2015 00:17:36 -0800 (PST) From: Thomas Monjalon To: "Wu, Jingjing" Date: Tue, 20 Jan 2015 09:17:08 +0100 Message-ID: <4097836.RDcs8Njeic@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: <1419477270-14611-1-git-send-email-jingjing.wu@intel.com> <1421046973-23283-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 v2 0/4] Integrate ethertype filter in igb/ixgbe driver to new API 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: Tue, 20 Jan 2015 08:17:38 -0000 > > v2 changes: > > change the return value if adding an existing filter from the filter's index to > > negative value. > > > > The patch set uses new filter_ctrl API to replace old ethertype filter APIs. > > It uses new functions and structure to replace old ones in igb/ixgbe driver, new > > commands to replace old ones in testpmd, and removes the old APIs. > > > > Jingjing Wu (4): > > ixgbe: new functions replace old ones for ethertype filter > > e1000: new functions replace old ones for ethertype filter > > testpmd: new commands for ethertype filter > > ethdev: remove old APIs and structures of ethertype filter > > Acked-by: Helin Zhang Applied Thanks -- Thomas