RE: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-25 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Monday, 25 September 2023 12.16 > > On Mon, Sep 25, 2023 at 11:46:00AM +0200, David Marchand wrote: > > On Fri, Sep 22, 2023 at 12:40 PM Bruce Richardson > > wrote: > > > > > > On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Mar

Re: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-25 Thread Bruce Richardson
On Mon, Sep 25, 2023 at 11:46:00AM +0200, David Marchand wrote: > On Fri, Sep 22, 2023 at 12:40 PM Bruce Richardson > wrote: > > > > On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Marchand wrote: > > > In some really specific cases, it may be needed to get a detailed > > > information on the proc

Re: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-25 Thread David Marchand
On Fri, Sep 22, 2023 at 12:40 PM Bruce Richardson wrote: > > On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Marchand wrote: > > In some really specific cases, it may be needed to get a detailed > > information on the processor running a DPDK application for drivers to > > achieve better performan

Re: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-25 Thread David Marchand
On Fri, Sep 22, 2023 at 11:47 AM Bruce Richardson wrote: > > On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Marchand wrote: > > In some really specific cases, it may be needed to get a detailed > > information on the processor running a DPDK application for drivers to > > achieve better performan

Re: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-22 Thread Bruce Richardson
On Fri, Sep 22, 2023 at 11:38:38AM +0100, Bruce Richardson wrote: > On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Marchand wrote: > > In some really specific cases, it may be needed to get a detailed > > information on the processor running a DPDK application for drivers to > > achieve better per

Re: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-22 Thread Bruce Richardson
On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Marchand wrote: > In some really specific cases, it may be needed to get a detailed > information on the processor running a DPDK application for drivers to > achieve better performance, or for matters that concern only them. > > Those information ar

Re: [PATCH 1/2] eal: introduce x86 processor identification

2023-09-22 Thread Bruce Richardson
On Fri, Sep 22, 2023 at 11:37:20AM +0200, David Marchand wrote: > In some really specific cases, it may be needed to get a detailed > information on the processor running a DPDK application for drivers to > achieve better performance, or for matters that concern only them. > > Those information ar

[PATCH 1/2] eal: introduce x86 processor identification

2023-09-22 Thread David Marchand
In some really specific cases, it may be needed to get a detailed information on the processor running a DPDK application for drivers to achieve better performance, or for matters that concern only them. Those information are highly arch-specific and require a specific API. Introduce a set of fun