[ovs-dev] [PATCH 0/7] Add offload support for ip ttl and tcp flags

Joe Stringer joe at ovn.org
Fri Aug 11 18:43:23 UTC 2017


On 8 August 2017 at 01:03, Simon Horman <simon.horman at netronome.com> wrote:
> On Mon, Aug 07, 2017 at 06:19:04PM +0300, Roi Dayan wrote:
>> Hi,
>>
>> This series adds support for offloading ip ttl and tcp flags
>> using tc interface.
>
> This looks nice, thanks.
>
> Acked-by: Simon Horman <simon.horman at netronome.com>
>
> I'm also happy to apply this if someone else provides a review.

Thanks folks, I'll apply the series to master soon with Simon's acks
and the following style fixup.

diff --git a/lib/tc.c b/lib/tc.c
index bf12a5bea494..c9cada249de3 100644
--- a/lib/tc.c
+++ b/lib/tc.c
@@ -363,7 +363,6 @@ nl_parse_flower_ip(struct nlattr **attrs, struct
tc_flower *flower) {
         key->ip_ttl = nl_attr_get_u8(attrs[TCA_FLOWER_KEY_IP_TTL]);
         mask->ip_ttl = nl_attr_get_u8(attrs[TCA_FLOWER_KEY_IP_TTL_MASK]);
     }
-
 }

 static const struct nl_policy tunnel_key_policy[] = {


More information about the dev mailing list