On Fri, Apr 26, 2019 at 11:42:33AM +0000, Maxim Mikityanskiy wrote: > Add a function that checks whether the Fill Ring has the specified > amount of descriptors available. It will be useful for mlx5e that wants > to check in advance, whether it can allocate a bulk of RX descriptors, > to get the best performance. > > Signed-off-by: Maxim Mikityanskiy <maxi...@mellanox.com> ... > diff --git a/net/xdp/xsk.c b/net/xdp/xsk.c > index a14e8864e4fa..ca764ed9da41 100644 > --- a/net/xdp/xsk.c > +++ b/net/xdp/xsk.c > @@ -4,9 +4,11 @@ > * AF_XDP sockets allows a channel between XDP programs and userspace > * applications. > * Copyright(c) 2018 Intel Corporation. > + * Copyright (c) 2019, Mellanox Technologies. All rights reserved. > * > * Author(s): Björn Töpel <bjorn.to...@intel.com> > * Magnus Karlsson <magnus.karls...@intel.com> > + * Maxim Mikityanskiy <maxi...@mellanox.com>
I don't think adding one function makes you an author. Please remove and remove all copyright lines. If a file is brand new it's fine to add one, but changes to existing files do not warrant copyright line additions.