From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/4] testpmd: new commands for ethertype filter Date: Tue, 20 Jan 2015 11:14:12 +0100 Message-ID: <2335160.YCVHtGT7c7@xps13> References: <1419477270-14611-1-git-send-email-jingjing.wu@intel.com> <1421046973-23283-1-git-send-email-jingjing.wu@intel.com> <1421046973-23283-4-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: <1421046973-23283-4-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" 2015-01-12 15:16, Jingjing Wu: > Following commands of ethertype filter are removed: > - add_ethertype_filter (port_id) ethertype (eth_value) > - remove_ethertype_filter (port_id) index (idx) > - get_ethertype_filter (port_id) index (idx) > New command is added for ethertype filter by using filter_ctrl API and new > ethertype filter structure: > - ethertype_filter (port_id) (add|del) (mac_addr|mac_ignr) > (mac_address) ethertype (ether_type) (drop|fwd) queue (queue_id) Please update doc accordingly: http://dpdk.org/browse/dpdk/tree/doc/guides/testpmd_app_ug/testpmd_funcs.rst Thanks -- Thomas