From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 5/5] app/testpmd: add commands to support hash functions Date: Mon, 02 Feb 2015 15:56:50 +0100 Message-ID: <5028514.8nkR6oWFO2@xps13> References: <1417486760-24459-1-git-send-email-helin.zhang@intel.com> <1421912219-1946-1-git-send-email-helin.zhang@intel.com> <1421912219-1946-6-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1421912219-1946-6-git-send-email-helin.zhang-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-22 15:36, Helin Zhang: > To demonstrate the hash filter control, commands are added. > They are, > - get_sym_hash_ena_per_port > - set_sym_hash_ena_per_port > - get_hash_global_config > - set_hash_global_config > > Signed-off-by: Helin Zhang > --- > app/test-pmd/cmdline.c | 333 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 333 insertions(+) The new testpmd functions should be documented in doc/guides/testpmd_app_ug/testpmd_funcs.rst. The patch won't be blocked waiting for documentation because it is an old patchset and the doc requirement is newer. Please, don't forget to submit a doc patch. -- Thomas