[ovs-dev] [patch v6 3/3] conntrack: Replace structure copy by memcpy().

Ben Pfaff blp at ovn.org
Fri Mar 15 23:00:13 UTC 2019


On Fri, Mar 15, 2019 at 03:01:20PM -0700, Darrell Ball wrote:
> There are a few cases where structure copy can be replaced by
> memcpy(), for possible portability benefit.  This is because
> the structures involved have padding and elements of the
> structure are used to generate hashes.
> 
> Signed-off-by: Darrell Ball <dlu998 at gmail.com>

Thanks, applied to master, 2.11, 2.10.


More information about the dev mailing list