From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver to new API Date: Sun, 22 Feb 2015 03:10:58 +0100 Message-ID: <2609734.e1G8IO1KtJ@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jingjing Wu Return-path: In-Reply-To: <1423641110-658-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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.