[ovs-dev] [PATCH v4 1/7] netdev-dpdk: Validate packets burst before Tx.

2019-09-11 Thread Obrembski
From: Tiago Lam Given that multi-segment mbufs might be sent between interfaces that support different capabilities, and may even support different layouts of mbufs, outgoing packets should be validated before sent on the egress interface. Thus, netdev_dpdk_eth_tx_burst() now calls DPDK's rte_eth

[ovs-dev] [PATCH v4 1/7] netdev-dpdk: Validate packets burst before Tx.

2019-09-11 Thread Michal Obrembski
From: Tiago Lam Given that multi-segment mbufs might be sent between interfaces that support different capabilities, and may even support different layouts of mbufs, outgoing packets should be validated before sent on the egress interface. Thus, netdev_dpdk_eth_tx_burst() now calls DPDK's rte_eth

Re: [ovs-dev] [PATCH v4 1/7] netdev-dpdk: Validate packets burst before Tx.

2019-09-11 Thread 0-day Robot
Bleep bloop. Greetings Obrembski, 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. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Mic