On 10/1/2025 4:23 PM, David Marchand wrote:
On Wed, 1 Oct 2025 at 16:12, David Marchand <[email protected]> wrote:
On Wed, 1 Oct 2025 at 16:04, Burakov, Anatoly <[email protected]> wrote:
Can you provide a little more details on what exactly you are proposing?
On the back of this patch, I installed CodeRabbit in my IDE (VSCode),
and did a review of one of my recent patchsets - it's quite interesting,
actually, and the comments provided were basic but meaningful, alas the
free version is limited to like 1 review per 30 minutes or something so
it's a bit limiting. On top of that, I found the tool a lot more usable
than GitHub Copilot reviews, which are attached to GH pull requests
rather than Git branches, and they take a lot less time to boot, so I
feel like this tool has potential.
That said, I'm not sure what this patch is supposed to do - is it to
have it set up to review patches automatically?
The ovsrobot creates pull requests in its dpdk github repository, and
Coderabbit and sourcery are invoked on them.
Look for a link in patchwork, under the name "ci/github-robot-post".
For example, this exact patch got a branch and pr in ovsrobot/dpdk:
https://github.com/ovsrobot/dpdk/tree/series_36267
https://github.com/ovsrobot/dpdk/pull/124
Btw, you'll notice a bit of noise, due to how the PR is created
against ovsrobot/main, and not the exact DPDK main branch at the
moment the patch is submitted on the ml.
Wow, I didn't know this was a thing! Sourcery actually seems like the
more impressive one in terms of summarizing the changes and aiding in
review, but those two in tandem look pretty cool indeed. Makes me think
of an alternate reality where we use GitHub (or something else more
modern) to review code :)
So I guess this patch just configures CodeRabbit better. In that case,
Acked-by: Anatoly Burakov <[email protected]>
--
Thanks,
Anatoly