All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saif Abrar <saif.abrar@linux.ibm.com>
To: Aditya Gupta <adityag@linux.ibm.com>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, clg@kaod.org,
	npiggin@gmail.com, fbarrat@linux.ibm.com, mst@redhat.com,
	marcel.apfelbaum@gmail.com, cohuck@redhat.com,
	pbonzini@redhat.com, thuth@redhat.com, lvivier@redhat.com,
	danielhb413@gmail.com, Harsh Prateek Bora <harshpb@linux.ibm.com>,
	jishnuvw@linux.ibm.com
Subject: Re: [PATCH v4 8/9] pnv/phb4: Implement IODA PCT table
Date: Wed, 17 Jun 2026 12:42:33 +0530	[thread overview]
Message-ID: <9e26e834-63d4-4498-90e9-e4c498926537@linux.ibm.com> (raw)
In-Reply-To: <af9MlXbuexdd9FQQ@li-3c92a0cc-27cf-11b2-a85c-b804d9ca68fa.ibm.com>


On 09-05-2026 20:33, Aditya Gupta wrote:
> On 26/03/05 12:09AM, Saif Abrar wrote:
>> IODA PCT table (#3) is implemented
> nit: '#3' is probably from github, can remove


Removed.


>
>> without any functionality, being a debug table.
>>
>> Signed-off-by: Saif Abrar <saif.abrar@linux.vnet.ibm.com>
>> Reviewed-by: Cédric Le Goater <clg@kaod.org>
> rest of the patch looks good to me.
>
> Reviewed-by: Aditya Gupta <adityag@linux.ibm.com>
>
> - Aditya G

Thanks,

Saif




  reply	other threads:[~2026-06-17  7:13 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-30 10:21 [PATCH v2 0/9] pnv/phb4: Update PHB4 to the latest PHB5 spec Saif Abrar
2025-12-30 10:21 ` [PATCH v2 1/9] qtest/phb4: Add testbench for PHB4 Saif Abrar
2025-12-30 10:21 ` [PATCH v2 2/9] pnv/phb4: Add reset logic to PHB4 Saif Abrar
2025-12-30 12:04   ` Michael S. Tsirkin
2025-12-30 10:21 ` [PATCH v2 3/9] pnv/phb4: Implement sticky reset logic in PHB4 Saif Abrar
2025-12-30 10:21 ` [PATCH v2 4/9] pnv/phb4: Implement read-only and write-only bits of registers Saif Abrar
2026-02-04  5:04   ` Michael S. Tsirkin
2026-02-04  5:11     ` Michael S. Tsirkin
2026-02-04  6:42       ` Michael S. Tsirkin
2026-02-09  5:35         ` Saif Abrar
2025-12-30 10:21 ` [PATCH v2 5/9] pnv/phb4: Implement write-clear and return 1's on unimplemented reg read Saif Abrar
2025-12-30 10:21 ` [PATCH v2 6/9] pnv/phb4: Set link-active status in HPSTAT and LMR registers Saif Abrar
2025-12-30 10:21 ` [PATCH v2 7/9] pnv/phb4: Set link speed and width in the DLP training control register Saif Abrar
2025-12-30 10:21 ` [PATCH v2 8/9] pnv/phb4: Implement IODA PCT table Saif Abrar
2025-12-30 10:21 ` [PATCH v2 9/9] pnv/phb4: Mask off LSI Source-ID based on number of interrupts Saif Abrar
2026-02-10 13:40 ` [PATCH v3 0/9] : pnv/phb4: Update PHB4 to the latest PHB5 spec Saif Abrar
2026-02-10 13:40   ` [PATCH v3 1/9] qtest/phb4: Add testbench for PHB4 Saif Abrar
2026-02-10 13:40   ` [PATCH v3 2/9] pnv/phb4: Add reset logic to PHB4 Saif Abrar
2026-02-10 13:40   ` [PATCH v3 3/9] pnv/phb4: Implement sticky reset logic in PHB4 Saif Abrar
2026-02-10 13:40   ` [PATCH v3 4/9] pnv/phb4: Implement read-only and write-only bits of registers Saif Abrar
2026-02-10 13:40   ` [PATCH v3 5/9] pnv/phb4: Implement write-clear and return 1's on unimplemented reg read Saif Abrar
2026-02-10 13:40   ` [PATCH v3 6/9] pnv/phb4: Set link-active status in HPSTAT and LMR registers Saif Abrar
2026-02-10 13:40   ` [PATCH v3 7/9] pnv/phb4: Set link speed and width in the DLP training control register Saif Abrar
2026-02-10 13:40   ` [PATCH v3 8/9] pnv/phb4: Implement IODA PCT table Saif Abrar
2026-02-10 13:40   ` [PATCH v3 9/9] pnv/phb4: Mask off LSI Source-ID based on number of interrupts Saif Abrar
2026-02-10 13:43   ` [PATCH v3 0/9] : pnv/phb4: Update PHB4 to the latest PHB5 spec Michael S. Tsirkin
2026-02-11  5:30     ` Saif Abrar
2026-02-20 16:22   ` Michael S. Tsirkin
     [not found]     ` <d65ab628-99e3-47af-839c-e059207b692e@linux.vnet.ibm.com>
2026-02-22 14:38       ` Michael S. Tsirkin
2026-03-05  6:09   ` [PATCH v4 0/9] " Saif Abrar
2026-03-05  6:09     ` [PATCH v4 1/9] qtest/phb4: Add testbench for PHB4 Saif Abrar
2026-05-01 13:59       ` Harsh Prateek Bora
2026-06-17  5:54         ` Saif Abrar
2026-05-09 14:33       ` Aditya Gupta
2026-05-09 14:45         ` Aditya Gupta
2026-06-17  5:58         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 2/9] pnv/phb4: Add reset logic to PHB4 Saif Abrar
2026-05-01 14:37       ` Harsh Prateek Bora
2026-06-17  6:12         ` Saif Abrar
2026-05-05 14:16       ` Harsh Prateek Bora
2026-06-17  6:13         ` Saif Abrar
2026-05-09 14:42       ` Aditya Gupta
2026-06-17  6:19         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 3/9] pnv/phb4: Implement sticky reset logic in PHB4 Saif Abrar
2026-05-05 14:29       ` Harsh Prateek Bora
2026-05-05 15:08         ` Harsh Prateek Bora
2026-06-17  6:22           ` Saif Abrar
2026-06-17  6:20         ` Saif Abrar
2026-05-09 14:48       ` Aditya Gupta
2026-06-17  6:22         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 4/9] pnv/phb4: Implement read-only and write-only bits of registers Saif Abrar
2026-05-05 14:55       ` Harsh Prateek Bora
2026-06-17  6:23         ` Saif Abrar
2026-05-09 14:54       ` Aditya Gupta
2026-06-17  6:25         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 5/9] pnv/phb4: Implement write-clear and return 1's on unimplemented reg read Saif Abrar
2026-05-09 14:56       ` Aditya Gupta
2026-06-17  6:28         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 6/9] pnv/phb4: Set link-active status in HPSTAT and LMR registers Saif Abrar
2026-05-05 17:46       ` Harsh Prateek Bora
2026-06-17  6:29         ` Saif Abrar
2026-05-09 15:00       ` Aditya Gupta
2026-06-17  6:32         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 7/9] pnv/phb4: Set link speed and width in the DLP training control register Saif Abrar
2026-05-09 15:02       ` Aditya Gupta
2026-06-17  7:11         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 8/9] pnv/phb4: Implement IODA PCT table Saif Abrar
2026-05-09 15:03       ` Aditya Gupta
2026-06-17  7:12         ` Saif Abrar [this message]
2026-05-11  7:24       ` Jishnu Warrier
2026-06-17  7:13         ` Saif Abrar
2026-03-05  6:09     ` [PATCH v4 9/9] pnv/phb4: Mask off LSI Source-ID based on number of interrupts Saif Abrar
2026-05-09 15:04       ` Aditya Gupta
2026-06-17  7:15         ` Saif Abrar
2026-05-11  8:46       ` Jishnu Warrier
2026-06-17  7:16         ` Saif Abrar
2026-05-08 16:00     ` [PATCH v4 0/9] pnv/phb4: Update PHB4 to the latest PHB5 spec Aditya Gupta
2026-06-17  7:14       ` Saif Abrar
2026-05-19  5:52     ` Saif Abrar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e26e834-63d4-4498-90e9-e4c498926537@linux.ibm.com \
    --to=saif.abrar@linux.ibm.com \
    --cc=adityag@linux.ibm.com \
    --cc=clg@kaod.org \
    --cc=cohuck@redhat.com \
    --cc=danielhb413@gmail.com \
    --cc=fbarrat@linux.ibm.com \
    --cc=harshpb@linux.ibm.com \
    --cc=jishnuvw@linux.ibm.com \
    --cc=lvivier@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=npiggin@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.