[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2ee89898-d9c2-7673-270a-aef6cbba92ca@mellanox.com>
Date: Thu, 12 Mar 2020 11:33:53 +0200
From: Paul Blakey <paulb@...lanox.com>
To: David Miller <davem@...emloft.net>
Cc: saeedm@...lanox.com, ozsh@...lanox.com,
jakub.kicinski@...ronome.com, vladbu@...lanox.com,
netdev@...r.kernel.org, jiri@...lanox.com, roid@...lanox.com
Subject: Re: [PATCH net-next ct-offload v3 05/15] net/sched: act_ct: Support
restoring conntrack info on skbs
On 3/12/2020 8:40 AM, David Miller wrote:
> From: Paul Blakey <paulb@...lanox.com>
> Date: Wed, 11 Mar 2020 16:33:48 +0200
>
>> +void tcf_ct_flow_table_restore_skb(struct sk_buff *skb, unsigned long cookie)
>> +{
>> + enum ip_conntrack_info ctinfo = cookie & NFCT_INFOMASK;
>> + struct nf_conn *ct = (struct nf_conn *)(cookie & NFCT_PTRMASK);
> Reverse christmas tree here please, thank you.
sure thanks.
Powered by blists - more mailing lists