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
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
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
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
> -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.
> -
5 matches
Mail list logo