From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id 2B6F2ADC7 for ; Sun, 22 Feb 2015 03:11:30 +0100 (CET) Received: by wesk11 with SMTP id k11so11962809wes.11 for ; Sat, 21 Feb 2015 18:11:30 -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=lxq/iVofsBF8eNKBAT/XiGXjOOdeKXiVo7P36YEsifw=; b=SmlBGe+vzOEvY3TGA40HdX2eXCgyw24Fz7n9vIGDuzqexQk/l5lR+gi6O8lKaevcCf BuVlHFSbLi508auK20WDUfuqQqTYCZRIJ6fmLL50UFs+VT1F13fBHHTu4qFFaau+eLac R1MiXlb+7Ke75JsZk9TrC6sEwICqKgaSZVzMzzLJZQSwvuZmZuDkrxC3xL0oSBbwwWzU pidVUhHtp9CDylsRHQRz6k6kJqgcR1rxKERHJ9u+3JZ9ngqRGszgby2cTLKCw4qqwBZA cPNmMCn2vwYYn7IugwMsHjQmM4ZU3S6h4C9ajdSQ2ZC3lje+Kj72J9HeAelJbWx/1xRo f6iQ== X-Gm-Message-State: ALoCoQmDOs/k2xp+S9GvZeZnAnEX8JdpaGvvc4s+ZlG2TjkA7q8rqgf61YSnKu8Sc9XI+qCsVy1h X-Received: by 10.194.122.38 with SMTP id lp6mr9629238wjb.24.1424571090062; Sat, 21 Feb 2015 18:11:30 -0800 (PST) Received: from xps13.localnet (117.114.118.80.rev.sfr.net. [80.118.114.117]) by mx.google.com with ESMTPSA id mb20sm9282463wic.18.2015.02.21.18.11.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Feb 2015 18:11:29 -0800 (PST) From: Thomas Monjalon To: Jingjing Wu Date: Sun, 22 Feb 2015 03:10:58 +0100 Message-ID: <2609734.e1G8IO1KtJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1423641110-658-1-git-send-email-jingjing.wu@intel.com> References: <1420681358-24809-1-git-send-email-zhida.zang@intel.com> <1423641110-658-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/6] Integrate syn 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: Sun, 22 Feb 2015 02:11:30 -0000 > v2 changes: > - split one patch to patch series > - change the command's format in testpmd. > - return -ENOENT when deleting a disabled syn filter. > - add doc changes in testpmd_funcs.rst > - correct the errors reported by checkpatch.pl > > The patch set uses new filter_ctrl API to replace old syn 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 (6): > ethdev: define syn filter type and its structure > ixgbe: new functions replace old ones for syn filter > e1000: new functions replace old ones for syn filter > testpmd: new commands for syn filter > ethdev: remove old APIs and structures of syn filter > doc: commands changed in testpmd_funcs for syn filter Applied, thanks. I removed the old API functions from the version map.