[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpXsSYGwbsV-a5XQvcfFGtdn+SrMEGvR=rS53Qe-XY9L3g@mail.gmail.com>
Date: Tue, 19 Sep 2017 13:52:21 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: Eric Dumazet <edumazet@...gle.com>
Cc: "David S . Miller" <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>,
"Eric W . Biederman" <ebiederm@...ssion.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: Re: [PATCH net-next 2/7] kobject: copy env blob in one go
On Mon, Sep 18, 2017 at 12:07 PM, Eric Dumazet <edumazet@...gle.com> wrote:
> + scratch = skb_put(skb, env->buflen);
> + memcpy(scratch, env->buf, env->buflen);
skb_put_data()
Powered by blists - more mailing lists