Re: [PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t

2023-07-05 Thread Konstantin Ananyev
18/04/2023 09:25, Sivaprasad Tummala пишет: A new flag RTE_CPUFLAG_MONITORX is added to rte_cpu_flag_t in DPDK 23.07 release to support monitorx instruction on EPYC processors. This results in ABI breakage for legacy apps. Signed-off-by: Sivaprasad Tummala --- doc/guides/rel_notes/deprecation

Re: [PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t

2023-06-01 Thread David Marchand
On Tue, Apr 18, 2023 at 11:22 AM Bruce Richardson wrote: > > On Tue, Apr 18, 2023 at 09:52:49AM +0100, Ferruh Yigit wrote: > > On 4/18/2023 9:25 AM, Sivaprasad Tummala wrote: > > > A new flag RTE_CPUFLAG_MONITORX is added to rte_cpu_flag_t in > > > DPDK 23.07 release to support monitorx instructio

Re: [PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t

2023-04-18 Thread Bruce Richardson
On Tue, Apr 18, 2023 at 09:52:49AM +0100, Ferruh Yigit wrote: > On 4/18/2023 9:25 AM, Sivaprasad Tummala wrote: > > A new flag RTE_CPUFLAG_MONITORX is added to rte_cpu_flag_t in > > DPDK 23.07 release to support monitorx instruction on EPYC processors. > > This results in ABI breakage for legacy ap

Re: [PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t

2023-04-18 Thread Ferruh Yigit
On 4/18/2023 9:25 AM, Sivaprasad Tummala wrote: > A new flag RTE_CPUFLAG_MONITORX is added to rte_cpu_flag_t in > DPDK 23.07 release to support monitorx instruction on EPYC processors. > This results in ABI breakage for legacy apps. > > Signed-off-by: Sivaprasad Tummala > --- > doc/guides/rel_no

[PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t

2023-04-18 Thread Sivaprasad Tummala
A new flag RTE_CPUFLAG_MONITORX is added to rte_cpu_flag_t in DPDK 23.07 release to support monitorx instruction on EPYC processors. This results in ABI breakage for legacy apps. Signed-off-by: Sivaprasad Tummala --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+)