[ovs-dev] [PATCH dpdk-latest] ci: Remove -Wno-cast-align from CI

2021-12-04 Thread Eli Britstein via dev
Following [1]-[3] in DPDK, there are no more such warnings from DPDK. Remove ignoring them if they occur. GitHub actions: v1: https://github.com/elibritstein/OVS/actions/runs/1540651133 [1] a3f8d0587188 ("net: avoid cast-align warning in VLAN insert function") [2] da0333c8790b ("mbuf: avoid

Re: [ovs-dev] [PATCH] dpif-netdev: Use PMD context to get the port for HW miss recovery.

2021-12-04 Thread Eli Britstein via dev
Acked-by: Eli Britstein On 12/3/2021 11:12 PM, Ilya Maximets wrote: External email: Use caution opening links or attachments Last RX queue, from which the packet got received, is already stored in the PMD context. So, we can get the netdev from it without the expensive hash map lookup. In

Re: [ovs-dev] 回复: [PATCH v3] netdev-vport : Fix userspace tunnel ioctl(SIOCGIFINDEX) info logs.

2021-12-04 Thread 0-day Robot
Bleep bloop. Greetings lin huang, 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: cannot convert from eucgb2312_cn to UTF-8 fatal: could not parse patch Patch skipped due to

[ovs-dev] 回复: [PATCH v3] netdev-vport : Fix userspace tunnel ioctl(SIOCGIFINDEX) info logs.

2021-12-04 Thread lin huang
hi all, pls review my code. Regards, Lin Huang 发件人: lin huang 发送时间: 2021年11月24日 21:32 收件人: d...@openvswitch.org 抄送: m...@redhat.com; aconole; i.maximets 主题: [PATCH v3] netdev-vport : Fix userspace tunnel ioctl(SIOCGIFINDEX) info logs. From: linhuang