From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4D7B2A0542; Tue, 6 Sep 2022 15:19:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 339A240143; Tue, 6 Sep 2022 15:19:01 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 99669400D6 for ; Tue, 6 Sep 2022 15:18:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1662470339; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wY3e5VLG1wSlbkUUekBxUGG7/zhIsn9aF05TKr2GgHU=; b=fJit87m1shT0koW23RRqu43pSoOazZ3Or/13q13CdhWIqSfC2nJHHxzdBb6WI1cT5lo9iI pYt1f1XysjJcYLgZGYtehaq6oi/0FpHUP/MhsnMYbHbYTDQ5Cc090h4wX6+N8Y8GXX7rIg snun4RpXbm0w4biWZZtk3ZMp9HOHq3M= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-160-vJ_92bprPD206L8BfqWGpg-1; Tue, 06 Sep 2022 09:18:58 -0400 X-MC-Unique: vJ_92bprPD206L8BfqWGpg-1 Received: by mail-lf1-f71.google.com with SMTP id f17-20020a05651232d100b00496818e1821so835835lfg.1 for ; Tue, 06 Sep 2022 06:18:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=wY3e5VLG1wSlbkUUekBxUGG7/zhIsn9aF05TKr2GgHU=; b=kL2KHMw0gruXsRilA7cB9SAwqpabLlfVagdaA2BXRHnyowe/fUM6TbJDnW70Ocji1s eSgXms1236/ba9uCg2dyNv7cRFBfW/nVRTK3MgysqG2c6NqevE77ZWPtUlWP9KcOWVTL Lo4HsvIdG0/peP0APXc4i8YzKd51gU/1P6aaucbYtm4KPoWRREtM9MaHuskGbjM/oDrF MieeQN4knxpntArjRF6IbWb++331TFW0Atol9t02Ma1jtU6U2oPDu/EiEj7cXNdwkcaY utsnOYOLHNtT/EJJlxl7cPXIPuxSMhFGXZJnEw4/i9HWalj6ss5aN4bkrrAUUkIfRejH K/Vw== X-Gm-Message-State: ACgBeo3PNngvbNdQmlMzF6YLLroaLr92ypv/Yn6OMd88teUWN3PbQ9Nn S8hj3kqJQ4+VWlMtEzZuYCjKbBVTZayIXD+9gBLZtyOMvJ0q3yiGIyODey+bLA3L1oqKHadvD29 C13/31GECLi+NTkWElYw= X-Received: by 2002:a2e:84c7:0:b0:265:1210:c31d with SMTP id q7-20020a2e84c7000000b002651210c31dmr11350676ljh.333.1662470336427; Tue, 06 Sep 2022 06:18:56 -0700 (PDT) X-Google-Smtp-Source: AA6agR5VKrJHH/E+k0AOQmqrKAiHNg7wkYLmTPZEmpYbQ6kVhSgtiY8A2ovwom8Dd7RRfVw1RcX8wIlQ5+D5RcI62PU= X-Received: by 2002:a2e:84c7:0:b0:265:1210:c31d with SMTP id q7-20020a2e84c7000000b002651210c31dmr11350671ljh.333.1662470335897; Tue, 06 Sep 2022 06:18:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Tue, 6 Sep 2022 15:18:44 +0200 Message-ID: Subject: Re: Hackathon presentation To: dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Sep 6, 2022 at 3:11 PM David Marchand wrote: > > Hello all, > > Here is the link to the quick presentation we gave to start the > Hackathon session in Arcachon. > > Links to tools reports are in it: Fixed link: https://docs.google.com/presentation/d/1f90_ZL4hRdLV8ynfstQ8LDBaQa1og9BM_Bb5P_QRDmU/edit?usp=sharing > > The branch that was used to enable some tools is in my github repo: > https://github.com/david-marchand/dpdk/commits/ci -- David Marchand