On Mon, Mar 24, 2025 at 6:31 PM Bruce Richardson
wrote:
>
> Rather than directly parsing and working with the core mask and core
> list parameters, convert them into core maps, and centralise all core
> parsing there. This allows future work to adjust the mappings of cores
> when generating that m
On Mon, Mar 24, 2025 at 6:31 PM Bruce Richardson
wrote:
>
> Rather than parsing the lcore parameters as they are encountered, just
> save off the lcore parameters and then parse them at the end. This
> allows better knowledge of what parameters are available or not when
> parsing.
>
> Signed-off-b
Added missing documentation in doc/guides/nics,
mailmap entry, and updated MAINTAINERS file.
v5:
* Add driver based on 25.07.
Signed-off-by: liwencheng
---
MAINTAINERS| 6 ++
doc/guides/nics/features/macb.ini | 27 +++
doc/guides/nic
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
v5:
* Initialize the mbuf_initializer.
* Fixed some code style issues.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 3 +
drivers/net/macb/macb_rxtx_vec_neon.c | 675
Modify dpdk-devbind to support bind and unbind platform devices,
such as bind_platform_one and unbind_platform_one.
v5:
* Add name and email to .mailmap.
Signed-off-by: liwencheng
---
.mailmap | 1 +
usertools/dpdk-devbind.py | 131
Hi Stephen,
Thanks,
Nitin
On Fri, Apr 4, 2025 at 8:51 PM Stephen Hemminger
wrote:
>
> On Fri, 4 Apr 2025 08:11:07 +
> Pavan Nikhilesh Bhagavatula wrote:
>
> > > Hi Stephen,
> > >
> > > Thanks for commenting. See response inline.
> > >
> > > Regards,
> > > Nitin
> > >
> > > On Tue, Apr 1, 20
From: myang
When a secondary process tries to release a queue pair (QP) that
does not belong to it, error logs occur:
CRYPTODEV: ipsec_mb_ipc_request() line 373: Unable to release
qp_id=0
EAL: Message data is too long
EAL: Fail to handle message: ipsec_mb_mp_msg
EAL: Fail to recv reply for reques
The secordary process should not close socket file for MP
channel before performing MP request synchronization.
This prevents error logs when the secondary process exits
without any operation on the crypto device while the primary
process starts the device.
Case situation:
eal_bus_cleanup has been
On 2025/3/27 17:28, Yang Ming wrote:
On 2025/3/17 21:56, Stephen Hemminger wrote:
Caution: This is an external email. Please be very careful when
clicking links or opening attachments. See http://nok.it/nsb for
additional information.
On Fri, 14 Mar 2025 18:36:38 +0800
Yang Ming wrote:
Hi Akhil,
The new patches, which are related to crypto driver of zsda devices, have been
submit for a month.
Although there are two errors here, they are not problem about the code.
What's more, in my opinion, the patches wouldn't have lots of errors which need
to be modified.
Because, many sug
On Fri, 4 Apr 2025 17:35:32 -0700
lon...@linuxonhyperv.com wrote:
> From: root
>
>
> Hyperv may expose VMBUS channels without monitoring enabled. In this case,
> it programs almost all the data traffic to VF.
>
> This patchset enabled vmbus/netvsc to use channels without monitoring
> enabled.
On Fri, 4 Apr 2025 17:35:38 -0700
lon...@linuxonhyperv.com wrote:
> diff --git a/drivers/bus/vmbus/vmbus_channel.c
> b/drivers/bus/vmbus/vmbus_channel.c
> index bccef168d3..81e8096190 100644
> --- a/drivers/bus/vmbus/vmbus_channel.c
> +++ b/drivers/bus/vmbus/vmbus_channel.c
> @@ -24,6 +24,19 @@
12 matches
Mail list logo