From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/15] migrate flow director in ixgbe driver to new API Date: Sat, 21 Feb 2015 17:04:30 -0800 (PST) Message-ID: <6849510.9W9abJZZZk@xps13> References: <1422509365-13596-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: "Wu, Jingjing" Return-path: In-Reply-To: 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" > > The patch set uses new filter_ctrl API to replace old flow director filter APIs. > > It uses new functions and structure to replace old ones in ixgbe driver, updates > > commands to replace old ones in testpmd, and removes the old APIs > > > > Jingjing Wu (15): > > ixgbe: migrate flow director filter operations (add/delete/update) to > > new API > > ethdev: extend flow type and flexible payload type definition for flow > > director > > ixgbe: implement the flexpayload configuration of flow director filter > > app/test: remove the flexbytes_offset setting in test_link_bonding > > testpmd: remove the flexbytes_offset setting > > ethdev: remove flexbytes_offset from rte_fdir_conf > > ethdev: structures definition for flow director masks > > ixgbe: implement the mask configuration of flow director filter > > ixgbe: implement the get info and statistic operations of flow > > director > > ixgbe: implement the flush operation of flow director > > testpmd: add and update commands for flow director > > testpmd: update function to show flow director information > > testpmd: set the default value of flow director's mask > > testpmd: remove old commands for flow director > > doc: commands changed in testpmd_funcs.rst for flow director > > Acked-by: Helin Zhang Applied, thanks. Some patches were merged (example: doc update with matching code update). Now we wait for enic to be converted to the new flow director API, in order to remove the old API.