From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com ([207.211.31.81]:42086 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726134AbgFJViC (ORCPT ); Wed, 10 Jun 2020 17:38:02 -0400 Received: by mail-ej1-f72.google.com with SMTP id i17so1703924ejb.9 for ; Wed, 10 Jun 2020 14:37:59 -0700 (PDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Subject: Re: Error loading xdp program that worked with bpf_load In-Reply-To: References: <87imfy7hrx.fsf@toke.dk> Date: Wed, 10 Jun 2020 23:37:57 +0200 Message-ID: <87a71a7gay.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Sender: xdp-newbies-owner@vger.kernel.org List-ID: To: Elerion Cc: xdp-newbies@vger.kernel.org Elerion writes: > [69] FUNC xdp_program type_id=68 vlen != 0 'vlen != 0' is the error. Not sure why you hit that; what's the output of 'bpftool btf dump file yourprog.o' ? -Toke