From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41D9AC433E0 for ; Thu, 28 May 2020 21:12:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0943E206DF for ; Thu, 28 May 2020 21:12:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="dC34DrWJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725971AbgE1VMc (ORCPT ); Thu, 28 May 2020 17:12:32 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:43502 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728525AbgE1VM3 (ORCPT ); Thu, 28 May 2020 17:12:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1590700348; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P9405VTs/PKi2/PNuNHJvo/bUH9roMM2ZKbMJomtQOM=; b=dC34DrWJrT73AVlcdwMY4tjt7FwbTUfGHAygNzg4+DUFJg2NzfCI2VK74Yy8tb+SQpEuY2 k902Tuyke1EXgtuHjE/5dvZ8A+b8B5EwlfB+WSDpvxbuZVkAXpquJxx/MuLDka4GMqW86y ePkQae7TVP2F4/7thYM3+qDAJj5xLpk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-100-yexD3gmNMC2B3RYhlTdADA-1; Thu, 28 May 2020 17:12:26 -0400 X-MC-Unique: yexD3gmNMC2B3RYhlTdADA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 74F861009454; Thu, 28 May 2020 21:12:24 +0000 (UTC) Received: from carbon (unknown [10.40.208.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id CBCD160C80; Thu, 28 May 2020 21:12:15 +0000 (UTC) Date: Thu, 28 May 2020 23:12:14 +0200 From: Jesper Dangaard Brouer To: Lorenzo Bianconi Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, ast@kernel.org, davem@davemloft.net, daniel@iogearbox.net, lorenzo.bianconi@redhat.com, dsahern@kernel.org, brouer@redhat.com Subject: Re: [PATCH v3 bpf-next 2/2] xdp: rename convert_to_xdp_frame in xdp_convert_buff_to_frame Message-ID: <20200528231214.43832c20@carbon> In-Reply-To: <6344f739be0d1a08ab2b9607584c4d5478c8c083.1590698295.git.lorenzo@kernel.org> References: <6344f739be0d1a08ab2b9607584c4d5478c8c083.1590698295.git.lorenzo@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Thu, 28 May 2020 22:47:29 +0200 Lorenzo Bianconi wrote: > In order to use standard 'xdp' prefix, rename convert_to_xdp_frame > utility routine in xdp_convert_buff_to_frame and replace all the > occurrences > > Signed-off-by: Lorenzo Bianconi Acked-by: Jesper Dangaard Brouer You even corrected a comment mentioning the function name :-) -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer