Re: [PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model

2025-05-27 Thread Jon Kohler
eature bits > target/i386: Add couple of feature bits in CPUID_Fn8021_EAX > target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and >SVM feature bits > target/i386: Add support for EPYC-Turin model > > target/i386/cpu.c | 439 +++++++++

Re: [PATCH] tap: introduce IFF_NAPI

2023-05-31 Thread Jon Kohler
> On May 31, 2023, at 1:27 AM, Jason Wang wrote: > > On Wed, May 31, 2023 at 11:55 AM Jason Wang wrote: >> >> On Wed, May 31, 2023 at 11:47 AM Jon Kohler wrote: >>> >>> >>> >>>> On May 30, 2023, at 11:35 PM, Jason Wang wrote: &

Re: [PATCH] tap: introduce IFF_NAPI

2023-05-30 Thread Jon Kohler
> On May 30, 2023, at 11:35 PM, Jason Wang wrote: > > On Wed, May 31, 2023 at 11:32 AM Jason Wang wrote: >> >> On Wed, May 31, 2023 at 11:17 AM Jon Kohler wrote: >>> >>> If kernel supports IFF_NAPI, lets use it, which is especially useful >&

[PATCH] tap: introduce IFF_NAPI

2023-05-30 Thread Jon Kohler
1% 4KB | 23.6 Gbits/sec | 23.6 Gbits/sec | (line speed) Signed-off-by: Jon Kohler --- net/tap-linux.c | 4 net/tap-linux.h | 1 + 2 files changed, 5 insertions(+) diff --git a/net/tap-linux.c b/net/tap-linux.c index f54f308d359..fd94df166e0 100644 --- a/net/tap-linux.c +++ b/net/t