[dpdk-dev] [dpdk v1] net/mlx5: fix possible building error

2020-02-29 Thread xiangxia . m . yue
From: Tonghao Zhang When setting the CONFIG_RTE_BUILD_SHARED_LIB to y, and build the mlx5 pmd, there is a building error. To fix it, add RTE_IBVERBS_LINK_DLOPEN to include relative codes. > mlx5_common.o: In function `mlx5_glue_init': > drivers/common/mlx5/mlx5_common.c:324: undefined reference

[dpdk-dev] [PATCH] Fix various typos found by Lintian

2020-02-29 Thread luca . boccassi
From: Luca Boccassi Cc: sta...@dpdk.org Signed-off-by: Luca Boccassi --- Debian's linter is getting more and more annoy^^smart and now parses binaries for typos too - CC stable to get it off my back in the next release app/test-pmd/cmdline.c | 4 ++-- app/test/tes

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-02-29 Thread Pavan Nikhilesh Bhagavatula
Hi Ori, Minor comments below. >+/** >+ * The generic *rte_regex_ops* structure to hold the RegEx attributes >+ * for enqueue and dequeue operation. >+ */ >+struct rte_regex_ops { >+ /* W0 */ >+ uint16_t req_flags; >+ /**< Request flags for the RegEx ops. >+ * @see RTE_REGEX

Re: [dpdk-dev] [EXT] [RFC v5] regexdev: introduce regexdev subsystem

2020-02-29 Thread Ori Kam
Hi Pavan, Thanks for the comments please see below. > -Original Message- > From: dev On Behalf Of Pavan Nikhilesh Bhagavatula > Sent: Sunday, March 1, 2020 8:13 AM > To: Ori Kam ; Jerin Jacob Kollanukkaran > ; xiang.w.w...@intel.com > Cc: dev@dpdk.org; Shahaf Shuler ; > hemant.agra...@nxp

Re: [dpdk-dev] [v2] app/testpmd: parse flow command line for AH

2020-02-29 Thread Ori Kam
> -Original Message- > From: Xiao Zhang > Subject: [v2] app/testpmd: parse flow command line for AH > > Add AH and AH SPI to testpmd rte flow command line. > Add note and sample AH rules in testpmd guide. > > Signed-off-by: Xiao Zhang > --- > v2 Add sample rules in testpmd guide. > -