From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [bpf-next PATCH 0/5] net/xdp: remove net_device operation ndo_xdp_flush Date: Tue, 5 Jun 2018 14:38:33 +0200 Message-ID: <50e6be47-0461-ff11-2c30-998ae1c2bf17@iogearbox.net> References: <152819969561.7083.15427306662397720502.stgit@firesoul> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: liu.song.a23@gmail.com, songliubraving@fb.com, John Fastabend To: Jesper Dangaard Brouer , netdev@vger.kernel.org, Daniel Borkmann , Alexei Starovoitov Return-path: Received: from www62.your-server.de ([213.133.104.62]:49628 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbeFEMif (ORCPT ); Tue, 5 Jun 2018 08:38:35 -0400 In-Reply-To: <152819969561.7083.15427306662397720502.stgit@firesoul> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 06/05/2018 01:55 PM, Jesper Dangaard Brouer wrote: > This patchset removes the net_device operation ndo_xdp_flush() call. > This is a follow merge commit ea9916ea3ed9 ("Merge branch > 'ndo_xdp_xmit-cleanup'"). As after commit c1ece6b245bd ("bpf/xdp: > devmap can avoid calling ndo_xdp_flush") no callers of ndo_xdp_flush > are left in bpf-next tree. Looks good, applied to bpf-next, thanks Jesper!