On Tue, Jul 9, 2024 at 3:28 PM Morten Brørup <m...@smartsharesystems.com> wrote:
>
> When the rte_memcpy() size is 16, the same 16 bytes are copied twice.
> In the case where the size is known to be 16 at build time, omit the
> duplicate copy.
>
> Reduced the amount of effectively copy-pasted code by using #ifdef
> inside functions instead of outside functions.
>
> Suggested-by: Stephen Hemminger <step...@networkplumber.org>
> Signed-off-by: Morten Brørup <m...@smartsharesystems.com>
> Acked-by: Bruce Richardson <bruce.richard...@intel.com>
> Acked-by: Konstantin Ananyev <konstantin.anan...@huawei.com>
> ---
> v9:
> * Remove dependency on other patch; it has been applied already.
> * Add extra casts to fix warnings in OVS build. (David Marchand)

I'll wait for the CI to finish.

On my side, OVS compilation now passes (though we still have a
regression in net/virtio-user + control q :-( ).

v8:
https://github.com/david-marchand/ovs/actions/runs/9858595974/job/27221724340#step:12:517

v9:
https://github.com/david-marchand/ovs/actions/runs/9858595974/job/27220442547

-- 
David Marchand

Reply via email to