[ovs-dev] [PATCH V6 1/2] Makefiles: Generate datapath ovs key fields macros

Ben Pfaff blp at ovn.org
Mon Mar 18 21:58:18 UTC 2019


On Sun, Mar 10, 2019 at 05:31:31AM +0000, Eli Britstein wrote:
> Generate datapath ovs key fields offset and size array macros as a
> pre-step for bit-wise comparing fields, with no functional change.
> 
> Signed-off-by: Eli Britstein <elibr at mellanox.com>
> Reviewed-by: Roi Dayan <roid at mellanox.com>

Thanks!

This introduces a script that uses /bin/bash.  I don't think that we
have other build or runtime  dependencies on bash, so it would be better
to avoid introducing one here.  I would rewrite it in terms of portable
Bourne shell constructs.


More information about the dev mailing list