From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next 05/11] bpf: Macrofy stack state copy Date: Wed, 12 Sep 2018 15:51:43 -0700 Message-ID: <20180912225141.ommigjidpoiwixew@ast-mbp> References: <20180912003640.28316-1-joe@wand.net.nz> <20180912003640.28316-6-joe@wand.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: daniel@iogearbox.net, netdev@vger.kernel.org, ast@kernel.org, john.fastabend@gmail.com, tgraf@suug.ch, kafai@fb.com, nitin.hande@gmail.com, mauricio.vasquez@polito.it To: Joe Stringer Return-path: Received: from mail-pg1-f194.google.com ([209.85.215.194]:45196 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727854AbeIMD6Y (ORCPT ); Wed, 12 Sep 2018 23:58:24 -0400 Received: by mail-pg1-f194.google.com with SMTP id x26-v6so1757347pge.12 for ; Wed, 12 Sep 2018 15:51:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180912003640.28316-6-joe@wand.net.nz> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Sep 11, 2018 at 05:36:34PM -0700, Joe Stringer wrote: > An upcoming commit will need very similar copy/realloc boilerplate, so > refactor the existing stack copy/realloc functions into macros to > simplify it. > > Signed-off-by: Joe Stringer Acked-by: Alexei Starovoitov