mbox series

[ovs-dev,dpdk-latest,0/6] Rebase and fixes for 21.05.

Message ID 20210506152548.29597-1-david.marchand@redhat.com
Headers show
Series Rebase and fixes for 21.05. | expand

Message

David Marchand May 6, 2021, 3:25 p.m. UTC
Hello Ian,

DPDK v21.05-rc2 has been tagged last night, so I spent some time today
rebasing the dpdk-latest OVS branch against OVS master branch (commit
a019868a6268 ("ofproto/ofproto-dpif-sflow: Check sflow ..."), then
fixing build against DPDK.

Patch 1: I squashed together the two patches about using dpdk master/main
branch.
Patch 2: this patch is the same as before.
Patch 3-5: new fixes because of DPDK changes.
Patch 6: this one is optional and can be dropped if deemed out of topic.

The whole branch is at:
https://github.com/david-marchand/ovs/commits/dpdk-latest
The last two patches of this branch can be ignored.

GHA logs are at: https://github.com/david-marchand/ovs/runs/2519335916

There were some issues on DPDK side for which I submitted fixes at
dev@dpdk.org.
Those fixes are in a github DPDK branch of mine if needed:
https://github.com/david-marchand/dpdk/commits/main-for-ovs

Comments

Kevin Traynor May 10, 2021, 3:09 p.m. UTC | #1
On 06/05/2021 16:25, David Marchand wrote:
> Hello Ian,
> 
> DPDK v21.05-rc2 has been tagged last night, so I spent some time today
> rebasing the dpdk-latest OVS branch against OVS master branch (commit
> a019868a6268 ("ofproto/ofproto-dpif-sflow: Check sflow ..."), then
> fixing build against DPDK.
> 
> Patch 1: I squashed together the two patches about using dpdk master/main
> branch.
> Patch 2: this patch is the same as before.
> Patch 3-5: new fixes because of DPDK changes.
> Patch 6: this one is optional and can be dropped if deemed out of topic.
> 
> The whole branch is at:
> https://github.com/david-marchand/ovs/commits/dpdk-latest
> The last two patches of this branch can be ignored.
> 
> GHA logs are at: https://github.com/david-marchand/ovs/runs/2519335916
> 
> There were some issues on DPDK side for which I submitted fixes at
> dev@dpdk.org.
> Those fixes are in a github DPDK branch of mine if needed:
> https://github.com/david-marchand/dpdk/commits/main-for-ovs
> 

In general, LGTM. Few minor comments on a couple of patches. ci run
failed for me due to other reported issues.