[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <79ff8b87-2ee2-ce60-36f3-6f3f79cb3272@lab.ntt.co.jp>
Date: Tue, 1 May 2018 17:02:34 +0900
From: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
To: Jesper Dangaard Brouer <brouer@...hat.com>
Cc: Toshiaki Makita <toshiaki.makita1@...il.com>,
netdev@...r.kernel.org
Subject: Re: [PATCH RFC 4/9] veth: Use NAPI for XDP
On 2018/05/01 16:50, Jesper Dangaard Brouer wrote:
> On Tue, 24 Apr 2018 23:39:18 +0900
> Toshiaki Makita <toshiaki.makita1@...il.com> wrote:
>
>> +static int veth_xdp_enqueue(struct veth_priv *priv, void *ptr)
>> +{
>> + if (unlikely(ptr_ring_produce(&priv->xdp_ring, ptr)))
>> + return -ENOSPC;
>> +
>> + return 0;
>> +}
>
> Here we have a lock per (enqueued) packet. I'm working on changing the
> ndo_xdp_xmit API to allow bulking. And the tun driver have exact same
> issue/need.
Probably I should have noted in commitlog, but this per-packet lock is
removed in patch 9.
I'm curious about if any change is needed by your new API.
--
Toshiaki Makita
Powered by blists - more mailing lists