RE: [PATCH v5 3/4] ethdev: introduce the cache stashing hints API

2025-06-05 Thread Wathsala Wathawana Vithanage
> On Mon, Jun 02, 2025 at 10:38:03PM +, Wathsala Vithanage wrote: > > Extend the ethdev library to enable the stashing of different data > > objects, such as the ones listed below, into CPU caches directly from > > the NIC. > > > > - Rx/Tx queue descriptors > > - Rx packets > > - Packet headers

Re: [PATCH v5 3/4] ethdev: introduce the cache stashing hints API

2025-06-05 Thread Bruce Richardson
On Mon, Jun 02, 2025 at 10:38:03PM +, Wathsala Vithanage wrote: > Extend the ethdev library to enable the stashing of different data > objects, such as the ones listed below, into CPU caches directly > from the NIC. > > - Rx/Tx queue descriptors > - Rx packets > - Packet headers > - packet pay

RE: [PATCH v5 3/4] ethdev: introduce the cache stashing hints API

2025-06-03 Thread Morten Brørup
> From: Wathsala Vithanage [mailto:wathsala.vithan...@arm.com] > Sent: Tuesday, 3 June 2025 00.38 > > Extend the ethdev library to enable the stashing of different data > objects, such as the ones listed below, into CPU caches directly > from the NIC. > > - Rx/Tx queue descriptors > - Rx packets

[PATCH v5 3/4] ethdev: introduce the cache stashing hints API

2025-06-02 Thread Wathsala Vithanage
Extend the ethdev library to enable the stashing of different data objects, such as the ones listed below, into CPU caches directly from the NIC. - Rx/Tx queue descriptors - Rx packets - Packet headers - packet payloads - Data of a packet at an offset from the start of the packet The APIs are des