RE: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-06-09 Thread McDaniel, Timothy
H v4] event/dlb2: add support for single 512B write of 4 QEs > > On Mon, May 23, 2022 at 10:25 PM Bruce Richardson > wrote: > > > > On Mon, May 23, 2022 at 05:52:06PM +0100, McDaniel, Timothy wrote: > > > > > > > > > > > > > > > Instead

Re: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-06-09 Thread Jerin Jacob
On Mon, May 23, 2022 at 10:25 PM Bruce Richardson wrote: > > On Mon, May 23, 2022 at 05:52:06PM +0100, McDaniel, Timothy wrote: > > > > > > > > > > Instead, I'd recommend doing as other places in DPDK - such as in ACL > > > library, or i40e or ice net drivers - where we not only check the current

Re: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-05-23 Thread Bruce Richardson
t; Subject: Re: [PATCH v4] event/dlb2: add support for single 512B write of 4 > > QEs > > > > On Mon, May 23, 2022 at 11:09:55AM -0500, Timothy McDaniel wrote: > > > On Xeon, as 512b accesses are available, movdir64 instruction is able to > > > perform 512b read

RE: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-05-23 Thread McDaniel, Timothy
> -Original Message- > From: Richardson, Bruce > Sent: Monday, May 23, 2022 11:34 AM > To: McDaniel, Timothy > Cc: jer...@marvell.com; dev@dpdk.org; Wires, Kent > Subject: Re: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs > > On Mon, Ma

RE: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-05-23 Thread McDaniel, Timothy
Sorry Bruce, but I don't have a clue what you are talking about here. > -Original Message- > From: Richardson, Bruce > Sent: Monday, May 23, 2022 11:37 AM > To: McDaniel, Timothy > Cc: jer...@marvell.com; dev@dpdk.org; Wires, Kent > Subject: Re: [PATCH v4] even

Re: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-05-23 Thread Bruce Richardson
On Mon, May 23, 2022 at 11:09:55AM -0500, Timothy McDaniel wrote: > On Xeon, as 512b accesses are available, movdir64 instruction is able to > perform 512b read and write to DLB producer port. In order for movdir64 > to be able to pull its data from store buffers (store-buffer-forwarding) > (before

Re: [PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-05-23 Thread Bruce Richardson
On Mon, May 23, 2022 at 11:09:55AM -0500, Timothy McDaniel wrote: > On Xeon, as 512b accesses are available, movdir64 instruction is able to > perform 512b read and write to DLB producer port. In order for movdir64 > to be able to pull its data from store buffers (store-buffer-forwarding) > (before

[PATCH v4] event/dlb2: add support for single 512B write of 4 QEs

2022-05-23 Thread Timothy McDaniel
On Xeon, as 512b accesses are available, movdir64 instruction is able to perform 512b read and write to DLB producer port. In order for movdir64 to be able to pull its data from store buffers (store-buffer-forwarding) (before actual write), data should be in single 512b write format. This commit ad