Message ID | 1573044429-7390-1-git-send-email-nitesh@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | x86: Test IOAPIC physical and logical destination mode | expand |
On 11/6/19 7:47 AM, Nitesh Narayan Lal wrote: > The first patch adds smp configuration to ioapic unittest and > the second one adds the support to test both physical and logical destination > modes under fixed delivery mode. > > Nitesh Narayan Lal (2): > x86: ioapic: Add the smp configuration to ioapic unittest > x86: ioapic: Test physical and logical destination mode > > x86/ioapic.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > x86/unittests.cfg | 1 + > 2 files changed, 66 insertions(+) I just wanted to check if there are any more suggestions or comments which I need to address before this can be merged?
On Wed, Nov 06, 2019 at 07:47:07AM -0500, Nitesh Narayan Lal wrote: > The first patch adds smp configuration to ioapic unittest and > the second one adds the support to test both physical and logical destination > modes under fixed delivery mode. > > Nitesh Narayan Lal (2): > x86: ioapic: Add the smp configuration to ioapic unittest > x86: ioapic: Test physical and logical destination mode > > x86/ioapic.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > x86/unittests.cfg | 1 + > 2 files changed, 66 insertions(+) Looks good to me.
On 06/11/19 13:47, Nitesh Narayan Lal wrote: > The first patch adds smp configuration to ioapic unittest and > the second one adds the support to test both physical and logical destination > modes under fixed delivery mode. > > Nitesh Narayan Lal (2): > x86: ioapic: Add the smp configuration to ioapic unittest > x86: ioapic: Test physical and logical destination mode > > x86/ioapic.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > x86/unittests.cfg | 1 + > 2 files changed, 66 insertions(+) > Applied, thanks. Paolo