ping -----Original Message----- From: Eli Britstein <[email protected]> Sent: Monday, January 21, 2019 2:14 PM To: Roi Dayan <[email protected]> Cc: Simon Horman <[email protected]>; Jarno Rajahalme <[email protected]>; Ben Pfaff <[email protected]>; William Tu <[email protected]>; Andy Zhou <[email protected]> Subject: Re: [PATCH V2 0/2] Do not rewrite fields with the same values as
ping On 1/13/2019 9:27 AM, Eli Britstein wrote: > > On 1/11/2019 8:28 AM, Eli Britstein wrote: >> Hi > v2: removed unnecessary loop >> This patch set avoids unnecessary rewrite actions to fields with the >> same values as matched on. >> >> Patch 1 is a pre-step by defining ovs key structs using macros >> >> Patch 2 avoids the unnecessary rewrites and adapts the tests >> accordingly >> >> >> Travis link: >> https://travis-ci.org/roidayan/ovs/builds/477699710 >> Appvoyer link: >> https://ci.appveyor.com/project/roidayan/ovs/builds/21515073 >> >> Thanks, >> Eli >> >> >> Eli Britstein (2): >> datapath: Declare ovs key structures using macros >> odp-util: Do not rewrite fields with the same values as matched >> >> build-aux/extract-odp-netlink-h | 3 +- >> datapath/linux/compat/include/linux/openvswitch.h | 102 >> +++++++++++++------- >> lib/odp-util.c | 109 >> ++++++++++++++++++++-- >> tests/mpls-xlate.at | 2 +- >> tests/ofproto-dpif.at | 14 +-- >> 5 files changed, 178 insertions(+), 52 deletions(-) >> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
