From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/5] Integrate flex filter in igb driver to new API Date: Sun, 22 Feb 2015 02:29:35 +0100 Message-ID: <2104867.HEzHQQyFIG@xps13> References: <1423973254-605-1-git-send-email-jingjing.wu@intel.com> <1424483591-25944-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pablo de Lara , "Wu, Jingjing" Return-path: In-Reply-To: <1424483591-25944-1-git-send-email-pablo.de.lara.guarch-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" 2015-02-21 01:53, Pablo de Lara: > The patch set uses new filter_ctrl API to replace old flex filter APIs. > It uses new functions and structure to replace old ones in igb driver, new commands to replace old ones in testpmd, and removes the old APIs. > > v3 changes: > - fix testpmd documentation > > v2 changes: > - split one patch to patch series > - change the command's format in testpmd. > - add doc changes in testpmd_funcs.rst > - correct the errors reported by checkpatch.pl > > Jingjing Wu (5): > ethdev: define flex filter type and its structure > e1000: new functions replace old ones for flex filter > testpmd: new commands for flex filter > ethdev: remove old APIs and structures of flex filter > doc: commands changed in testpmd_funcs for flex filter Applied, thanks. I also updated version map to remove old API.