On Mon, Nov 23, 2020 at 2:37 PM Zhu Yanjun wrote:
>
> On Mon, Nov 23, 2020 at 8:19 PM Magnus Karlsson
> wrote:
> >
> > On Mon, Nov 23, 2020 at 1:11 PM Zhu Yanjun wrote:
> > >
> > > On Mon, Nov 23, 2020 at 8:05 PM wrote:
> > > >
> > > > From: Zhu Yanjun
> > > >
> > > > The function xsk_map_inc
On Mon, Nov 23, 2020 at 8:19 PM Magnus Karlsson
wrote:
>
> On Mon, Nov 23, 2020 at 1:11 PM Zhu Yanjun wrote:
> >
> > On Mon, Nov 23, 2020 at 8:05 PM wrote:
> > >
> > > From: Zhu Yanjun
> > >
> > > The function xsk_map_inc is a simple wrapper of bpf_map_inc and
> > > always returns zero. As such
On Mon, Nov 23, 2020 at 1:11 PM Zhu Yanjun wrote:
>
> On Mon, Nov 23, 2020 at 8:05 PM wrote:
> >
> > From: Zhu Yanjun
> >
> > The function xsk_map_inc is a simple wrapper of bpf_map_inc and
> > always returns zero. As such, replacing this function with bpf_map_inc
> > and removing the test code.
On Mon, Nov 23, 2020 at 8:05 PM wrote:
>
> From: Zhu Yanjun
>
> The function xsk_map_inc is a simple wrapper of bpf_map_inc and
> always returns zero. As such, replacing this function with bpf_map_inc
> and removing the test code.
>
> Signed-off-by: Zhu Yanjun
> ---
> net/xdp/xsk.c| 1 -