[dpdk-dev] [PATCH] app/test-pipeline: Fix table hash lru initialization

2016-09-23 Thread Thomas Monjalon
> > macro ?APP_METADATA_OFFSET? was not used to initialize > > ?signature_offset? and ?key_offset? part of struct > > rte_table_hash_lru_params. > > Instead integer offset values were directly used. > > > > with this fix 'hash-8-lru', 'hash-16-lru', 'hash-32-lru' table types are > > able to forwar

[dpdk-dev] [PATCH] app/test-pipeline: Fix table hash lru initialization

2016-09-23 Thread Dumitrescu, Cristian
> -Original Message- > From: Rao, GuruprasadX > Sent: Friday, September 23, 2016 2:55 PM > To: dev at dpdk.org > Cc: Chokkalingam, SankarX ; Dumitrescu, > Cristian ; Singh, Jasvinder > > Subject: [PATCH] app/test-pipeline: Fix table hash lru initialization > > macro ?APP_METADATA_OFFSET

[dpdk-dev] [PATCH] app/test-pipeline: Fix table hash lru initialization

2016-09-23 Thread Guruprasad Rao
macro ?APP_METADATA_OFFSET? was not used to initialize ?signature_offset? and ?key_offset? part of struct rte_table_hash_lru_params. Instead integer offset values were directly used. with this fix 'hash-8-lru', 'hash-16-lru', 'hash-32-lru' table types are able to forward traffic as expected. Fixe