[PATCH -v1] Update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk

2021-11-16 Thread Zhang, Mingshan
From: "Zhang, Mingshan" Update num_ops type from uint16_t to uint32_t in rte_bbdev_enc_op_alloc_bulk to enlarge the input range. Nicolas Chautru (1): SCSY-51090 ACC100 Padding 5GDL input BLEN drivers/baseband/acc100/rte_acc100_pmd.c | 22 +- 1 file c

[PATCH -v1] SCSY-51090 ACC100 Padding 5GDL input BLEN

2021-11-16 Thread Zhang, Mingshan
From: Nicolas Chautru Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c b/drivers/baseband/acc100/rte_acc100_pmd.c index 392b0f9..794eb

[PATCH -v1] Update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk

2021-11-17 Thread Zhang, Mingshan
From: "Zhang, Mingshan" Update num_ops type from uint16_t to uint32_t in rte_bbdev_enc_op_alloc_bulk to enlarge the input range. Mingshan Zhang (1): bbdev: update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk doc/guides/prog_guide/bbdev.rst | 4 ++--

[PATCH -v1] bbdev: update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk

2021-11-17 Thread Zhang, Mingshan
From: Mingshan Zhang update num_ops type to be uint32_t in rte_bbdev_enc_op_alloc_bulk   Signed-off-by: Mingshan Zhang --- doc/guides/prog_guide/bbdev.rst | 4 ++-- lib/bbdev/rte_bbdev_op.h| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/prog_guide/bbd

Re: [dpdk-dev] [PATCH v2 6/6] bbdev: reduce warning level for one scenario

2021-08-20 Thread Zhang, Mingshan
Queue setup may genuinely fail when adding incremental queues for a given priority level. In that case application would attempt to configure a queue at a different priority level. Not an actual error. Signed-off-by: Nicolas Chautru Acked-by: Mingshan Zhang --- lib/bbdev/rte_bbdev.c | 7 -

RE: [PATCH v7 2/7] bbdev: add device status info

2022-08-31 Thread Zhang, Mingshan
gt; Richardson, Bruce ; > david.march...@redhat.com; step...@networkplumber.org; Zhang, > Mingshan ; Chautru, Nicolas > > Subject: [PATCH v7 2/7] bbdev: add device status info > > Added device status information, so that the PMD can expose information > related to the underlyin