Re: [GIT PULL] virtio: features

2023-11-29 Thread Ning, Hongyu
On 2023/9/4 6:13, Michael S. Tsirkin wrote: The following changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c: Linux 6.5 (2023-08-27 14:49:51 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you

Re: [GIT PULL] virtio: features

2023-11-29 Thread Ning, Hongyu
On 2023/11/29 17:47, Michael S. Tsirkin wrote: On Wed, Nov 29, 2023 at 05:03:50PM +0800, Ning, Hongyu wrote: On 2023/9/4 6:13, Michael S. Tsirkin wrote: The following changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c: Linux 6.5 (2023-08-27 14:49:51 -0700) are available in

Re: [GIT PULL] virtio: features

2023-11-29 Thread Ning, Hongyu
On 2023/11/29 17:16, Jason Wang wrote: On Wed, Nov 29, 2023 at 5:05 PM Ning, Hongyu wrote: On 2023/9/4 6:13, Michael S. Tsirkin wrote: The following changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c: Linux 6.5 (2023-08-27 14:49:51 -0700) are available in the Git

Re: [PATCH -tip 00/32] Core scheduling (v9)

2020-12-02 Thread Ning, Hongyu
On 2020/11/24 23:08, Joel Fernandes wrote: >>> >>> Core-Scheduling >>> === >>> Enclosed is series v9 of core scheduling. >>> v9 is rebased on tip/master (fe4adf6f92c4 ("Merge branch 'irq/core'")).. >>> I hope that this version is acceptable to be merged (pending any new review >>> com

Re: [RFC PATCH 00/13] Core scheduling v5

2020-05-08 Thread Ning, Hongyu
- Test environment: Intel Xeon Server platform CPU(s): 192 On-line CPU(s) list: 0-191 Thread(s) per core: 2 Core(s) per socket: 48 Socket(s): 2 NUMA node(s):4 - Kernel under test: Core scheduling v5 base https://github.com/digitalocean/linux-coresched/tree/cores

Re: [PATCH updated v2] sched/fair: core wide cfs task priority comparison

2020-06-07 Thread Ning, Hongyu
On 2020/5/14 21:02, Peter Zijlstra wrote: > On Fri, May 08, 2020 at 08:34:57PM +0800, Aaron Lu wrote: >> With this said, I realized a workaround for the issue described above: >> when the core went from 'compatible mode'(step 1-3) to 'incompatible >> mode'(step 4), reset all root level sched entiti

Re: [PATCH v8 -tip 00/26] Core scheduling

2020-10-30 Thread Ning, Hongyu
On 2020/10/20 9:43, Joel Fernandes (Google) wrote: > Eighth iteration of the Core-Scheduling feature. > > Core scheduling is a feature that allows only trusted tasks to run > concurrently on cpus sharing compute resources (eg: hyperthreads on a > core). The goal is to mitigate the core-level side-

Re: [RFT for v9] (Was Re: [PATCH v8 -tip 00/26] Core scheduling)

2020-11-13 Thread Ning, Hongyu
On 2020/11/7 4:55, Joel Fernandes wrote: > All, > > I am getting ready to send the next v9 series based on tip/master > branch. Could you please give the below tree a try and report any results in > your testing? > git tree: > https://git.kernel.org/pub/scm/linux/kernel/git/jfern/linux.git (branch

Re: [RFT for v9] (Was Re: [PATCH v8 -tip 00/26] Core scheduling)

2020-11-13 Thread Ning, Hongyu
On 2020/11/13 17:22, Ning, Hongyu wrote: > On 2020/11/7 4:55, Joel Fernandes wrote: >> All, >> >> I am getting ready to send the next v9 series based on tip/master >> branch. Could you please give the below tree a try and report any results in >> yo

Re: [PATCH] virtio: Remove virtio devices on device_shutdown()

2025-02-17 Thread Ning, Hongyu
On 2025/2/17 17:25, Eric Auger wrote: Hi Michael, Hongyu, On 2/14/25 1:16 PM, Michael S. Tsirkin wrote: On Fri, Feb 14, 2025 at 08:56:56AM +0100, Eric Auger wrote: Hi, On 2/14/25 8:21 AM, Ning, Hongyu wrote: On 2025/2/6 16:59, Eric Auger wrote: Hi, On 2/4/25 12:46 PM, Eric Auger

Re: [PATCH] virtio: Remove virtio devices on device_shutdown()

2025-02-17 Thread Ning, Hongyu
On 2025/2/18 8:12, Michael S. Tsirkin wrote: On Tue, Feb 18, 2025 at 07:57:23AM +0800, Ning, Hongyu wrote: On 2025/2/17 17:25, Eric Auger wrote: Hi Michael, Hongyu, On 2/14/25 1:16 PM, Michael S. Tsirkin wrote: On Fri, Feb 14, 2025 at 08:56:56AM +0100, Eric Auger wrote: Hi, On 2/14/25

Re: [PATCH] virtio: Remove virtio devices on device_shutdown()

2025-02-13 Thread Ning, Hongyu
On 2025/2/6 16:59, Eric Auger wrote: Hi, On 2/4/25 12:46 PM, Eric Auger wrote: Hi, On 2/3/25 3:48 PM, Michael S. Tsirkin wrote: On Fri, Jan 31, 2025 at 10:53:15AM +0100, Eric Auger wrote: Hi Kirill, Michael On 8/8/24 9:51 AM, Kirill A. Shutemov wrote: Hongyu reported a hang on kexec in

Re: [PATCH] virtio: Remove virtio devices on device_shutdown()

2025-02-16 Thread Ning, Hongyu
On 2025/2/17 11:29, Jason Wang wrote: On Fri, Feb 14, 2025 at 8:16 PM Michael S. Tsirkin wrote: On Fri, Feb 14, 2025 at 08:56:56AM +0100, Eric Auger wrote: Hi, On 2/14/25 8:21 AM, Ning, Hongyu wrote: On 2025/2/6 16:59, Eric Auger wrote: Hi, On 2/4/25 12:46 PM, Eric Auger wrote: Hi