Re: [ovs-dev] [PATCH net] selftests: openvswitch: adjust datapath NL message declaration

2023-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 12 Apr 2023 07:58:28 -0400 you wrote: > The netlink message for creating a new datapath takes an array > of ports for the PID creation. This shouldn't cause much issue > but correct it for future cases where we

Re: [ovs-dev] [PATCH net] selftests: openvswitch: adjust datapath NL message declaration

2023-04-12 Thread Aaron Conole
Hrrm... looks like I need to double check the filters on patch subject metadata. 0-day Robot writes: > Bleep bloop. Greetings Aaron Conole, I am a robot and I have tried out your > patch. > Thanks for your contribution. > > I encountered some error that I wasn't expecting. See the details

Re: [ovs-dev] [PATCH net] selftests: openvswitch: adjust datapath NL message declaration

2023-04-12 Thread 0-day Robot
Bleep bloop. Greetings Aaron Conole, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless

[ovs-dev] [PATCH net] selftests: openvswitch: adjust datapath NL message declaration

2023-04-12 Thread Aaron Conole
The netlink message for creating a new datapath takes an array of ports for the PID creation. This shouldn't cause much issue but correct it for future cases where we need to do decode of datapath information that could include the per-cpu PID map. Fixes: 25f16c873fb1 ("selftests: add