Re: [RFC PATCH v2 19/21] mlx5e: add the netgpu driver functions
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2020-07-28 16:27:12
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2020-07-28 16:27:12
On Mon, Jul 27, 2020 at 03:44:42PM -0700, Jonathan Lemon wrote:
--- /dev/null +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/netgpu/setup.c@@ -0,0 +1,340 @@ +#include "en.h" +#include "en/xdp.h" +#include "en/params.h" +#include "en/netgpu/setup.h"
<snip> Always run scripts/checkpatch.pl on your patches do you do not get grumpy driver maintainers telling you to run scripts/checkpatch.pl on your patches. greg k-h